@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap');
/* Utilisation polices : 
Poppins: 500/700
Roboto : 300/400/500

*/
:root {
  --global--border-radius: 10px;
  --global--border-radius-fields: 8px;
  --global--border-radius-buttons: 8px;
  --global--border-radius-dropdowns: 8px;
  --global--border-radius-bars: 4px;
  --global--border-color: #ddd;
  --global--shadow: 0 12px 40px rgb(50 59 80 / 10%);
  --global--medium-shadow: 0 12px 40px rgb(50 59 80 / 40%);
  --global--color-primary: #0183bf;
  --global--color-smartphone: #0183bf;
  --global--color-smartphone-highlight: #edf6fb;
  --global--color-smartphone-dark: #13678b;
  --global--color-sensor: #f59c00;
  --global--color-sensor-highlight: #f59c0012;
  --global--color-sensor-dark: #e59200;
  --global--color-lens: #f59c00;
  --global--color-lens-highlight: #f59c0012;
  --global--color-lens-dark: #e59200;
  --global--color-speaker: #419196;
  --global--color-speaker-highlight: #f4f9f9;
  --global--color-speaker-dark: #ccc;
  --global--color-laptop: #B32663;
  --global--color-laptop-highlight: #B3266310;
  --global--color-laptop-dark: #962254;
  --global--font-headings: 'Poppins', sans-serif;
  --global--font-text: 'Roboto', sans-serif;
}
/*
$camera-color: #005578;
$selfie-color: #00A7E7;
$display-color: #008eca;
$audio-color: #0076A7;
$lens-color: #f59c00;
$sensor-color: #f18700;
$speaker-color: #016c73;
$battery-color: #00a7e7;
*/
:root {
  --global--font-titles: 'Poppins', sans-serif;
  --context-color: var(--global--color-smartphone);
}
.smartphone {
  --context-color: var(--global--color-smartphone);
  --context-color-highlight: var(--global--color-smartphone-highlight);
  --context-color-dark: var(--global--color-smartphone-dark);
}
.sensor {
  --context-color: var(--global--color-sensor);
  --context-color-highlight: var(--global--color-sensor-highlight);
  --context-color-dark: var(--global--color-sensor-dark);
}
.lens {
  --context-color: var(--global--color-lens);
  --context-color-highlight: var(--global--color-lens-highlight);
  --context-color-dark: var(--global--color-lens-dark);
}
.speaker {
  --context-color: var(--global--color-speaker);
  --context-color-highlight: var(--global--color-speaker-highlight);
  --context-color-dark: var(--global--color-speaker-dark);
}
.laptop {
  --context-color: var(--global--color-laptop);
  --context-color-highlight: var(--global--color-laptop-highlight);
  --context-color-dark: var(--global--color-laptop-dark);
}
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.66;
  color: #5e627b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.35px;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, .section-title, .section-title span {
  font-family: var(--global--font-titles);
  color: #21252f;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .heading-font strong, .off-canvas-center .nav-sidebar.nav-vertical > li > a strong {
  font-weight: 600;
}
.h1, h1, h1 span, .h1 span {
  font-weight: 700;
  font-size: 48px;
  text-transform: none !important;
}
@media (max-width: 549px) {
  .h1, h1, h1 span, .h1 span {
    font-size: 36px;
  }
}
.h2, h2 {
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 549px) {
  .h2, h2 {
    font-size: 20px;
  }
}
.h2.section-title, h2.section-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
h3, .h3 {
  font-weight: 300;
  font-size: 22px;
}
@media (max-width: 549px) {
  h3, .h3 {
    font-size: 18px;
  }
}
.section-title-normal {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 4px;
}
.section-title-normal span {
  border-bottom: none;
}
.section-title-container {
  margin-bottom: 16px;
}
.sub-title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--global--font-titles);
  font-weight: 400;
}
/* Title */
@media (max-width: 1260px) {
  h1.entry-title {
    font-size: 30px;
  }
  h1.entry-title span {
    font-size: 30px;
  }
}
.entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 4px;
  padding-bottom: 9px;
  margin-top: 28px;
}
.small-text, .section-featured.home-banners .featured-home .featured-text, .articles-posts .post-item .text, .news-posts .post-item .text, .articles-posts .post-item .post-meta, .news-posts .post-item .post-meta {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #808a90;
  color: #909ba2;
}
.featured-title {
  text-shadow: none;
}
.is-small, .is-small.button {
  font-weight: 400;
}
.button, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle), input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
  padding: 10px 24px;
  min-height: 0;
  transition: 0.2s;
  border: 1px solid #ccc;
  background: transparent;
  color: #21252f;
  border-radius: var(--global--border-radius-buttons);
  box-shadow: none;
}
.button.ranking-filter-btn-mobile, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).ranking-filter-btn-mobile, input[type="submit"].ranking-filter-btn-mobile, input[type="reset"].ranking-filter-btn-mobile, input[type="button"].ranking-filter-btn-mobile {
  padding: 10px;
}
.button.ranking-filter-btn-mobile img, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).ranking-filter-btn-mobile img, input[type="submit"].ranking-filter-btn-mobile img, input[type="reset"].ranking-filter-btn-mobile img, input[type="button"].ranking-filter-btn-mobile img {
  margin: 0;
}
.button.ranking-filter-btn-mobile:focus, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).ranking-filter-btn-mobile:focus, input[type="submit"].ranking-filter-btn-mobile:focus, input[type="reset"].ranking-filter-btn-mobile:focus, input[type="button"].ranking-filter-btn-mobile:focus {
  border: 1px solid;
}
.button:hover, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle):hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #21252f;
  background: #f0f0f0;
  box-shadow: 1px 7px 18px -4px rgba(0, 0, 0, 0.25);
}
.button span, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle) span, input[type="submit"] span, input[type="reset"] span, input[type="button"] span {
  line-height: inherit;
}
.button img, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle) img, input[type="submit"] img, input[type="reset"] img, input[type="button"] img {
  filter: grayscale(1);
  margin: -2px 0 1px -18px;
  max-height: 37px;
}
.button.active, .button.primary, .button.secondary, .button:focus, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).active, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).primary, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).secondary, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle):focus, input[type="submit"].active, input[type="submit"].primary, input[type="submit"].secondary, input[type="submit"]:focus, input[type="reset"].active, input[type="reset"].primary, input[type="reset"].secondary, input[type="reset"]:focus, input[type="button"].active, input[type="button"].primary, input[type="button"].secondary, input[type="button"]:focus {
  color: #fff;
  min-width: 150px;
  font-weight: 300;
  box-shadow: 1px 7px 18px -4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.5px;
  border: none;
}
.button.active:hover, .button.primary:hover, .button.secondary:hover, .button:focus:hover, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).active:hover, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).primary:hover, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).secondary:hover, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle):focus:hover, input[type="submit"].active:hover, input[type="submit"].primary:hover, input[type="submit"].secondary:hover, input[type="submit"]:focus:hover, input[type="reset"].active:hover, input[type="reset"].primary:hover, input[type="reset"].secondary:hover, input[type="reset"]:focus:hover, input[type="button"].active:hover, input[type="button"].primary:hover, input[type="button"].secondary:hover, input[type="button"]:focus:hover {
  background: #323745;
  box-shadow: 1px 7px 18px -4px rgba(0, 0, 0, 0.25);
}
.button.active img, .button.primary img, .button.secondary img, .button:focus img, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).active img, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).primary img, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).secondary img, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle):focus img, input[type="submit"].active img, input[type="submit"].primary img, input[type="submit"].secondary img, input[type="submit"]:focus img, input[type="reset"].active img, input[type="reset"].primary img, input[type="reset"].secondary img, input[type="reset"]:focus img, input[type="button"].active img, input[type="button"].primary img, input[type="button"].secondary img, input[type="button"]:focus img {
  filter: grayscale(0) brightness(0) invert(1);
}
.button.active, .button:focus, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).active, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle):focus, input[type="submit"].active, input[type="submit"]:focus, input[type="reset"].active, input[type="reset"]:focus, input[type="button"].active, input[type="button"]:focus {
  background: #323745 !important;
}
.button.primary, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).primary, input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary {
  background: var(--context-color);
}
.button.secondary, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).secondary, input[type="submit"].secondary, input[type="reset"].secondary, input[type="button"].secondary {
  background: var(--global--color-primary);
}
.button.white, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).white, input[type="submit"].white, input[type="reset"].white, input[type="button"].white {
  background: #fff !important;
  color: #21252f !important;
  min-width: 150px;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
  letter-spacing: 0px;
}
.button.white:hover, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).white:hover, input[type="submit"].white:hover, input[type="reset"].white:hover, input[type="button"].white:hover {
  background: #0183bf !important;
  color: #fff !important;
  box-shadow: 1px 7px 18px -4px rgba(0, 0, 0, 0.25);
}
.button.is-outline, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).is-outline, input[type="submit"].is-outline, input[type="reset"].is-outline, input[type="button"].is-outline {
  border: 1px solid #cccccc;
}
.button.wide, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).wide, input[type="submit"].wide, input[type="reset"].wide, input[type="button"].wide {
  min-width: 260px;
}
@media (max-width: 480px) {
  .button.wide, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).wide, input[type="submit"].wide, input[type="reset"].wide, input[type="button"].wide {
    min-width: 160px;
  }
}
.button.small, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).small, input[type="submit"].small, input[type="reset"].small, input[type="button"].small {
  font-size: 14px;
  padding: 7px 25px;
  min-width: 0;
  border-radius: calc(var(--global--border-radius-buttons) - 1px);
}
.button.icon, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle).icon, input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon {
  margin-left: 0.12em;
  margin-right: 0.12em;
  min-width: 2.5em;
  padding: 0 0.6em;
  border-radius: 50px;
  line-height: 2.4em;
  min-height: 2.5em;
}
.button i, button:not(.options, .slick-arrow, .ux-search-submit, .mfp-close, .toggle) i, input[type="submit"] i, input[type="reset"] i, input[type="button"] i {
  padding: 0;
}
.mobile-sidebar button {
  border: none;
}
.mobile-sidebar button:hover, .mobile-sidebar button:focus {
  background: transparent !important;
  min-width: auto;
  box-shadow: none;
}
.button.icon.circle {
  padding: 0;
}
.button-group, .ranking-nav > .col-inner {
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: calc(var(--global--border-radius-buttons) - 1px);
  margin: 16px auto;
  display: inline-block;
  width: auto;
}
.button-group .button, .button-group .button.secondary, .ranking-nav > .col-inner .button, .ranking-nav > .col-inner .button.secondary {
  margin: 0;
}
.button-group .button.secondary, .ranking-nav > .col-inner .button.secondary {
  border: none;
  background: none;
  box-shadow: none;
  min-width: none;
  color: #21252f;
  font-size: 14px;
  min-width: initial;
}
.button-group .button.secondary:hover, .ranking-nav > .col-inner .button.secondary:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  color: #000;
  text-transform: underline;
}
.button-group .button.primary, .ranking-nav > .col-inner .button.primary {
  transform: scale3d(1.2, 1.2, 1.2);
  z-index: 2;
  margin: 0 8px;
}
.button.weibo {
  line-height: 0;
}
.button.weibo > svg {
  max-width: 24px;
}
.input-style, input[type="email"], input[type="search"], input[type="number"], input[type="url"], input[type="tel"], input[type="text"], textarea, .header-nav-main .header-language-dropdown {
  border-radius: var(--global--border-radius-fields);
  border: 1px solid #f0f0f0;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.01);
  font-size: 14px;
  font-weight: 400;
  padding: 11px 16px;
  height: auto;
  max-width: 100%;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.input-style:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="text"]:focus, textarea:focus, .header-nav-main .header-language-dropdown:focus {
  border-color: #888 !important;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
}
.input-style::placeholder, input[type="email"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="url"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, textarea::placeholder, .header-nav-main .header-language-dropdown::placeholder {
  color: #888;
  opacity: 1;
  font-weight: 300;
  font-style: italic;
}
.input-style:focus::placeholder, input[type="email"]:focus::placeholder, input[type="search"]:focus::placeholder, input[type="number"]:focus::placeholder, input[type="url"]:focus::placeholder, input[type="tel"]:focus::placeholder, input[type="text"]:focus::placeholder, textarea:focus::placeholder, .header-nav-main .header-language-dropdown:focus::placeholder {
  color: #5e627b;
  opacity: 1;
}
select {
  border-radius: 9px;
}
/* Slick overrides */
.slick-next {
  transform: rotate(-90deg) !important;
}
.slick-next:before {
  content: "" !important;
  font-family: 'fl-icons' !important;
}
.slick-prev {
  transform: rotate(90deg) !important;
}
.slick-prev:before {
  content: "" !important;
  font-family: 'fl-icons' !important;
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}
.nav > li > a {
  font-size: inherit;
}
.nav-uppercase > li > a {
  font-weight: inherit;
}
.mobile-nav-container {
  display: none;
}
#header {
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
#header .logo {
  max-width: 300px;
  height: auto;
  margin-left: -25px;
}
#top-bar {
  background: none;
  padding: 5px 0 0;
}
.header-top {
  min-height: 70px;
}
.header-nav-main > .menu-item {
  padding: 0;
  margin: 0 35px;
}
.header-nav-main > .menu-item.has-dropdown .icon-angle-down {
  margin-left: 0.7em;
}
.header-nav-main > .menu-item > a {
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #21252f;
  font-family: 'Poppins', sans-serif;
  padding: 6px 15px 8px;
  font-size: 15px;
  position: relative;
  line-height: 25px;
}
.header-nav-main > .menu-item > a:after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 3px;
  background: #000;
  width: calc(100% - 2 * 15px);
  margin: auto;
  opacity: 0;
  transition: 0.2s;
}
.header-nav-main > .menu-item > a:hover {
  color: #0183bf;
}
.header-nav-main > .menu-item > a:hover:after {
  opacity: 1;
  background: #0183bf;
}
.header-nav-main .active > a {
  font-weight: 700;
  color: #000 !important;
}
.header-nav-main .active > a:after {
  opacity: 1 !important;
  background: #000 !important;
}
.header-nav-main .nav-dropdown {
  min-width: 200px;
  border: none;
  border-radius: var(--global--border-radius-dropdowns);
}
.header-nav-main .nav-dropdown.nav-dropdown-default {
  left: 0;
  padding: 0;
  pointer-events: none;
}
.header-nav-main .nav-dropdown.nav-dropdown-default li a {
  margin: 0;
  border-bottom: 1px solid #ececec;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-nav-main > .menu-item.current-dropdown > .nav-dropdown.nav-dropdown-default {
  pointer-events: initial;
}
.header-nav-main .header-language-dropdown.current-dropdown > .nav-dropdown.nav-dropdown-default {
  pointer-events: initial;
}
.header-nav-main .header-language-dropdown .nav-dropdown.nav-dropdown-default {
  pointer-events: none;
}
.header-nav-main .header-language-dropdown .nav-dropdown.nav-dropdown-default li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.header-nav-main .header-language-dropdown .nav-dropdown.nav-dropdown-default li a i img {
  margin-top: -3px;
}
.header-nav-main > .menu-item > a:after {
  display: none;
}
.nav-dropdown-has-arrow .header-nav-main li.has-dropdown:before, .nav-dropdown-has-arrow .header-nav-main li.has-dropdown:after {
  border-width: 0;
  display: none;
}
.header-nav-main #menu-item-58467 > a:before {
  position: absolute;
  content: '';
  bottom: 0;
  top: 5px;
  right: 0;
  width: 1px;
  background: #f0f0f0;
  opacity: 1;
}
.header-main .nav-left {
  margin-left: -15px;
  width: auto;
}
.header-main .nav-center {
  margin-right: -15px;
  width: auto;
}
.right-menu .header-nav-main > .menu-item > a {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.header-wrapper.stuck .nav-logo {
  margin-right: 40px;
  padding: 5px 5px 7px;
  width: 50px;
}
.header-wrapper.stuck #logo img {
  height: 55px;
}
.header-wrapper.stuck .header-main {
  background: #323745;
}
.header-wrapper.stuck .header-nav-main > .menu-item > a {
  color: white !important;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 18px 20px 17px;
}
.header-wrapper.stuck .header-nav-main > .menu-item > a:after {
  height: 4px !important;
}
.header-wrapper.stuck .header-nav-main > .menu-item > a:hover {
  color: #0183bf;
}
.header-wrapper.stuck .header-nav-main > .menu-item > a:hover:after {
  opacity: 1;
  background: #0183bf;
}
.header-wrapper.stuck .header-nav-main > .active > a {
  letter-spacing: 1px;
  font-weight: 500;
}
.header-wrapper.stuck .header-nav-main > .active > a:after {
  background: #fff !important;
}
.header-wrapper.stuck .right-menu .header-nav-main > .menu-item > a {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.header-wrapper.stuck #menu-item-58467 > a:before {
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
}
.header-wrapper.stuck .home-show-for-sticky {
  display: block;
}
.home-show-for-sticky {
  display: none;
}
.header-nav-main .header-language-dropdown {
  padding: 3px 10px 0px 20px !important;
  border: 1px solid #f0f0f0 !important;
  cursor: pointer;
  transition: 0.2s;
}
.header-nav-main .header-language-dropdown .button, .header-nav-main .header-language-dropdown .button:hover, .header-nav-main .header-language-dropdown i[class^="icon-"] {
  padding: 0;
  background: none;
  color: var(--global--color-primary);
  font-weight: 800 !important;
  border: none;
  box-shadow: none;
  min-width: 22px;
}
.header-nav-main .header-language-dropdown a {
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 14px;
}
.header-nav-main .header-language-dropdown > a {
  padding: 0;
  color: #999;
}
.header-nav-main .header-language-dropdown .nav-dropdown {
  padding: 0;
  margin-top: 15px;
  border-radius: var(--global--border-radius-dropdowns);
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
  min-width: 150px;
  border: 1px solid #ddd;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
}
.header-nav-main .header-language-dropdown:after, .header-nav-main .header-language-dropdown:before {
  display: none;
}
.header-nav-main .header-language-dropdown:hover {
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
  border-color: #888 !important;
}
.header-nav-main .header-language-dropdown:hover, .header-nav-main .header-language-dropdown:hover a {
  color: #21252f;
}
.header .search-form .live-search-results {
  border-radius: var(--global--border-radius-dropdowns);
}
.header-search-form-wrapper {
  float: right;
  margin: 0 25px;
}
.searchform input.search-field {
  width: 380px;
  border: 1px solid #f0f0f0 !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding: 10px 25px !important;
  height: auto;
  max-width: 100%;
  padding-right: 34px !important;
}
.searchform input.search-field:focus {
  border-color: #888 !important;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
}
.searchform input.search-field::placeholder {
  color: #999;
  opacity: 1;
  font-weight: 300;
}
.searchform input.search-field:focus::placeholder {
  color: #5e627b;
  opacity: 1;
}
.searchform .ux-search-submit {
  border: none;
  position: absolute !important;
  top: -2px;
  right: 0;
  background: none !important;
  color: var(--global--color-primary);
  padding: 0;
  opacity: 0.5;
}
.searchform .ux-search-submit:after {
  display: none;
}
.autocomplete-suggestion img + .search-name {
  line-height: 1.1;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}
.mobile-nav .icon-menu {
  color: #21252f;
}
.has-off-canvas-left .mfp-content {
  width: 380px;
  max-width: 90vw;
  background: #fff;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  padding-left: 40px;
  color: #21252f;
  font-family: 'Poppins', sans-serif;
  color: #21252f;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.mfp-ready .mfp-close {
  opacity: 1;
  background: none;
  width: 48px;
  height: 48px;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #21252f;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  margin: 16px !important;
  mix-blend-mode: initial;
}
.mfp-ready .mfp-close:hover {
  background: #fff;
  color: #21252f;
  border-color: #21252f;
}
.mfp-content .header-social-icons {
  text-align: center;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.mfp-content .header-social-icons a {
  padding: 6px;
}
.mfp-content .header-social-icons a.weibo svg {
  width: 22px;
  padding-top: 18px;
  fill: #999;
}
.mfp-content .header-search-form {
  padding: 0 30px;
}
.mfp-content .header-search-form-wrapper {
  float: none;
}
.mfp-content .searchform input.search-field {
  width: 100%;
}
.absolute-footer, .footer {
  background: center top no-repeat url('../svg/logo-o-light-grey9436.svg?20211232');
  background-size: min(60%,1000px);
}
.footer {
  font-family: 'Poppins', sans-serif !important;
  padding: 110px 0 30px;
  font-size: 0.85em;
}
.footer .copyright-footer {
  margin-top: 30px;
  color: #B7BACA;
  font-size: 0.9em;
  text-align: center;
}
.footer .footer-logo {
  margin-bottom: 45px;
}
.footer .nav {
  justify-content: center;
}
.footer .nav > .menu-item > a {
  color: #5E627B;
  font-weight: 700;
}
.footer .nav > .menu-item > a:hover {
  color: #363949;
}
.footer .nav > .menu-item.active > a {
  color: #363949 !important;
}
.footer .nav > .menu-item.active > a:after {
  background: #363949 !important;
}
.footer .nav > li > a {
  font-family: 'Poppins', sans-serif !important;
  padding: 0 15px;
}
.footer .social-icons {
  padding: 42px 0 14px;
}
.footer .social-icons a {
  border: none;
  color: white;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 33px;
  min-width: 0;
  min-height: 0;
  margin: 0 3px;
}
.footer .social-icons a i {
  padding-top: 5px;
}
.footer .social-icons .weibo svg {
  fill: #fff;
  width: 20px;
  margin: -15px 5px;
}
.footer .container-width, .footer .full-width .ubermenu-nav, .footer .container, .footer .row {
  max-width: 1140px;
}
.absolute-footer {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.24) !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
  max-width: 1240px;
}
section.medium .row {
  max-width: 1140px;
}
.page-wrapper .row {
  max-width: 1140px;
}
.section-content {
  padding: 10px 0;
}
.section-gray {
  background: #f6f6f6;
}
.section {
  padding: 10px 0 !important;
}
/* ------------- Ajustements sections padding -------------- */
.section-featured {
  padding-bottom: 0 !important;
}
.section-featured .section-content {
  padding: 0 !important;
}
.section-top-scores {
  padding-bottom: 10px !important;
}
.section-top-scores .section-content {
  padding: 20px 0 0 !important;
}
.section-instagram .section-content {
  padding-bottom: 0 !important;
}
.section-latest-reviews {
  padding: 0 !important;
}
.section-latest-reviews .section-content {
  padding: 0 !important;
  margin-bottom: -10px;
}
.section-news {
  padding-bottom: 0 !important;
}
.section-news .section-content {
  padding: 20px 0 10px !important;
}
.section-galleries .section-content {
  padding: 0 !important;
}
/* Pagination */
.nav-pagination > li > span, .nav-pagination > li > a {
  font-weight: 400;
  border: 1px solid transparent;
  color: #333;
  font-size: 14px;
  height: 38px;
  min-width: 38px;
  padding: 4px 9px;
}
.nav-pagination > li > span.next, .nav-pagination > li > span.prev, .nav-pagination > li > a.next, .nav-pagination > li > a.prev {
  border-color: rgba(50, 59, 80, 0.2);
}
.nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover {
  border-color: #323745;
  background-color: #323745;
  color: #FFF;
}
/** BEGIN SCORE BADGE **/
.scoreContainer {
  justify-content: center;
  align-items: center;
  display: flex;
}
.scoreBadge {
  z-index: 10;
  margin: 10px;
  color: #ffffff;
  overflow: hidden;
  line-height: 20px;
}
.box-text .scoreBadge {
  margin: -3px 0;
}
.scoreBadgeBackground {
  position: absolute;
  height: 65px;
  width: 75px;
  z-index: -10;
}
.scoreBadgeImg {
  width: 75px;
  margin: 0 auto;
  text-align: left;
}
.scoreBadgeImg img {
  position: absolute;
  padding-bottom: 4px;
  opacity: 0.9;
  width: inherit;
}
.scoreBadgeValue {
  color: black;
  font-size: 25px;
  padding: 28px 5px 27px 12px;
  letter-spacing: 0px;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 600;
  text-align: center;
}
.scoreBadgeProtocol {
  color: #0183bf;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-family: 'Montserrat', 'Saira', sans-serif;
}
.scoreBadgeIcon {
  width: 80px;
  height: 84px;
  position: absolute;
  left: 103px;
  top: 19px;
  border-top: 1px solid #005278;
  border-bottom: 1px solid #005278;
}
.scoreBadgeIcon img {
  width: 70px;
  height: 70px;
  margin: 3px 0 0 10px;
}
.scoreBadgeLogo {
  font-size: 10px;
  line-height: 1;
}
.scoreBadgeTitle {
  font-size: 13px;
  text-transform: uppercase;
}
/* Colors per Device - Score Badge */
.scoreBadge.lens .scoreBadgeTitle, .scoreBadge.lens .scoreBadgeIcon {
  border-color: #f59c00;
}
.scoreBadge.lens .scoreBadgeProtocol, .score-summary.lens .subscores {
  color: #f59c00;
}
.scoreBadge.sensor .scoreBadgeTitle, .scoreBadge.sensor .scoreBadgeIcon {
  border-color: #f18700;
}
.scoreBadge.sensor .scoreBadgeProtocol, .score-summary.sensor .subscores {
  color: #f18700;
}
.scoreBadge.selfie .scoreBadgeTitle, .scoreBadge.selfie .scoreBadgeIcon {
  border-color: #0183bf;
}
.scoreBadge.selfie .scoreBadgeProtocol, .score-summary.selfie .subscores {
  color: #0183bf;
}
.scoreBadge.audio .scoreBadgeTitle, .scoreBadge.audio .scoreBadgeIcon {
  border-color: #0183bf;
}
.scoreBadge.audio .scoreBadgeProtocol, .score-summary.audio .subscores {
  color: #0183bf;
}
.scoreBadge.camera .scoreBadgeTitle, .scoreBadge.camera .scoreBadgeIcon {
  border-color: #0183bf;
}
.scoreBadge.camera .scoreBadgeProtocol, .score-summary.camera .subscores {
  color: #0183bf;
}
.scoreBadge.display .scoreBadgeTitle, .scoreBadge.display .scoreBadgeIcon {
  border-color: #0183bf;
}
.scoreBadge.display .scoreBadgeProtocol, .score-summary.display .subscores {
  color: #0183bf;
}
.scoreBadge.battery .scoreBadgeTitle, .scoreBadge.battery .scoreBadgeIcon {
  border-color: #0183bf;
}
.scoreBadge.battery .scoreBadgeProtocol, .score-summary.battery .subscores {
  color: #0183bf;
}
.scoreBadge.speaker .scoreBadgeTitle, .scoreBadge.speaker .scoreBadgeIcon {
  border-color: #419196;
}
.scoreBadge.speaker .scoreBadgeProtocol, .score-summary.speaker .subscores {
  color: #419196;
}
/* Legacy - Score Badge */
.scoreBadge.legacy .scoreBadgeTitle, .scoreBadge.legacy .scoreBadgeIcon {
  border-color: #474747;
}
.scoreBadge.legacy .scoreBadgeProtocol {
  color: #474747;
}
.scoreBadge.legacy .scoreBadgeImg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* Score Summary */
.score-summary.selfie .attachment-post-thumbnail, .score-summary.audio .attachment-post-thumbnail {
  padding: 0 40px;
}
.score-summary.audio .subscores {
  font-size: 19px;
}
.score-summary .scoreBadgeProtocol {
  font-size: 11px;
}
.score-summary .scoreBadgeLogo {
  margin: -5px;
}
.score-summary:not(.simple) .scoreContainer {
  height: unset;
}
.score-summary .bars-graph {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
}
.score-summary .bars-graph .large-12 {
  padding: 0;
}
.score-summary .name {
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.score-summary .subscores {
  border-right: 1px solid #888;
  height: calc(100% - 20px);
  color: #005278;
  font-size: 22px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  line-height: 25px;
  text-transform: capitalize;
  padding-right: 20px;
}
.score-summary .subscores .value {
  font-weight: 800;
  display: contents;
  font-size: 35px;
  line-height: 35px;
}
.score-summary .scoreContainer {
  transform: scale(1.4);
  margin: 15px;
}
@media (max-width: 849px) {
  .score-summary .subscores {
    border-right: none;
  }
}
/* Scores Widget Score Badge */
.scoresSection .scoreBadge {
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.scoresSection .scoreBadgeImg {
  width: 120px;
}
.scoresSection .scoreBadgeImg img {
  left: 0;
}
.scoresSection .scoreBadgeValue {
  width: 120px;
  font-size: 40px;
  padding: 51px 10px 51px 20px;
}
.scoresSection .scoreBadgeTitle {
  width: 100%;
  height: 84px;
  position: absolute;
  left: 103px;
  top: 19px;
  border-top: 1px solid #005278;
  border-bottom: 1px solid #005278;
  text-align: left;
}
.scoresSection .scoreBadgeTitle img {
  height: 60px;
  margin: 0 0 0 10px;
}
.scoresSection .scoreBadgeLogo {
  margin: -5px 0 -15px;
}
.scoresSection .scoreBadgeProtocol {
  color: #005278;
  margin: 8px 32px;
  font-size: 28px;
  font-family: 'Montserrat', 'Saira', sans-serif;
  text-align: left;
  font-weight: 500;
}
.scoresSection.subScore .scoreBadge {
  display: flex;
}
.scoresSection.subScore .scoreBadgeValue {
  font-size: 40px;
  padding: 5px;
  color: #005278;
  text-align: right;
}
.scoresSection.subScore .legacy .scoreBadgeValue, .scoresSection.subScore .legacy .scoreBadgeTitle {
  color: #474747;
}
.category-mobile-reviews .scoresSection.subScore .photo .scoreBadgeValue {
  width: 190px;
}
.category-mobile-reviews .scoresSection.subScore .video .scoreBadgeValue {
  width: 200px;
}
.category-selfie-reviews .scoresSection.subScore .photo .scoreBadgeValue {
  width: 160px;
}
.category-selfie-reviews .scoresSection.subScore .video .scoreBadgeValue {
  width: 205px;
}
.category-audio-reviews .scoresSection.subScore .playback .scoreBadgeValue {
  width: 165px;
}
.category-audio-reviews .scoresSection.subScore .recording .scoreBadgeValue {
  width: 195px;
}
.scoresSection.subScore .scoreBadgeTitle {
  left: 120px;
  top: 0px;
  height: 30px;
  color: #005278;
  font-size: 23px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-family: 'Montserrat', 'Saira', sans-serif;
  font-weight: 500;
  position: unset;
}
.category-selfie-reviews .scoresSection .scoreBadgeProtocol, .category-selfie-reviews .scoresSection.subScore .scoreBadgeValue, .category-selfie-reviews .scoresSection.subScore .scoreBadgeTitle {
  color: #0183bf;
  border-color: #0183bf;
}
.category-audio-reviews .scoresSection .scoreBadgeProtocol, .category-audio-reviews .scoresSection.subScore .scoreBadgeValue, .category-audio-reviews .scoresSection.subScore .scoreBadgeTitle {
  color: #0183bf;
  border-color: #0183bf;
}
.col.small-12.large-12 .scoresSection.global {
  margin-bottom: -30px;
}
/* Product Page Score Badge */
.entry-header {
  border-bottom: 1px solid #ececec;
}
.entry-header .bigBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.entry-header .bigBadge .scoreBadge {
  width: 215px;
  height: 270px;
  position: relative;
}
.entry-header .bigBadge .scoreBadgeImg {
  width: 200px;
}
.entry-header .bigBadge .scoreBadgeValue {
  font-size: 65px;
  line-height: 70px;
  padding: 65px 40px 55px 57px;
  width: 200px;
}
.entry-header .scoreBadge .scoreBadgeProtocol {
  font-size: 23px;
}
/** END SCORE BADGE **/
/* ---------- Fonts présentes pour les badges --------------- */
/* saira-semi-condensed-600 - latin */
@font-face {
  font-family: 'Saira Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../eot/saira-semi-condensed-v5-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Saira SemiCondensed SemiBold'), local('SairaSemiCondensed-SemiBold'), url('../eot/saira-semi-condensed-v5-latin-600d41d.eot?#iefix') format('embedded-opentype'), url('../woff2/saira-semi-condensed-v5-latin-600.woff2') format('woff2'), url('../woff/saira-semi-condensed-v5-latin-600.woff') format('woff'), url('../ttf/saira-semi-condensed-v5-latin-600.ttf') format('truetype'), url('../svg/saira-semi-condensed-v5-latin-600.svg#SairaSemiCondensed') format('svg');
  /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../eot/montserrat-v14-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../eot/montserrat-v14-latin-regulard41d.eot?#iefix') format('embedded-opentype'), url('../woff2/montserrat-v14-latin-regular.woff2') format('woff2'), url('../woff/montserrat-v14-latin-regular.woff') format('woff'), url('../ttf/montserrat-v14-latin-regular.ttf') format('truetype'), url('../svg/montserrat-v14-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../eot/montserrat-v14-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../eot/montserrat-v14-latin-500d41d.eot?#iefix') format('embedded-opentype'), url('../woff2/montserrat-v14-latin-500.woff2') format('woff2'), url('../woff/montserrat-v14-latin-500.woff') format('woff'), url('../ttf/montserrat-v14-latin-500.ttf') format('truetype'), url('../svg/montserrat-v14-latin-500.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../eot/montserrat-v14-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../eot/montserrat-v14-latin-600d41d.eot?#iefix') format('embedded-opentype'), url('../woff2/montserrat-v14-latin-600.woff2') format('woff2'), url('../woff/montserrat-v14-latin-600.woff') format('woff'), url('../ttf/montserrat-v14-latin-600.ttf') format('truetype'), url('../svg/montserrat-v14-latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../eot/montserrat-v14-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../eot/montserrat-v14-latin-700d41d.eot?#iefix') format('embedded-opentype'), url('../woff2/montserrat-v14-latin-700.woff2') format('woff2'), url('../woff/montserrat-v14-latin-700.woff') format('woff'), url('../ttf/montserrat-v14-latin-700.ttf') format('truetype'), url('../svg/montserrat-v14-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../eot/montserrat-v15-latin-800.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url('../eot/montserrat-v15-latin-800d41d.eot?#iefix') format('embedded-opentype'), url('../woff2/montserrat-v15-latin-800.woff2') format('woff2'), url('../woff/montserrat-v15-latin-800.woff') format('woff'), url('../ttf/montserrat-v15-latin-800.ttf') format('truetype'), url('../svg/montserrat-v15-latin-800.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../eot/montserrat-v15-latin-900.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Black'), local('Montserrat-Black'), url('../eot/montserrat-v15-latin-900d41d.eot?#iefix') format('embedded-opentype'), url('../woff2/montserrat-v15-latin-900.woff2') format('woff2'), url('../woff/montserrat-v15-latin-900.woff') format('woff'), url('../ttf/montserrat-v15-latin-900.ttf') format('truetype'), url('../svg/montserrat-v15-latin-900.svg#Montserrat') format('svg');
  /* Legacy iOS */
}
/* saira-500 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  src: url('../saira-v4-latin-500.html');
  /* IE9 Compat Modes */
  src: local('Saira Medium'), local('Saira-Medium'), url('../saira-v4-latin-500d41d.html?#iefix') format('embedded-opentype'), url('../saira-v4-latin-501.html') format('woff2'), url('../saira-v4-latin-502.html') format('woff'), url('../saira-v4-latin-503.html') format('truetype'), url('../saira-v4-latin-504.html#Saira') format('svg');
  /* Legacy iOS */
}
/* saira-regular - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('../saira-v4-latin-regular.html');
  /* IE9 Compat Modes */
  src: local('Saira Regular'), local('Saira-Regular'), url('../saira-v4-latin-regulard41d.html?#iefix') format('embedded-opentype'), url('../saira-v4-latin-regular-2.html') format('woff2'), url('../saira-v4-latin-regular-3.html') format('woff'), url('../saira-v4-latin-regular-4.html') format('truetype'), url('../saira-v4-latin-regular-5.html#Saira') format('svg');
  /* Legacy iOS */
}
/* saira-600 - latin */
@font-face {
  font-family: 'Saira';
  font-style: normal;
  font-weight: 600;
  src: url('../saira-v4-latin-600.html');
  /* IE9 Compat Modes */
  src: local('Saira SemiBold'), local('Saira-SemiBold'), url('../saira-v4-latin-600d41d.html?#iefix') format('embedded-opentype'), url('../saira-v4-latin-601.html') format('woff2'), url('../saira-v4-latin-602.html') format('woff'), url('../saira-v4-latin-603.html') format('truetype'), url('../saira-v4-latin-604.html#Saira') format('svg');
  /* Legacy iOS */
}
:root {
  --global--border-radius: 10px;
  --global--border-radius-fields: 8px;
  --global--border-radius-buttons: 8px;
  --global--border-radius-dropdowns: 8px;
  --global--border-radius-bars: 4px;
  --global--border-color: #ddd;
  --global--shadow: 0 12px 40px rgb(50 59 80 / 10%);
  --global--medium-shadow: 0 12px 40px rgb(50 59 80 / 40%);
  --global--color-primary: #0183bf;
  --global--color-smartphone: #0183bf;
  --global--color-smartphone-highlight: #edf6fb;
  --global--color-smartphone-dark: #13678b;
  --global--color-sensor: #f59c00;
  --global--color-sensor-highlight: #f59c0012;
  --global--color-sensor-dark: #e59200;
  --global--color-lens: #f59c00;
  --global--color-lens-highlight: #f59c0012;
  --global--color-lens-dark: #e59200;
  --global--color-speaker: #419196;
  --global--color-speaker-highlight: #f4f9f9;
  --global--color-speaker-dark: #ccc;
  --global--color-laptop: #B32663;
  --global--color-laptop-highlight: #B3266310;
  --global--color-laptop-dark: #962254;
  --global--font-headings: 'Poppins', sans-serif;
  --global--font-text: 'Roboto', sans-serif;
}
/*
$camera-color: #005578;
$selfie-color: #00A7E7;
$display-color: #008eca;
$audio-color: #0076A7;
$lens-color: #f59c00;
$sensor-color: #f18700;
$speaker-color: #016c73;
$battery-color: #00a7e7;
*/
.tiles {
  margin-bottom: -35px;
  margin-right: -30px;
  margin-top: 0;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1015px) {
  .tiles {
    flex-wrap: nowrap;
  }
}
.articles-posts .tiles {
  margin-bottom: 15px;
}
.tiles.tiles-big {
  flex-wrap: wrap !important;
}
.tiles .other-tile {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-grow: 1;
  display: flex;
  background: black;
  flex-basis: 420px;
  font-size: 35px;
  color: white;
  justify-content: space-around;
  flex-direction: column;
  margin-right: 30px;
  margin-bottom: 30px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, #f49d20, #bb3c73, #4f2a63, #1a4a60, #1a8fc1);
}
.tiles .other-tile i {
  font-size: 100px;
  font-weight: bold;
}
.tiles .other-tile.facebook-tile {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, #4267B2, #183771);
}
.tiles .other-tile.how-we-test-tile {
  position: relative;
  background-image: none;
}
.tiles .other-tile.how-we-test-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  position: absolute;
}
.tiles .other-tile.how-we-test-tile div {
  z-index: 1;
  padding: 10px;
}
.tiles .tiles-medium {
  flex-grow: 1.5;
  flex-shrink: 7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tiles .tile-big {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 420px;
}
@media (min-width: 1015px) {
  .tiles .tile-big {
    flex-direction: column;
  }
}
.tiles .tile-big .tile-image {
  order: -1;
}
.tiles .tile {
  background: white;
  display: flex;
  align-items: stretch;
  margin-right: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 6px 30px rgba(50, 59, 80, 0.1);
  overflow: hidden;
}
.related_posts .tiles .tile {
  border: 1px solid #e0e5e9;
}
.tiles .tile .tile-image {
  flex-grow: 1;
  flex-shrink: 35;
}
.tiles .tile .tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92);
  max-height: 385px;
}
.tiles .tile .tile-content {
  flex-grow: 2;
  flex-basis: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: left;
  padding: 5px 15px;
}
.tiles .tile .tile-content .featured-score {
  width: 100px;
  height: 110px;
}
.tiles .tile .tile-content .tile-text {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: left;
}
.tiles .tile .tile-content .tile-text .post-excerpt {
  font-size: 13px;
  padding: 0 10px;
}
.tiles .tile .tile-content .tile-text .post-excerpt p {
  margin-bottom: 0;
}
.tiles .tile .tile-content h3.is-xlarge {
  font-size: 1.3em;
  text-align: left;
  min-height: 60px;
  margin-bottom: -10px;
  font-weight: 500;
}
.tiles .tile.tile-big h3.is-xlarge {
  margin-bottom: 0;
}
@media only screen and (max-width: 549px) {
  .tiles .tile .tile-content {
    flex-basis: 50%;
  }
  .tiles .tile .tile-content h3.is-xlarge {
    font-size: 0.8em;
    text-align: center;
  }
}
.tiles:nth-of-type(4n) > .tile {
  order: -1;
}
.featured-articles .tiles .scoreContainer {
  transform: scale(1.4);
  margin: 25px;
}
.featured-articles .tiles .tile-content {
  flex-basis: 50%;
}
.featured-articles .tiles .tile-content h3.is-xlarge {
  min-height: 95px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.filters-container {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
}
.filters-container .filter-button {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 8px;
  filter: saturate(0);
  padding: 0 20px;
  opacity: 0.8;
  /*&.all:hover,
            &.all.current {
            border-color: $accent;
        }
        &.lens:hover,
            &.lens.current,
            &.lenses:hover,
            &.lenses.current,
            {
            border-color: $lens-color        }
        &.audio:hover,
            &.audio.current {
            border-color: $audio-color;
        }
        &.mobile:hover,
            &.mobile.current,
            &.smartphones:hover,
            &.smartphones.current
            {
            border-color: $camera-color;
        }
        &.display:hover,
            &.display.current {
            border-color: $display-color;
        }
        &.sensor:hover,
            &.sensor.current,
            &.cameras:hover,
            &.cameras.current
            {
            border-color: $sensor-color;
        }
        &.selfie:hover,
            &.selfie.current {
            border-color: $selfie-color;
        }*/
}
@media (max-width: 665px) {
  .filters-container .filter-button {
    padding: 0 4px !important;
    font-size: 13px;
  }
}
.filters-container .filter-button img {
  height: 40px;
  margin-right: 5px;
}
.filters-container .filter-button span {
  display: inline-block;
  padding: 8px 0;
}
.filters-container .filter-button:hover, .filters-container .filter-button.current {
  filter: none;
  opacity: 1;
  color: var(--context-color);
  font-weight: bold;
}
.filters-container .filter-button:hover span, .filters-container .filter-button.current span {
  border-bottom: 2px solid var(--context-color);
}
.filters-container .filter-button.all {
  padding: 0px 20px;
}
@media only screen and (max-width: 549px) {
  .filters-container {
    display: contents;
  }
}
.video-responsive {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 30px;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.ranking-nav {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -30px;
}
.ranking-nav .smartphones.primary, .ranking-nav .smartphones.primary:hover {
  background: #0183bf;
}
.ranking-nav .sensors.primary, .ranking-nav .sensors.primary:hover, .ranking-nav .lenses.primary, .ranking-nav .lenses.primary:hover {
  background: #f59c00;
}
.ranking-nav .speakers.primary, .ranking-nav .speakers.primary:hover {
  background: #419196;
}
.rankings-container .rankings {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  border-radius: var(--global--border-radius);
  padding: 15px 0;
  box-shadow: var(--global--shadow);
}
.rankings-container .rankings .device-row, .rankings-container .rankings .row.headers {
  border-bottom: 1px solid #f6f6f6;
  cursor: pointer;
  transition: 0.2s;
}
.rankings-container .rankings .device-row .device-name {
  overflow: hidden;
}
.rankings-container .rankings .device-row .device-name > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rankings-container .rankings .device-row:hover, .rankings-container .rankings .device-row:hover .selected {
  background: #f6f6f6;
  border-radius: var(--global--border-radius-buttons);
}
.rankings-container .rankings .row-container .col {
  padding: 17px 10px;
  line-height: 20px;
}
.rankings-container .rankings .device-row > .col > .col {
  align-items: center;
}
.rankings-container .rankings .opened .device-row, .rankings-container .rankings .opened .device-row .selected {
  background: #cce6f2;
}
.rankings-container .rankings .rank-cell {
  color: #323745;
  font-weight: 500;
  font-size: 15px;
}
.rankings-container .rankings .rank-cell[rank~='='] {
  opacity: 0.3;
}
.rankings-container .rankings .deviceName {
  text-align: left;
  align-items: center;
  font-weight: 500;
  color: #21252f;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  text-align: left !important;
}
.rankings-container .rankings .ranking-overflow-inner {
  min-width: auto;
  margin: 0 25px;
  margin-top: -300px !important;
}
.rankings-container .rankings .ranking-overflow-inner .row.headers.no-margin {
  background: white;
  position: sticky;
  z-index: 1;
  margin-bottom: 147.5px !important;
  top: 230px;
}
@media (max-width: 849px) {
  .rankings-container .rankings .ranking-overflow-inner .row.headers.no-margin {
    top: 275px;
  }
}
.rankings-container .rankings .sort-column {
  max-width: 125px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: var(--context-color-highlight);
  opacity: 1;
}
.rankings-container .rankings .deviceDate, .rankings-container .rankings .devicePrice {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  opacity: 0.6;
}
.rankings-container .rankings .deviceScore {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #21252f;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rankings-container .rankings .deviceScore span:empty:before {
  content: '-';
  font-weight: 300;
  opacity: 0.4;
  font-family: 'Roboto', sans-serif;
}
.rankings-container .rankings .deviceScore:last-of-type {
  /* padding-right: 40px !important; */
}
.rankings-container .rankings .deviceScore sup {
  position: absolute;
}
.rankings-container .rankings .lensMountedOn {
  font-size: 14px;
  text-align: left;
}
.rankings-container .rankings .price-segments {
  margin: 10px;
  border-bottom: 1px solid #e0e5e9;
  padding-bottom: 3px !important;
}
.rankings-container .rankings .price-segments span {
  font-size: 12px;
  padding-right: 15px;
  padding-left: 0;
}
.rankings-container .rankings .price-segments a {
  color: #666;
  padding: 5px 15px;
  text-transform: uppercase;
}
.rankings-container .rankings .price-segments a.current {
  border-bottom: 3px solid;
  border-color: #323745;
}
.rankings-container .rankings .price-segments a:hover {
  color: #999;
  border-bottom: 3px solid;
  background-color: white;
  border-color: #323745;
  cursor: pointer;
}
.rankings-container .rankings .three-dots {
  fill: #f0f0f0;
  width: 13px;
  height: 13px;
  margin: 21px 17px 21px 3px;
  /*
            right: 8px;
            margin-top: -6px;
            position: absolute;
            top: 50%; */
}
.rankings-container .rankings .opened .three-dots {
  fill: #21252f;
}
.rankings-container .rankings .selected {
  background-color: var(--context-color-highlight);
}
.rankings-container .rankings .sort-header.selected {
  background: none;
}
.rankings-container .rankings .headers .no-padding > .row {
  padding-right: 33px;
  margin: 0;
}
.rankings-container .rankings .headers img {
  max-width: 65px;
}
.rankings-container .rankings .headers .sort-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #21252f;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0;
  transition: 0.2s;
  filter: grayscale(1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rankings-container .rankings .headers .sort-header.selected {
  background-color: var(--context-color-highlight);
  border-radius: var(--global--border-radius-buttons) var(--global--border-radius-buttons) 0 0;
  color: var(--context-color);
  filter: initial;
}
.rankings-container .rankings .headers .sort-header.selected.launch_date.desc span:before, .rankings-container .rankings .headers .sort-header.selected.launch_price.desc span:before {
  content: '↓';
}
.rankings-container .rankings .headers .sort-header.selected.launch_date.asc span:before, .rankings-container .rankings .headers .sort-header.selected.launch_price.asc span:before {
  content: '↑';
}
.rankings-container .rankings .headers .sort-header.selected span:before {
  position: absolute;
  margin: -2px -12px;
}
.rankings-container .rankings .headers .sort-header.selected:after {
  border-color: var(--context-color);
}
.rankings-container .rankings .headers .sort-header:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: calc(100% - 0px);
  margin: auto;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}
.rankings-container .rankings .headers .sort-header.launch_price, .rankings-container .rankings .headers .sort-header.launch_date, .rankings-container .rankings .headers .sort-header.rank, .rankings-container .rankings .headers .sort-header.device_name {
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  line-height: 1.2;
  display: flex;
  letter-spacing: -0.2px;
  position: relative;
  bottom: 1px;
  align-self: center;
  flex-direction: column;
  padding: 0 10px;
}
.rankings-container .rankings .headers .sort-header.tstop, .rankings-container .rankings .headers .sort-header.effmpix {
  line-break: anywhere;
  font-size: 10px;
}
.rankings-container .rankings .row-container-filters.smartphones-ranking {
  top: 60px;
  z-index: 2;
  margin-bottom: 300px !important;
}
.rankings-container .rankings.list .row-container-filters.smartphones-ranking {
  background: white;
  position: sticky;
}
.rankings-container .rankings .ranking-filter-buttons {
  position: relative;
  margin-bottom: 10px;
}
.rankings-container .rankings .ranking-filter-buttons.ranking-header {
  padding: 20px 20px 0 0;
}
@media (max-width: 849px) {
  .rankings-container .rankings .ranking-filter-buttons.ranking-header {
    padding: 10px;
  }
}
.rankings-container .rankings .ranking-filter-buttons .ranking-title {
  display: flex;
}
.rankings-container .rankings .ranking-filter-buttons .ranking-title .logo img {
  height: 62px;
  margin: 0 10px;
}
.rankings-container .rankings .ranking-filter-buttons .ranking-title span {
  color: var(--context-color);
  font-weight: 600;
  font-size: 22px;
}
.rankings-container .rankings .ranking-filter-buttons .ranking-title h3 {
  font-weight: 600;
}
.rankings-container .rankings .ranking-filter-buttons .ranking-filter-buttons-col {
  padding: 20px 0 !important;
  opacity: 1;
}
@media (max-width: 849px) {
  .rankings-container .rankings .ranking-filter-buttons .ranking-filter-buttons-col {
    padding: 0;
  }
}
.rankings-container .rankings .ranking-filter-buttons .ranking-sort-col {
  padding: 10px 40px;
  opacity: 1;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 849px) {
  .rankings-container .rankings .ranking-filter-buttons .ranking-sort-col {
    padding: 0;
    margin-bottom: -10px;
    margin-top: 10px;
  }
}
.rankings-container .rankings .ranking-filter-btn {
  border-color: #eee;
  text-align: left;
  position: relative;
  padding-left: 15px;
  min-width: 135px;
  box-shadow: none;
}
@media (max-width: 849px) {
  .rankings-container .rankings .ranking-filter-btn {
    min-width: 150px;
  }
}
.rankings-container .rankings .ranking-filter-btn i {
  position: absolute;
  top: 7px;
  right: 12px;
}
.rankings-container .rankings .ranking-filter-buttons-col, .rankings-container .rankings .ranking-filter-by-label, .rankings-container .rankings .ranking-filter-btn {
  font-size: 13px;
  opacity: 0.8;
}
.rankings-container .rankings .ranking-filter-btn.primary {
  opacity: 1;
}
.rankings-container .rankings .ranking-filter-by-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 1em;
  position: relative;
  top: -6px;
}
.rankings-container .rankings .filter-dropdown {
  position: absolute;
  background: #fff;
  padding: 16px 16px 0 !important;
  z-index: 101;
  box-shadow: 1px 7px 18px -4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: block;
  margin: 10px 0 !important;
  top: calc(100% - 16px);
  right: 0;
  border-radius: var(--global--border-radius);
  border: 1px solid #f0f0f0;
  max-width: 90vw;
  text-align: left;
}
.rankings-container .rankings .ranking-filter-container-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rankings-container .rankings .ranking-brand-filter-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.rankings-container .rankings .custom-brand-filter {
  width: 33%;
  min-width: 120px;
  color: #21252f;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
@media only screen and (max-width: 549px) {
  .rankings-container .rankings .custom-brand-filter {
    width: 50%;
  }
}
.ranking-detail > .row {
  padding: 0 0;
  border-bottom: 1px solid #f0f0f0;
}
.ranking-detail h3 {
  font-weight: 600;
  font-size: 18px;
}
.ranking-detail .scores {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.ranking-detail .no-score {
  display: none;
}
.ranking-detail .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ranking-detail .cover-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.by-dxomark {
  text-align: right;
}
.by-dxomark img {
  width: 180px;
}
.help-toopltip {
  background-color: #dddddd;
  border-radius: 50px;
  color: white;
  text-align: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 19px;
  font-size: 13px;
  font-weight: bolder;
  font-family: monospace;
  font-style: italic;
}
.help-toopltip:hover {
  color: black;
}
.rankings .custom-small-2 {
  flex: 1 0 0;
}
.rankings .row-container {
  margin-left: 15px;
  margin-right: 15px;
  /*.col {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    &.opened .row {
        border-bottom: 1px solid $dxomark-medium-grey;
    }
    &.opened + .row-container .row {
        border-top: 1px solid $dxomark-medium-grey;
    }*/
}
.rankings .row-container#deviceSelected {
  border-radius: 8px;
  box-shadow: inset 0px 0px 15px #e5e5e5;
}
.rankings .row-container.no-data {
  cursor: default;
}
@media (max-width: 849px) {
  .rankings .row-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.rankings > .row-container:last-child {
  padding-top: 25px;
  padding-bottom: 15px;
}
.rankings .separation {
  margin-top: -147.5px !important;
}
body .rankings-container .filter-dropdown {
  width: unset !important;
  min-width: 320px;
  margin-top: 15px !important;
  right: initial;
}
body .rankings-container .custom-brand-filter {
  width: 50%;
}
@media (min-width: 950px) {
  body .rankings-container .row.filter-dropdown.filter-brand {
    min-width: 500px;
  }
}
body .rankings-container .ranking-filter-btn {
  min-width: 150px;
}
body .rankings-container .filter-item {
  position: relative;
  display: inline-block;
}
body .rankings-container .ranking-segment-filter-container .custom-brand-filter {
  width: 100% !important;
}
@media (max-width: 1100px) {
  body .rankings-container .filter-dropdown {
    width: 100% !important;
    margin-top: -45px !important;
    right: 0;
  }
}
@media (max-width: 550px) {
  .filter-item {
    min-width: 49%;
  }
  .rankings-container .ranking-filter-btn.brand-filter {
    min-width: 150px !important;
  }
}
.ranking-products {
  background-color: #FAFAFA;
}
.ranking-products h1 {
  margin-top: 60px;
}
.ranking-products .bg-fill {
  max-width: 1440px;
  margin: 0 auto !important;
}
.ranking-products .bg-fill img {
  position: absolute;
  right: 0;
  max-height: 420px;
  opacity: 0.3;
}
.ranking-products .rankings-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
}
@media (max-width: 549px) {
  .ranking-products .rankings-navigation {
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ranking-products .rankings-navigation a {
    font-size: 10px;
    padding: 2px 5px 0px 20px;
    width: 48%;
    margin: 5px 0;
    text-align: left;
  }
}
.ranking-products .rankings-navigation-mobile {
  background-color: var(--context-color);
  color: white;
  margin-left: 12px;
  width: calc(100% - 24px);
}
.ranking-products .filter-us {
  align-items: center;
  justify-content: right;
  padding: 0 15px !important;
}
.ranking-products .headers img {
  display: none;
}
/* ---------------  Home Featured  ------------------------ */
.block-well {
  background-color: #fff;
  border-radius: var(--global--border-radius);
  padding: 20px;
  margin-bottom: 30px;
}
.block-well .section-title {
  padding: 0 0 8px;
}
.block-well .cta {
  font-family: var(--global--font-titles);
  font-size: 0.9em;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px 0;
}
.block-well .cta i:before {
  content: "";
  opacity: 1;
  font-size: 1.2em;
  font-weight: 600;
  position: absolute;
  top: -14px;
  left: 5px;
}
.section-hero .section-content > .row > .col {
  padding: 0 15px;
}
.section-hero .section-content > .row > .col .home-hero {
  border-radius: var(--global--border-radius);
  --hero-color: black;
}
.section-hero .section-content > .row > .col .home-hero__dark {
  --hero-color: white;
}
.section-hero .section-content > .row > .col .home-hero__image {
  display: inline-block;
  overflow: hidden;
}
.section-hero .section-content > .row > .col .home-hero__product {
  --hero-bgcolor: #111;
  background-color: var(--hero-bgcolor);
  padding: 50px;
  margin: 30px 0;
  color: var(--hero-color);
  position: relative;
}
.section-hero .section-content > .row > .col .home-hero__product span {
  font-size: 0.9em;
  text-transform: uppercase;
}
.section-hero .section-content > .row > .col .home-hero__product h2 {
  color: var(--hero-color);
  margin: 15px 0 25px;
  font-size: 2em;
}
.section-hero .section-content > .row > .col .home-hero__product a {
  color: var(--hero-color);
}
.section-hero .section-content > .row > .col .home-hero__product a:hover {
  color: #21252f;
}
.section-hero .section-content > .row > .col .home-hero__product img {
  display: block;
  margin: 0 auto;
  max-height: 360px;
  width: auto;
}
@media (min-width: 850px) {
  .section-hero .section-content > .row > .col .home-hero__product img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
}
@media (max-width: 849px) {
  .section-hero .section-content > .row > .col .home-hero__product img {
    max-height: 260px;
    margin-bottom: -75px;
  }
}
@media (max-width: 849px) {
  .section-hero .section-content > .row > .col .home-hero__product {
    padding: 30px;
  }
  .section-hero .section-content > .row > .col .home-hero__product h2 {
    font-size: 1.5em;
  }
}
.section-featured .home-featured {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.section-featured .home-featured .featured-item {
  background-color: white;
  padding: 0;
  width: 100%;
  overflow: hidden;
  grid-column: span 2;
}
.section-featured .home-featured .featured-item:nth-child(5n+4), .section-featured .home-featured .featured-item:nth-child(5n+5) {
  grid-column: span 3;
}
.section-featured .home-featured .featured-item.article {
  grid-column: span 2;
}
@media (max-width: 849px) {
  .section-featured .home-featured .featured-item {
    grid-column: span 3;
  }
}
@media (max-width: 549px) {
  .section-featured .home-featured .featured-item.article {
    grid-column: span 6;
  }
}
.section-featured .home-featured .featured-item .featured-image {
  border-radius: var(--global--border-radius);
  overflow: hidden;
}
.section-featured .home-featured .featured-item .featured-image > .img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 60%;
  transition: 0.4s;
}
.section-featured .home-featured .featured-item .featured-content .featured-type {
  font-size: 0.6em;
  line-height: 0.6em;
  margin: 10px 5px 5px;
  text-transform: uppercase;
  color: var(--context-color);
  font-weight: 400;
}
.section-featured .home-featured .featured-item .featured-content .featured-title {
  margin: 5px;
  background-color: initial;
}
.section-featured .home-featured .featured-item .featured-content .featured-title h3 {
  font-size: 0.9em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 1020px) {
  .section-featured .home-featured .featured-item .featured-content .featured-title h3 {
    font-size: 16px !important;
  }
}
.section-featured .home-featured .featured-item.video .featured-content .featured-type, .section-featured .home-featured .featured-item.article .featured-content .featured-type {
  color: #AAA;
}
.section-featured .home-ranking {
  height: 505px;
}
.section-featured .home-ranking .device-selector {
  margin: 0 0 15px;
}
.section-featured .home-ranking .device-selector a {
  cursor: pointer;
  transition: 0.2s;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--context-color);
  font-weight: 600;
  margin: 0 8px 0 0;
  padding: 0 0 0 2px;
}
.section-featured .home-ranking .device-selector a.current {
  border-bottom: 2px solid var(--context-color);
}
.section-featured .home-ranking .filters-container .filter-button {
  font-size: 12px;
  padding: 0;
}
.section-featured .home-ranking .filters-container .filter-button img {
  height: 35px;
  margin: 0;
}
.section-featured .home-ranking .filters-container .filter-button span {
  padding: 0 7.5px;
  border-bottom: 0;
  font-weight: 600;
}
@media (max-width: 549px) {
  .section-featured .home-ranking .filters-container .filter-button {
    font-size: 8px;
  }
}
@media only screen and (max-width: 849px) {
  .section-featured .home-ranking .filters-container {
    display: contents;
  }
}
@media only screen and (max-width: 549px) {
  .section-featured .home-ranking .filters-container {
    display: flex;
  }
}
.section-featured .home-latest-reviews {
  padding: 20px;
}
.section-featured .home-latest-reviews .latest-updated-item {
  display: flex;
  margin: 2px 0;
}
.section-featured .home-latest-reviews .latest-updated-item .latest-updated-image {
  max-width: 100px;
  margin-left: -15px;
}
.section-featured .home-latest-reviews .latest-updated-item .latest-updated-image.sensor, .section-featured .home-latest-reviews .latest-updated-item .latest-updated-image.lens {
  padding: 0 15px;
}
.section-featured .home-latest-reviews .latest-updated-item .latest-updated-image.speaker {
  padding: 0 10px;
}
.section-featured .home-latest-reviews .latest-updated-item .latest-updated-image.laptop {
  padding: 0 7px;
}
.section-featured .home-latest-reviews .latest-updated-item .latest-updated-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-featured .home-latest-reviews .latest-updated-item .latest-updated-content h4 {
  font-size: 0.9em;
  margin-bottom: 3px;
}
.section-featured .home-latest-reviews .latest-updated-item .latest-updated-content span {
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 400;
  color: #AAA;
}
/* ---------------  Section Featured Banners (super featured) ------------------------ */
.section-featured.home-banners {
  background: #f6f6f6;
  font-family: 'Poppins', sans-serif;
}
.section-featured.home-banners .section-bg {
  mix-blend-mode: multiply;
  max-height: 600px;
}
.section-featured.home-banners .section-content {
  background: linear-gradient(0deg, #f6f6f6 50%, rgba(255, 255, 255, 0) 75%);
}
.section-featured.home-banners h1, .section-featured.home-banners .h1 {
  font-size: 42px;
  font-weight: 300;
  color: #21252f;
}
.section-featured.home-banners h1 strong, .section-featured.home-banners .h1 strong {
  font-weight: 700;
}
@media (max-width: 849px) {
  .section-featured.home-banners h1, .section-featured.home-banners .h1 {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.section-featured.home-banners video {
  min-width: 100%;
  min-height: 100vh;
  filter: opacity(0.2);
  position: fixed;
  margin-top: -100px;
  left: 0;
  z-index: -1;
}
.section-featured.home-banners .featured-home .featured-item {
  background-color: white;
  padding: 0;
  width: 100%;
  border-radius: var(--global--border-radius);
  overflow: hidden;
}
.section-featured.home-banners .featured-home .featured-item .featured-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.section-featured.home-banners .featured-home .featured-item .featured-content .featured-type {
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  color: var(--context-color);
  font-weight: 400;
}
.section-featured.home-banners .featured-home .featured-item .featured-content .featured-title {
  flex-grow: initial;
  padding: 5px;
}
.section-featured.home-banners .featured-home .featured-item .featured-content .featured-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 1020px) {
  .section-featured.home-banners .featured-home .featured-item .featured-content .featured-title h3 {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .section-featured.home-banners .featured-home .featured-item {
    font-size: 0.75em;
  }
}
.section-featured.home-banners .featured-home .featured-item {
  background: #f6f6f6;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  border-radius: var(--global--border-radius);
}
.section-featured.home-banners .featured-home .featured-item:hover {
  background: #e9e9e9;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
}
.section-featured.home-banners .featured-home .featured-item:hover .featured-image .img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.section-featured.home-banners .featured-home .featured-item:hover .feature-score {
  transform: scale3d(1.05, 1.05, 1.05);
}
.section-featured.home-banners .featured-home .featured-item:hover .featured-text {
  color: #21252f;
}
.section-featured.home-banners .featured-home .featured-text {
  transition: 0.2s;
}
.section-featured.home-banners .featured-home h3 {
  margin-top: 20px;
  line-break: 1.4;
}
.section-featured.home-banners .featured-home .featured-image {
  overflow: hidden;
}
.section-featured.home-banners .featured-home .featured-image > .img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 60%;
  transition: 0.4s;
}
@media (max-width: 849px) {
  .section-featured.home-banners .featured-home .featured-image {
    padding-right: 14px;
  }
}
.section-featured.home-banners .featured-home h3 {
  font-size: 23px;
}
.section-featured.home-banners .featured-home .featured-content {
  display: flex;
  flex-grow: 1;
}
.section-featured.home-banners .featured-home .featured-title-and-text {
  flex-grow: 1;
}
.section-featured.home-banners .featured-home .featured-score {
  margin-right: -8px;
  align-self: flex-end;
  transition: 0.2s;
}
.section-featured.home-banners .featured-home .featured-main {
  display: flex;
}
.section-featured.home-banners .featured-home .featured-main .featured-item {
  box-shadow: var(--global--shadow);
}
.section-featured.home-banners .featured-home .featured-sub {
  display: flex;
  flex-direction: column;
}
.section-featured.home-banners .featured-home .featured-sub.large-6 .featured-item.featured-sub-item:first-child {
  margin-bottom: 30px;
}
.section-featured.home-banners .featured-home .featured-sub-item {
  flex-direction: row;
  flex-basis: 50%;
  flex-grow: 1;
  box-shadow: var(--global--shadow);
}
.section-featured.home-banners .featured-home .featured-sub-item .featured-image {
  min-width: 33.5%;
  margin-right: 10px;
  align-items: center;
}
.section-featured.home-banners .featured-home .featured-sub-item .featured-image > .img {
  padding-bottom: 100%;
}
.section-featured.home-banners .featured-home .featured-sub-item .featured-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 850px) and (max-width: 1020px) {
  .section-featured.home-banners .featured-home .featured-sub-item.small-featured .featured-image {
    min-width: 28%;
  }
}
.section-featured.home-banners .featured-home .featured-sub-item .featured-title {
  flex-grow: 1;
  padding-left: 20px;
}
.section-featured.home-banners .featured-home .featured-sub-item.small-featured .featured-title h3 {
  font-size: 18px;
}
.section-featured.home-banners .featured-home .featured-sub-item .scoreContainer {
  justify-content: flex-end;
  margin-right: 10px;
}
.section-featured.home-banners .featured-home .featured-sub-item .featured-text {
  display: none;
}
.section-featured.home-banners .featured-home .featured-title {
  background: none;
}
@media (max-width: 1020px) {
  .featured-home .featured-sub-item .featured-title {
    padding-left: 0;
  }
}
/* ---------------  Section Featured Posts ------------------------ */
.featured-posts > .col {
  display: flex;
}
.featured-post {
  display: flex;
  background: #f6f6f6;
  padding: 0;
  align-items: stretch;
  transition: 0.2s;
  border-radius: var(--global--border-radius);
}
.featured-post .featured-image, .featured-post .featured-content {
  width: 50%;
  flex-grow: 1;
  position: relative;
}
.featured-post .featured-image {
  border: 1px solid #f6f6f6;
  background: #fff;
  display: flex;
  align-items: center;
  transition: 0.2s;
  overflow: hidden;
}
.featured-post .featured-image > .img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  padding-bottom: 100%;
  transition: 0.2s;
}
.featured-post .featured-title {
  background: none;
}
.featured-post .featured-score {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  transition: 0.2s;
}
.featured-post .featured-content {
  padding: 16px;
}
.featured-post h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
.featured-post:hover {
  background: #e9e9e9;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
}
.featured-post:hover .featured-score {
  opacity: 1;
}
.featured-post:hover .featured-image .img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.featured-post:hover .featured-text {
  color: #21252f;
}
/* ---------------  Section Rankings (Top Scores) ------------------------ */
.section-top-scores .section-content > .row > .col, .section-top-scores .section-content > .row > .col > .col-inner {
  display: flex;
  justify-content: center;
}
.section-top-scores .section-content > .row > .col .col-inner > .button {
  margin-top: 20px;
}
.device-row .three-dots {
  display: none;
}
.rankings-container .headers .no-padding > .row {
  padding-right: 0 !important;
}
.section-rankings .ranking .logoRanking img {
  height: 50px !important;
}
.section-rankings .large-4 .col-inner .ranking {
  box-shadow: var(--global--shadow);
}
.section-rankings .rankings-container .rankings {
  box-shadow: var(--global--shadow);
}
.section-rankings .rankings-container .rankings .row-container .col {
  text-align: center;
}
.section-rankings .rankings-container .rankings .ranking-overflow-inner {
  margin: 0;
}
.section-rankings .ranking .deviceType {
  flex-direction: column;
}
.section-rankings .ranking .protocol {
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.section-rankings .ranking .protocol span {
  color: var(--context-color);
}
/* ---------------  Section Latest Reviews ------------------------ */
.section-latest-reviews .articles-posts {
  margin-bottom: 30px;
}
.section-latest-reviews .articles-posts .post-item {
  /*.post-image{
            width: 30%;
            min-width: 30%;
            display: flex;
            align-items: center;
            background: #fff;
            border: 1px solid $lightest-gray;
            overflow: hidden;
            height: auto;
            padding-bottom: 0;

            img{
                object-fit: contain;
                width: calc(100% + 60px);
                margin-left: -30px;
                margin-right: -30px;
                height: 100%;
                max-width: none;
                position: initial;
            }
        }*/
}
.section-latest-reviews .articles-posts .post-item .post-item-inner {
  background: #f6f6f6;
  flex-direction: row;
  padding: 0;
  transition: 0.2s;
  border-radius: 10px;
}
.section-latest-reviews .articles-posts .post-item .post-image {
  min-width: 26%;
  display: block;
  height: auto;
  width: 26%;
  padding-bottom: 0;
  background: #fff;
  border: 1px solid #f6f6f6;
  overflow: hidden;
}
.section-latest-reviews .articles-posts .post-item .post-image img {
  object-fit: contain;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  height: 100%;
  max-width: none;
  position: initial;
}
.section-latest-reviews .articles-posts .post-item .text {
  flex-grow: 1;
  padding: 16px;
  padding-right: 0;
  width: 100%;
}
.section-latest-reviews .articles-posts .post-item .post-meta {
  margin-bottom: 6px;
}
.section-latest-reviews .articles-posts .post-item .post-excerpt {
  margin-top: 16px;
  margin-bottom: -16px;
}
.section-latest-reviews .articles-posts .post-item .scoreContainer {
  margin-right: 10px;
  transition: 0.2s;
}
@media (max-width: 1220px) {
  .articles-posts .post-item.large-6 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .articles-posts .post-item .post-image {
    width: 260px;
    min-width: 0;
  }
  .articles-posts .post-item .post-image img {
    margin: 8px auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .articles-posts .post-item > a {
    flex-direction: column;
    align-items: center;
  }
  .articles-posts .post-item .post-image {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .articles-posts .post-item .post-image img {
    margin: 15px auto;
    width: 200px;
    object-fit: initial;
  }
}
/* ---------------  Section vidéos ------------------------ */
.section-video > .row > .col {
  padding-bottom: 0;
  margin-bottom: -15px;
}
.section-video .icon-play-dxomark {
  flex-basis: 30%;
  padding: 15%;
  z-index: 1;
  position: relative;
  background: center center no-repeat url('../svg/play8cde.svg?20211231');
  background-size: 70%;
}
.section-video h3 {
  color: white;
  z-index: 1;
  padding: 0 5px;
}
.section-video .box-image {
  background-color: #000;
  text-align: left;
  border-radius: var(--global--border-radius);
  box-shadow: var(--global--shadow);
}
.section-video .box-image .box-image__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
}
.section-video .box-image .image-zoom {
  opacity: 1;
}
.section-video .box-image h3 {
  text-align: left;
  text-shadow: 0 0 10px black;
}
.section-video .video-small .icon-play-dxomark {
  transform: scale(0.8);
}
.section-video .video-small h3 {
  font-size: 16px;
}
@media (max-width: 1220px) {
  .section-video .video-small h3 {
    font-size: 13px;
  }
}
@media (max-width: 549px) {
  .section-video .video-small .icon-play-dxomark {
    transform: scale(1);
  }
  .section-video .video-small h3 {
    font-size: 16px;
  }
}
/* ---------------  Section About ---------------- */
.section-about {
  background: linear-gradient(180deg, #f6f6f6 0%, white 50%);
}
.section-about .section-content {
  max-width: 840px;
  margin: 0 auto;
}
.section-about .section-content h3 {
  font-size: 34px;
}
@media (max-width: 549px) {
  .section-about .section-content h3 {
    font-size: 26px;
  }
}
/* ---------------  Section Latests Posts/Articles ---------------- */
.section-news .news-posts {
  margin-bottom: -14px;
}
/* ---------------  Slider Horizontal Bas de page ---------------- */
.home-gallery .slick-track {
  display: flex !important;
}
.home-gallery .slick-slide, .home-gallery .slick-initialized .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  width: 300px;
}
.home-gallery .slick-slide img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  filter: brightness(0.7);
}
.home-gallery .home-gallery-title {
  color: white;
  position: absolute;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
.big-slider-img-container.slick-slide {
  height: 80vh;
  max-height: 1000px;
  background: black;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.big-slider-img-container.slick-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.big-slider-img-container.slick-slide a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/* ---------------  About DXOMark ---------------- */
.social-icons .icon {
  margin: 0 0.5em;
}
/* ---------------  About DXOMark ---------------- */
.about-dxomark iframe {
  border-radius: var(--global--border-radius);
  box-shadow: var(--global--medium-shadow);
  margin-bottom: 40px;
}
/* -------- TEST : Changement sections home ----- */
/*
body{
    .section-featured,
    .section-latest-reviews{
        background: $lightest-gray;
    }
    #content > .section:nth-child(2){
        background: #fff !important;
    }



    .speaker.ranking {
        .listElement:first-child, &{ background: rgba($speaker-color, 0.05); }
        h3{ color: $speaker-color; }
    }
    .camera.ranking {
        .listElement:first-child, &{ background: rgba($camera-color, 0.05); }
        h3{ color: $camera-color; }
    }
    .audio.ranking {
        .listElement:first-child, &{ background: rgba($audio-color, 0.05); }
        h3{ color: $audio-color; }
    }
    .sensor.ranking {
        .listElement:first-child, &{ background: rgba($sensor-color, 0.05); }
        h3{ color: $sensor-color; }
    }
    .ranking .deviceName h3 { padding: 16px; }
    .ranking .deviceType { padding: 0 16px; }

    // Fond gris
    .ranking { background: #f7f7f7 !important; padding: 24px 0px 16px; }



    .featured-home .featured-item {
        background: #fff;
        padding: 0;
    }
    .featured-home .featured-sub-item {
        padding: 16px;
        align-items: center;
    }


    .featured-post {
        background: #fff;
    }
    .featured-content{
        padding: 0 16px 16px;
    }

    .articles-posts, .news-posts{
        .post-item .post-item-inner{ background: #fff; padding: 0; }
        .post-item .post-image{ border: none; }
        .post-item .text{ padding: 20px 20px 16px; }
    }
    .section-latest-reviews .articles-posts .post-item .text{ background: #fff; }
}*/
.page-template-page-galleries .box {
  background: #fff;
}
.page-template-page-galleries .box .box-text {
  padding-bottom: 0.7em;
}
/* Video Posts */
.video-posts .col-inner {
  background-color: #fff;
  box-shadow: none;
}
.video-posts h3 {
  min-height: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  font-weight: 600;
}
.video-posts .post-meta {
  text-align: center;
  padding-top: 2px;
}
.video-posts .box-text {
  padding: 8px 15px 8px;
}
.video-posts .box-image {
  overflow: hidden;
}
.video-posts .box-image img {
  transition: 0.4s;
}
.video-posts .box-image i {
  position: absolute;
  color: white;
  z-index: 10;
  top: 50%;
  font-size: 40px;
  margin-top: -20px;
  margin-left: -20px;
  text-shadow: 0px 0px 10px #000;
}
.video-posts .col-inner:hover {
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
}
.video-posts .col-inner:hover .box-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.mfp-iframe-scaler > .mfp-close {
  display: none;
}
/* -----------------------------------     Review Header   -------------------------------------- */
.single-post {
  /* Comment Policy */
}
.single-post .format-video .entry-image {
  display: none;
}
.single-post .article-inner > .row {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 30px;
}
.single-post .article-inner > .row .social-icons {
  transform: scale(0.8);
  top: -15px;
}
.single-post .article-inner > .row .entry-header {
  padding-bottom: 0;
  position: relative;
}
.single-post .article-inner > .row .entry-header h1.entry-title {
  font-size: 38px;
}
.single-post .article-inner > .row .entry-header h1.entry-title span {
  font-size: 38px;
}
.single-post .article-inner > .row .entry-header .highlighted {
  color: var(--context-color);
}
.single-post .article-inner > .row .entry-header .bg-header {
  width: 200vw;
  transform: translateX(-50%);
  position: absolute;
  height: 100%;
  background: linear-gradient(0deg, rgba(50, 59, 80, 0.05) 0%, rgba(255, 255, 255, 0.05) 50%);
}
.single-post .article-inner > .row .entry-header .readingTime {
  text-align: right;
}
@media only screen and (max-width: 48em) {
  .single-post .article-inner > .row .entry-header .readingTime {
    text-align: left;
  }
}
@media (max-width: 849px) {
  .single-post .article-inner > .row .entry-header .product-review-link {
    text-align: center;
  }
}
.single-post .article-inner > .row .entry-header .product-review-link .button {
  margin-top: 30px;
  background-color: white;
  display: inline-flex;
  align-items: center;
}
.single-post .article-inner > .row .entry-header .product-review-link .button .icon-angle-right {
  font-size: 28px;
  color: var(--context-color);
  padding-left: 15px;
  margin-right: -2px;
  height: 29px;
}
@media (max-width: 849px) {
  .single-post .article-inner > .row .entry-header .product-review-link .button {
    margin-right: 0;
  }
}
.single-post .article-inner > .row .entry-header .entryImageCol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  height: 100%;
}
.single-post .article-inner > .row .entry-header .entryImageCol .entryImage {
  position: absolute;
  top: 0;
  filter: opacity(0.2);
}
.single-post .article-inner > .row .entry-header .entryImageCol .entryImage.relative.selfie .attachment-large.size-large.wp-post-image, .single-post .article-inner > .row .entry-header .entryImageCol .entryImage.relative.mobile .attachment-large.size-large.wp-post-image {
  min-height: 120px;
}
.single-post .article-inner > .row .entry-header .rank-position {
  position: absolute;
  bottom: 0;
  margin-bottom: -37px;
  width: 100%;
}
.single-post .article-inner > .row .entry-header .rank-position a {
  display: flex;
  border: 1px solid var(--global--border-color);
  border-radius: var(--global--border-radius-buttons);
  padding: 15px 15px 14px;
  background: white;
  max-width: 300px;
  margin: 0 auto;
}
.single-post .article-inner > .row .entry-header .rank-position a .button-text span {
  font-size: 10px;
  text-transform: uppercase;
}
.single-post .article-inner > .row .entry-header .rank-position a .button-text p {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.single-post .article-inner > .row .entry-header .rank-position a .position {
  font-size: 43px;
  line-height: 15px;
  font-weight: 600;
  color: var(--context-color);
  padding: 20px 15px 0;
}
.single-post .article-inner > .row .entry-header .rank-position a .position span {
  font-size: 14px;
  text-transform: none;
}
.single-post .entry-header {
  padding-bottom: 30px;
}
.single-post .entry-header .bigBadge {
  height: auto;
  margin-bottom: 50px;
}
.single-post .tag-label {
  padding: 6px 12px;
  font-size: 13px;
  background: #323745;
  border-radius: var(--global--border-radius-buttons);
  margin-bottom: 16px;
}
.single-post .fil-ariane, .single-post .go-back-header {
  font-family: 'Poppins', sans-serif;
  color: #21252f;
  font-size: 13px;
  letter-spacing: 0;
  position: relative;
  top: -15px;
}
.single-post .comment-policy {
  background-color: #ddd;
  padding: 5px 10px;
  border-radius: var(--global--border-radius-buttons);
}
.single-post .comment-policy p {
  margin-bottom: 0;
}
.single-post .comment-respond {
  display: none;
}
/* -----------------------------------     Review Tabs   ---------------------------------------- */
/* Review Tabs */
.protocolsNav {
  margin: 20px 0 0;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 849px) {
  .protocolsNav {
    margin: 60px 0 0;
  }
}
.protocolsNav h6 {
  margin-bottom: 24px;
}
.protocolsNav ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.protocolsNav li {
  display: table-cell;
  padding: 0 18px;
  margin-bottom: 0;
}
.protocolsNav li:first-child {
  padding-left: 0;
}
.protocolsNav li.active a, .protocolsNav a:hover {
  border-bottom: 4px solid #0183bf;
  filter: none;
}
.protocolsNav li.speaker.active a, .protocolsNav li.speaker a:hover {
  border-bottom: 4px solid #419196;
  color: #419196;
}
.protocolsNav li.sensor.active a, .protocolsNav li.sensor a:hover {
  border-bottom: 4px solid #f59c00;
  color: #f59c00;
}
.protocolsNav li.lens.active a, .protocolsNav li.lens a:hover {
  border-bottom: 4px solid #f59c00;
  color: #f59c00;
}
.protocolsNav a {
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 15px;
  color: #0183bf;
  padding: 0px 6px 6px;
  filter: grayscale(1);
}
.protocolsNav a img {
  width: 58px;
  margin-bottom: -1px;
}
/* -------------------------------------     CONTENU   -------------------------------------------- */
.entry-content.single-page {
  font-weight: 400;
}
@media (min-width: 850px) {
  .entry-content.single-page .content-column {
    box-shadow: 0px 0px 40px 8px rgba(50, 59, 80, 0.1);
    border-radius: var(--global--border-radius);
    padding: 20px !important;
  }
}
.pros-cons {
  align-items: stretch;
}
.pros-cons, .pros-cons .col {
  display: flex;
}
.pros-cons .bloc-pros .col-inner, .pros-cons .bloc-cons .col-inner {
  padding: 28px 32px 10px;
  background: #f6f6f6;
  color: #21252f;
  border-radius: var(--global--border-radius);
}
.pros-cons h4 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 16px;
}
.pros-cons h4:before {
  content: '-';
  width: 22px;
  height: 22px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border-radius: 100px;
  border: 2.6px solid #21252f;
  margin-right: 8px;
}
.pros-cons .bloc-pros .col-inner {
  background: var(--context-color-highlight);
}
.pros-cons .bloc-pros .col-inner h4 {
  color: var(--context-color);
}
.pros-cons .bloc-pros .col-inner h4:before {
  border-color: #0183bf;
  content: '+';
}
/* Images et légendes*/
.box-shadow, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover, .box-shadow-2, .box-shadow-2-hover:hover {
  box-shadow: none;
}
.row.image-compare .box-shadow-2 .box-text {
  text-align: center;
  padding: 7px 10px;
  font-weight: 400;
}
.row.image-compare {
  margin-top: 30px;
}
/* ------------- Bas de page ----------- */
.shoutouts {
  justify-content: stretch;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0 16px;
}
.shoutouts h3 {
  line-height: 1.3;
  margin-bottom: 2px;
  min-height: 52px;
  font-size: 17px;
  padding: 10px 10px 0;
}
.shoutouts h4 {
  font-size: 12px;
  color: #888888;
  padding: 0 10px;
}
.shoutouts .col.large-6 {
  padding: 15px 30px 15px 15px;
}
.shoutouts .col-inner {
  border: 1px solid #dadada;
  height: 100%;
}
.shoutouts .video-preview {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.shoutouts .video-preview img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.shoutouts .press-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.product-page {
  font-family: var(--global--font-titles);
}
.product-page > .row {
  margin-bottom: 60px;
}
.product-page .row {
  scroll-margin-top: 30px;
}
@media (max-width: 849px) {
  .product-page .row {
    scroll-margin-top: 75px;
  }
}
.product-page #cover {
  position: relative;
  z-index: 10;
  background: white;
  margin-top: -30px;
  transform: translateY(var(--t));
}
.product-page #cover .cover {
  background: linear-gradient(0deg, rgba(50, 59, 80, 0.05) 0%, rgba(255, 255, 255, 0.05) 50%);
  min-height: 400px;
}
.product-page #cover .cover > .row {
  height: 100%;
}
.product-page #cover .cover img {
  mix-blend-mode: multiply;
  width: max-content;
  margin: 0 auto;
}
.product-page #cover .cover .actionComp {
  margin: 0 auto;
}
.product-page #cover .cover .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-page #cover .cover .tag-label {
  padding: 6px 12px;
  font-size: 12px;
  background: #eee;
  color: #5e627b;
  border-radius: var(--global--border-radius-buttons);
  margin-bottom: 16px;
  width: max-content;
}
@media (max-width: 849px) {
  .product-page #cover .cover .tag-label {
    margin: 0 auto;
  }
}
@media (max-width: 849px) {
  .product-page #cover .cover .entry-title, .product-page #cover .cover .sub-title {
    text-align: center;
  }
}
.product-page .sticky-product-nav {
  position: sticky;
  top: 60px;
  margin-top: -140px;
  z-index: 1;
  border-bottom: 1px solid #eff0f2;
  background: white;
  margin-bottom: 15px;
}
.product-page .sticky-product-nav img {
  max-height: 75px;
  padding: 5px;
}
.product-page .sticky-product-nav .device-name {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-page .sticky-product-nav .nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-page .sticky-product-nav .nav .product-nav {
  padding: 0;
  margin: 0;
}
@media (max-width: 849px) {
  .product-page .sticky-product-nav {
    margin-top: -180px;
    top: 65px;
  }
}
.product-page .product-nav {
  list-style: none;
  display: inline-block;
  padding-top: 15px;
}
@media (max-width: 849px) {
  .product-page .product-nav {
    text-align: center;
  }
}
.product-page .product-nav li {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}
.product-page .product-nav li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10%;
  width: 80%;
  border-bottom: 1px solid #ddd;
}
.product-page .product-nav li:hover {
  text-shadow: 0px 0px 1px black;
}
.product-page .product-nav li:hover:after {
  border-bottom: 3px solid var(--context-color);
  margin-left: 0;
  width: 100%;
}
.product-page .product-nav li.active:after {
  border-bottom: 3px solid var(--context-color);
  margin-left: 0;
  width: 100%;
}
.product-page .section-video {
  max-width: 940px !important;
  margin: 30px auto !important;
}
.product-page .specifications {
  font-size: 12px;
}
.product-page .specifications .main-specifications {
  text-align: center;
}
.product-page .specifications .main-specifications img {
  max-width: 60px;
  filter: grayscale(1);
}
.product-page .specifications .main-specifications p {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0;
  line-height: 20px;
  min-height: 40px;
}
.product-page .specifications .main-specifications span {
  font-size: 11px;
}
.product-page .specifications .more-specifications {
  font-weight: 600;
  text-align: center;
}
.product-page .specifications .more-specifications span {
  cursor: pointer;
}
.product-page .specifications .spec-line .odd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(0, 130, 185, 0.05);
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 8px;
}
.product-page .specifications .spec-line .even {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  margin: 10px 0;
}
.product-page .specifications .spec-line .spec-name {
  font-weight: 600;
}
.product-page .related-products .col {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.product-page .related-products .col .col-inner {
  border: 1px solid #ddd;
  border-radius: var(--global--border-radius);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px;
  padding: 10px 15px;
}
.product-page .related-products .col .col-inner img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: 0.2s;
}
.product-page .related-products .col .col-inner .product-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60%;
  transition: 0.4s;
}
.product-page .related-products .col .col-inner .product-title {
  padding: 10px;
  margin: 0;
  text-align: center;
}
.product-page .affiliate {
  padding-top: 15px;
}
.product-page .affiliate .col-inner {
  border: 1px solid #ddd;
  border-radius: var(--global--border-radius);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px;
  padding: 0;
}
.product-page .affiliate .col-inner table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.product-page .affiliate .col-inner table tr th:first-child, .product-page .affiliate .col-inner table tr td:first-child {
  text-align: left;
}
.product-page .affiliate .col-inner table th, .product-page .affiliate .col-inner table td {
  padding: 14px;
  text-align: center;
  border-bottom: none;
}
.product-page .affiliate .col-inner table th {
  font-weight: 400;
}
.product-page .affiliate .col-inner table td {
  border-top: 1px solid #eee;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .product-page .affiliate .col-inner table {
    border: 0;
  }
  .product-page .affiliate .col-inner table caption {
    font-size: 1.3em;
  }
  .product-page .affiliate .col-inner table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product-page .affiliate .col-inner table tr {
    display: block;
  }
  .product-page .affiliate .col-inner table tr td:first-child {
    border: none;
    text-align: right;
    background-color: #eee;
  }
  .product-page .affiliate .col-inner table tbody td {
    border-top: 1px solid #ddd;
  }
  .product-page .affiliate .col-inner table td {
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .product-page .affiliate .col-inner table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 400;
  }
}
.archive.category .page-wrapper {
  padding-top: 0;
}
.archive.category .page-wrapper .test-buttons {
  padding: 20px 0 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-title-large h2 {
  font-size: 26px;
}
.articles-posts .post-item, .news-posts .post-item {
  text-align: left;
  display: flex;
}
.articles-posts .post-item .post-item-inner, .news-posts .post-item .post-item-inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 16px 16px;
  width: 100%;
  transition: 0.2s;
  border-radius: var(--global--border-radius);
}
.articles-posts .post-item .post-image, .news-posts .post-item .post-image {
  width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 72%;
  overflow: hidden;
}
.articles-posts .post-item .post-image img, .news-posts .post-item .post-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.articles-posts .post-item .text, .news-posts .post-item .text {
  padding: 20px 0 0;
  font-size: 13px;
}
.articles-posts .post-item .post-title, .news-posts .post-item .post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}
.articles-posts .post-item .post-meta, .news-posts .post-item .post-meta {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 8px;
}
.articles-posts .post-item .post-excerpt, .news-posts .post-item .post-excerpt {
  transition: 0.2s;
}
.articles-posts .post-item .post-item-inner:hover, .news-posts .post-item .post-item-inner:hover {
  background: #e9e9e9;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.03);
}
.articles-posts .post-item .post-item-inner:hover .post-image img, .news-posts .post-item .post-item-inner:hover .post-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.articles-posts .post-item .post-item-inner:hover .post-excerpt, .news-posts .post-item .post-item-inner:hover .post-excerpt {
  color: #21252f;
}
.ranking {
  text-align: left;
  background: #fff;
  padding: 24px 16px 16px;
  width: 100%;
  border-radius: var(--global--border-radius);
}
.ranking.smartphones .deviceType {
  display: flex;
  flex-direction: row;
}
.ranking.smartphones .logoRanking {
  flex: initial;
  margin-right: 15px;
}
.ranking .deviceType {
  display: flex;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #21252f;
  font-weight: 500;
  letter-spacing: 0;
}
.ranking .logoRanking {
  flex: initial;
  padding-right: 10px;
  margin: 0 auto;
}
.ranking .logoRanking img {
  height: 38px;
  width: auto;
}
.ranking .ranking-headers {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: -20px;
}
.ranking .ranking-headers > div {
  padding: 0 10px;
}
.ranking .rankingList {
  margin: 24px 0 16px;
}
.ranking .listElement {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 12px;
  transition: 0.2s;
}
.ranking .listElement:hover {
  background: #f6f6f6;
}
.ranking .deviceName {
  white-space: nowrap;
  overflow: hidden;
}
.ranking .deviceName h3 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 16px 5px 16px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.ranking .deviceName .h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.ranking .deviceName a {
  display: inline;
}
.ranking .deviceName span {
  font-family: 'Poppins', sans-serif;
  line-height: 38px;
  font-weight: 500;
  font-size: 14px;
  display: inline;
}
.ranking .listElement:first-child {
  border-bottom: none;
}
.ranking .listElement:first-child h3, .ranking .listElement:first-child span {
  font-weight: 700;
}
.ranking .listElement:first-child .deviceScore {
  font-weight: 700;
}
.ranking .deviceScore {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.ranking .full-ranking {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.ranking .full-ranking i {
  display: none;
}
.ranking .full-ranking i {
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.ranking-position .protocol {
  padding-right: 60px;
}
.speaker.ranking .listElement:first-child {
  background: rgba(1, 108, 115, 0.05);
  border-radius: var(--global--border-radius-buttons);
}
.speaker.ranking .listElement:first-child h3 {
  color: #016c73;
}
.camera.ranking .listElement:first-child {
  background: rgba(1, 131, 191, 0.05);
  border-radius: var(--global--border-radius-buttons);
}
.camera.ranking .listElement:first-child h3 {
  color: #0183bf;
}
.selfie.ranking .listElement:first-child {
  background: rgba(1, 131, 191, 0.05);
  border-radius: var(--global--border-radius-buttons);
}
.selfie.ranking .listElement:first-child h3 {
  color: #0183bf;
}
.audio.ranking .listElement:first-child {
  background: rgba(1, 131, 191, 0.05);
  border-radius: var(--global--border-radius-buttons);
}
.audio.ranking .listElement:first-child h3 {
  color: #0183bf;
}
.display.ranking .listElement:first-child {
  background: rgba(1, 131, 191, 0.05);
  border-radius: var(--global--border-radius-buttons);
}
.display.ranking .listElement:first-child h3 {
  color: #0183bf;
}
.sensor.ranking .listElement:first-child {
  background: rgba(241, 135, 0, 0.05);
  border-radius: var(--global--border-radius-buttons);
}
.sensor.ranking .listElement:first-child h3 {
  color: #f18700;
}
.lens.ranking .listElement:first-child {
  background: rgba(245, 156, 0, 0.05);
  border-radius: var(--global--border-radius-buttons);
}
.lens.ranking .listElement:first-child h3 {
  color: #f59c00;
}
.ranking-slider .ranking {
  margin-right: 15px;
  margin-left: 15px;
}
.ranking-slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.ranking-slider .slick-next:before, .ranking-slider .slick-prev:before {
  color: #646464;
  opacity: 1;
}
.rankings-container .filters-container {
  padding-bottom: 0;
}
.rankings-container .filter-button {
  margin: 0;
  border: none;
  border-right: none !important;
}
.rankings-container .filter-button:not(.current) {
  background: #f6f6f6;
}
.rankings-container .filter-button.current {
  border-bottom: 3px solid;
}
.rankings-container .empty-filter {
  /* border-bottom: 1px solid $dxomark-medium-grey !important; */
  width: 100%;
}
.lensMountedOn {
  display: none;
}
.slantedbg-top, .slantedbg-bottom {
  background: linear-gradient(178deg, #f6f6f6 0%, #f6f6f6 34%, #bfbfbf73 34.3%, #ffffff 71%);
  width: 100%;
  height: 300px;
}
.slantedbg-top {
  margin-bottom: -100px;
}
@media (max-width: 549px) {
  .slantedbg-top {
    margin-bottom: -20px;
    height: 100px;
  }
}
.slantedbg-bottom {
  background: linear-gradient(-2deg, #ffffff 0%, #ffffff 34%, #bfbfbf73 34.3%, #ffffff 71%);
}
@media (max-width: 549px) {
  .slantedbg-bottom {
    margin-bottom: -60px;
  }
}
.mc4wp-form-fields {
  margin-bottom: -10px;
}
.mc4wp-form-fields > .flex-row.container {
  max-width: 440px;
}
.mc4wp-form-fields > p {
  margin: 0px 0 30px;
}
.mc4wp-form-fields input[type='email'] {
  border-color: #E4E5EC;
  background: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.mc4wp-form-fields .button.secondary {
  min-width: 0;
  margin-left: 0 !important;
  box-shadow: none !important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.mc4wp-form-fields .newsletter-input {
  max-width: 500px;
  padding: 0;
}
.mc4wp-form-fields .newsletter-submit {
  padding-right: 12px;
}
.home .mc4wp-form-fields {
  margin-bottom: -10px;
}
.section-social .social-icons {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-social .social-icons .button.icon.weibo:hover {
  color: #aaa;
  background: white;
}
.section-social .social-icons .button.icon.weibo:hover svg {
  fill: #fff;
}
.share-icons .button.icon {
  margin-left: 0.2em;
  margin-right: 0.2em;
  min-width: 2.5em;
  padding: 1px;
  box-shadow: none;
}
.filter-us {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  padding: 0 15px 5px;
  font-weight: bold;
}
.filter-us.filter-us-mini {
  font-size: 11px;
  justify-content: right;
}
.filter-us.filter-us-mini .us-switch {
  transform: scale(0.6);
  margin: 0 -7px;
}
.filter-us.filter-us-mini .help-toopltip {
  width: 16px;
  height: 16px;
  line-height: 18px;
  font-size: 10px;
}
.us-switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  transform: scale(0.7);
}
.us-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #323745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.us-toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.us-toggle:not(.selected) {
  background-color: var(--context-color);
}
.us-toggle:focus {
  box-shadow: 0 0 1px #2196F3;
}
.selected.us-toggle:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.us-toggle .on {
  display: none;
}
.us-toggle .on, .us-toggle .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
.selected.us-toggle .on {
  display: block;
}
.selected.us-toggle .off {
  display: none;
}
.us-toggle.round {
  border-radius: 34px;
}
.us-toggle.round:before {
  border-radius: 50%;
}
#scroll-summary {
  padding-right: 40px;
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
#scroll-summary li {
  margin: 0;
  text-align: right;
}
#scroll-summary a {
  border-bottom: 3px solid transparent;
  line-height: 16px;
  padding: 5px 0px 4px;
  margin-bottom: 3px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: #21252f;
  text-align: right;
  display: inline-block;
}
#scroll-summary a:hover {
  color: #000;
  font-weight: 500;
  border-color: #f0f0f0;
}
#scroll-summary .active > a {
  font-weight: 700;
  border-color: var(--context-color);
}
#scroll-summary .second-layer {
  list-style: none;
  margin: 5px 0 0 15px;
  font-weight: 400;
}
#scroll-summary .second-layer a {
  padding: 0;
  font-size: 13px;
}
/* --------- Extracted from php files --------- */
.sticky-column {
  position: sticky;
  top: 80px;
  height: calc(100vh - 4rem);
  overflow-y: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sticky-column::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sticky-column {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
/* -----------------------------   Audio  ----------- */
.audio-block-container .button.active {
  background: #323745;
  border-color: #323745;
  color: #fff;
}
.audio-block-container .button.playPause svg {
  position: relative;
  top: -10px;
  height: 34px;
  fill: #21252f;
}
.audio-block-container .button:hover svg {
  fill: #fff;
}
.wave-container {
  cursor: pointer;
  margin-bottom: 16px;
  background: #f6f6f6;
}
.wave-container.active, .audio-block-tab button.audio-block-device-btn.active {
  background: #f8f8f8;
}
.wave-container:not(.active) {
  position: absolute;
  z-index: -1;
}
.audio-block-container {
  display: block;
}
.audio-block-tab {
  height: 50px;
  display: inline-flex;
}
.audio-block-tab button.playPause {
  padding: 0;
  margin: 0;
}
.audio-block-tab button:not(.playPause) {
  padding: 0 35px;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.audio-block-tab button.audio-block-device-btn.active {
  font-weight: bold;
  font-size: 1.05em;
  color: black;
}
/*  webkit */
.device-block:not(.selected) .volume-bar {
  display: none;
}
.volume-bar {
  margin: 0 15px;
  padding: 0;
  width: 72px;
}
.volume-bar {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid transparent;
}
.volume-bar::-webkit-slider-runnable-track {
  height: 5px;
  background: #474747;
  border: none;
  border-radius: 3px;
}
.volume-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #2a2a2a;
  margin-top: -4px;
  cursor: pointer;
}
.volume-bar:focus {
  outline: none;
}
.volume-bar:focus::-webkit-slider-runnable-track {
  background: #474747;
}
/*  ff */
.volume-bar::-moz-range-track {
  height: 5px;
  background: #474747;
  border: none;
  border-radius: 3px;
}
.volume-bar::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #2a2a2a;
  cursor: pointer;
}
.volume-bar:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
/*hide the outline behind the border*/
.volume-bar:focus::-moz-range-track {
  background: #474747;
}
/*  ie */
.volume-bar::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.volume-bar::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.volume-bar::-ms-fill-upper {
  background: #fff;
  border-radius: 10px;
}
.volume-bar::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #A4A4A4;
}
.volume-bar:focus::-ms-fill-lower {
  background: #888;
}
.volume-bar:focus::-ms-fill-upper {
  background: #fff;
}
/* -----------------------------   Vidéo  ----------- */
.play-pause svg {
  padding: 5px;
  margin: -20px -10px -20px -20px;
  fill: #555555;
  transition: fill 0.3s;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.play-pause.button:hover svg {
  fill: #fff;
}
.equalizer .bar1 {
  animation: bar1 1.2s infinite linear;
}
.equalizer .bar2 {
  animation: bar2 0.8s infinite linear;
}
.equalizer .bar3 {
  animation: bar3 1s infinite linear;
}
.equalizer .bar4 {
  animation: bar4 0.8s infinite linear;
}
@keyframes bar1 {
  0% {
    height: 2px;
  }
  50% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}
@keyframes bar2 {
  0% {
    height: 5px;
  }
  40% {
    height: 1px;
  }
  80% {
    height: 7px;
  }
  100% {
    height: 5px;
  }
}
@keyframes bar3 {
  0% {
    height: 7px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes bar4 {
  0% {
    height: 1px;
  }
  40% {
    height: 3px;
  }
  60% {
    height: 7px;
  }
  80% {
    height: 5px;
  }
  100% {
    height: 1px;
  }
}
.device-block .box-text {
  padding-top: 0;
  padding-bottom: 0.45em;
}
/* play/pause btn */
.play-pause-btn, .equalizer, .volume-bar {
  opacity: 0.85;
  position: absolute;
  height: 24px;
  width: 24px;
  display: inline-flex;
  z-index: 1;
  fill: white;
}
.play-pause-btn:hover {
  fill: black;
}
.play-pause-btn {
  bottom: 16px;
  left: 10px;
  cursor: pointer;
}
.device-block:not(.selected) .play-pause-btn {
  display: none;
}
/* volume bar */
/*  webkit */
.device-block:not(.selected) .volume-bar {
  display: none;
}
.volume-bar {
  bottom: 16px;
  right: 38px;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 18px;
}
.volume-bar {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid transparent;
}
.volume-bar::-webkit-slider-runnable-track {
  height: 5px;
  background: #fff;
  border: none;
  border-radius: 3px;
}
.volume-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #A4A4A4;
  margin-top: -4px;
}
.volume-bar:focus {
  outline: none;
}
.volume-bar:focus::-webkit-slider-runnable-track {
  background: #fff;
}
/*  ff */
.volume-bar::-moz-range-track {
  height: 5px;
  background: #fff;
  border: none;
  border-radius: 3px;
}
.volume-bar::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #A4A4A4;
}
.volume-bar:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
/*hide the outline behind the border*/
.volume-bar:focus::-moz-range-track {
  background: #fff;
}
/*  ie */
.volume-bar::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.volume-bar::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.volume-bar::-ms-fill-upper {
  background: #fff;
  border-radius: 10px;
}
.volume-bar::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #A4A4A4;
}
.volume-bar:focus::-ms-fill-lower {
  background: #888;
}
.volume-bar:focus::-ms-fill-upper {
  background: #fff;
}
/* device-block and its container */
.device-block-container {
  justify-content: center;
  text-align: center;
  align-items: center;
  min-height: 280px;
}
.device-block-container > .col {
  padding-top: 30px;
}
.device-block {
  transition-duration: 0.5s;
}
.device-block:not(.selected) video {
  filter: blur(1px);
}
.device-block:not(.selected) {
  transform: scale(0.9);
  filter: grayscale(100%);
  cursor: pointer;
}
.device-block.selected {
  transform: scale(1.05);
}
/* equalizer */
.equalizer {
  bottom: 18px;
  right: 10px;
  height: 18px;
}
.device-block-container:not(.device-block-container-playing) .device-block.selected .equalizer, .device-block:not(.selected) .equalizer {
  display: none;
}
.device-block-container.device-block-container-playing .device-block.selected .equalizer {
  display: block;
}
.banner-bg {
  border-radius: var(--global--border-radius);
}
:root {
  --global--pros-color: #0082B9;
  --global--cons-color: #B32651;
}
.pros-and-cons {
  font-family: var(--global--font-titles);
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.pros-and-cons h4 {
  font-size: 18px;
  font-weight: 600;
}
.pros-and-cons li:before, .pros-and-cons h4:before {
  content: '';
  width: 22px;
  height: 22px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.pros-and-cons li:before {
  padding-left: 10px;
  width: 40px;
  transform: scale(1.5);
  padding-top: 2px;
  position: absolute;
  margin-left: -40px;
  margin-top: 1px;
}
.pros-and-cons h4:before {
  border-radius: 100px;
  border: 2.5px solid;
  margin-right: 8px;
}
.pros-and-cons ul {
  list-style: none;
}
.pros-and-cons ul li {
  padding-left: 45px;
  padding-right: 30px;
}
.pros-and-cons .pros li:before, .pros-and-cons .pros h4:before {
  color: var(--global--pros-color);
  border-color: var(--global--pros-color);
  content: '+';
}
.pros-and-cons .pros h4 {
  color: var(--global--pros-color);
}
.pros-and-cons .cons li:before, .pros-and-cons .cons h4:before {
  color: var(--global--cons-color);
  border-color: var(--global--cons-color);
  content: '-';
}
.pros-and-cons .cons h4 {
  color: var(--global--cons-color);
}
.scores-block {
  font-family: var(--global--font-titles);
}
.scores-block .col {
  padding: 3px 10px;
}
.scores-block .col.protocols-tabs {
  padding-top: 37px;
  display: flex;
  flex-direction: column;
}
.scores-block .col.protocols-tabs.single-protocol {
  justify-content: center;
}
.scores-block .col.protocols-tabs.single-protocol .scoreBadge {
  zoom: 200%;
}
.scores-block .col.protocols-tabs .protocol-tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #c1c5d9;
  border-radius: var(--global--border-radius);
  margin: 0 0 15px;
  padding: 2px 15px;
  opacity: 0.5;
  min-height: 80px;
  max-width: 220px;
}
.scores-block .col.protocols-tabs .protocol-tab .protocol-icon {
  min-width: 15%;
  display: flex;
  filter: grayscale(1);
}
.scores-block .col.protocols-tabs .protocol-tab .protocol-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 40%;
}
.scores-block .col.protocols-tabs .protocol-tab .protocol-name .name {
  font-size: 16px;
  font-weight: 600;
}
.scores-block .col.protocols-tabs .protocol-tab .score {
  display: flex;
  justify-content: center;
}
.scores-block .col.protocols-tabs .protocol-tab .score .scoreBadge {
  margin: 0 10px;
  height: 74px;
  transform: scale(0.9);
}
.scores-block .col.protocols-tabs .protocol-tab .score .scoreBadge .scoreBadgeImg {
  visibility: hidden;
}
.scores-block .col.protocols-tabs .protocol-tab .score i {
  top: 50%;
  font-size: 35px;
  padding: 2px;
  margin-top: -22px;
  color: var(--context-color);
}
.scores-block .col.protocols-tabs a.active .protocol-tab, .scores-block .col.protocols-tabs a:hover .protocol-tab {
  filter: grayscale(0);
  opacity: 1;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
.scores-block .col.protocols-tabs a.active .protocol-tab .protocol-icon, .scores-block .col.protocols-tabs a:hover .protocol-tab .protocol-icon {
  filter: grayscale(0);
}
.scores-block .col.protocols-tabs a.active .protocol-tab .score .scoreBadge .scoreBadgeImg, .scores-block .col.protocols-tabs a:hover .protocol-tab .score .scoreBadge .scoreBadgeImg {
  visibility: visible;
}
.scores-block .col.protocols-tabs a:hover .protocol-tab {
  transform: perspective(1px) scale(1.02);
}
@media (max-width: 849px) {
  .scores-block .col.protocols-tabs {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .scores-block .col.protocols-tabs .protocol-tab {
    flex-direction: column;
    padding: 0;
    border: none;
    box-shadow: none !important;
    text-align: center;
  }
  .scores-block .col.protocols-tabs .protocol-tab .score {
    display: none;
  }
  .scores-block .col.protocols-tabs .protocol-tab .protocol-icon {
    margin: 0 auto;
  }
  .scores-block .col.protocols-tabs .protocol-tab .protocol-name .name {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -30px;
  }
  .scores-block .col.protocols-tabs a.active .protocol-name, .scores-block .col.protocols-tabs a:hover .protocol-name {
    border-bottom: 3px solid var(--context-color);
  }
}
.scores-block .col.tab-content .help-toopltip {
  background-color: var(--context-color);
}
.scores-block .col.tab-content .scores-title {
  text-transform: uppercase;
}
.scores-block .col.tab-content .subscore-bars {
  --bars-height: 20px;
  padding: 0;
}
.scores-block .col.tab-content .subscore-bars .col {
  padding: 0px 15px 8px;
}
.scores-block .col.tab-content .subscore-bars .col .subscore ~ .subscore .best {
  display: none;
}
.scores-block .col.tab-content .subscore-bars .subscore {
  padding: 8px 0 24px;
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-name {
  font-weight: 400;
  margin: 12px 0 4px;
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar {
  margin-right: 45px;
  height: var(--bars-height);
  position: relative;
  font-weight: 600;
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .bar {
  height: var(--bars-height);
  background-color: #c1c5d9;
  border-radius: var(--global--border-radius-bars);
  position: absolute;
  margin-right: var(--bars-height);
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .bar.bar-current {
  background-color: var(--context-color);
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .bar.bar-current .score-current {
  position: absolute;
  margin-top: calc(var(--bars-height) - 5px);
  right: 0;
  margin-right: -12px;
  color: var(--context-color);
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .bar.bar-min {
  background-color: var(--context-color-dark);
  z-index: 1;
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .bar.bar-min:hover .score-tooltip {
  display: block;
  right: 0;
  top: 20px;
  background-color: var(--context-color-dark);
  color: white;
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .score-max {
  color: #c1c5d9;
  position: absolute;
  right: 0;
  margin-right: -45px;
  line-height: var(--bars-height);
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .score-max .best {
  position: absolute;
  top: -25px;
  font-size: 11px;
  left: 50%;
  margin-left: -20px;
  min-width: 40px;
  text-align: center;
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .score-max:hover .score-tooltip {
  color: initial;
  display: block;
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .score-tooltip {
  color: initial;
  display: none;
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 160px;
  font-size: 12px;
  margin: 0 -70px;
  background-color: #c1c5d9;
  padding: 5px;
  border-radius: var(--global--border-radius-bars);
}
.scores-block .col.tab-content .subscore-bars .subscore .subscore-bar .score-tooltip span {
  font-weight: 300;
}
.scores-block .col.tab-content .smallBadges {
  flex: 1;
  min-width: 230px;
}
@media (max-width: 849px) {
  .scores-block .col.tab-content .smallBadges {
    margin-left: -50px;
  }
}
.scores-block .col.tab-content .smallBadges .charging-time {
  display: flex;
  padding: 19px 0px 0px;
  transform: scale(0.8);
}
.scores-block .col.tab-content .smallBadges .badge-icon {
  flex: 0.8;
  text-align: center;
}
.scores-block .col.tab-content .smallBadges .badge-icon img {
  height: 75px;
}
.scores-block .col.tab-content .smallBadges .badge-text {
  flex: 2;
}
.scores-block .col.tab-content .smallBadges .badge-value {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 38px;
  padding-top: 8px;
  color: #0183bf;
}
.scores-block .col.tab-content .smallBadges .badge-type {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.scores-block .col.tab-content .big-buttons .col p {
  margin: 0;
}
.scores-block .col.tab-content .big-buttons .col a {
  display: flex;
  border: 1px solid var(--global--border-color);
  border-radius: var(--global--border-radius-buttons);
  padding: 15px 15px 14px;
}
.scores-block .col.tab-content .big-buttons .col a img {
  padding-right: 10px;
}
.scores-block .col.tab-content .big-buttons .col a span {
  font-size: 10px;
  text-transform: uppercase;
}
.scores-block .col.tab-content .big-buttons .col a p {
  font-size: 14px;
  font-weight: 600;
}
.scores-block .col.tab-content .big-buttons .col a p span {
  font-weight: normal;
  text-transform: initial;
}
.scores-block .col.tab-content .big-buttons .col a .position {
  font-size: 43px;
  line-height: 15px;
  font-weight: 600;
  color: var(--context-color);
  padding: 20px 15px 0;
}
.scores-block .col.tab-content .big-buttons .col a .position span {
  font-size: 14px;
  text-transform: none;
}
.scores-block .col.tab-content .read-more {
  padding-top: 15px;
}
.scores-block.scores-block-v2 .position {
  font-size: 40px;
  line-height: 15px;
  font-weight: 600;
  padding: 20px 15px 0;
  color: #323B50;
}
.scores-block.scores-block-v2 .position sup {
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}
.scores-block.scores-block-v2 .protocol-tab .score .position {
  font-size: 20px;
  line-height: 30px;
}
.scores-block.scores-block-v2 .scoreBadge {
  zoom: 150%;
  min-width: 80px;
  z-index: 0;
}
.scores-block.scores-block-v2 .col.protocols-tabs .protocol-tab {
  margin: 0 0 18px;
  min-height: 82px;
}
.scores-block.scores-block-v2 .col.protocols-tabs .protocol-tab .protocol-icon {
  min-width: 21%;
}
.scores-block.scores-block-v2 .col.protocols-tabs .protocol-tab .protocol-icon img {
  width: 50px;
}
.scores-block.scores-block-v2 .col.tab-content .smallBadges .charging-time {
  padding: 0;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars > .col {
  padding: 0px 30px 7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .rank-toggle {
  font-size: 12px;
  font-weight: 500;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .rank img {
  margin-left: -14px;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .rank .in-ranking {
  padding-top: 10px;
  margin: 0;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .rank .in-ranking a {
  color: #323B50;
  font-weight: 400;
  text-decoration: underline;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .rank .in-ranking span.price-range {
  text-decoration: none;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .subscore {
  padding: 0 0 22px;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .subscore .subscore-name {
  margin: 10px 0 0;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .subscore .subscore-name span {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #323B50;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .subscore .subscore-bar {
  height: 10px;
  /*
              &:hover {
                .bar {
                  &.bar-min {
                    display: block;
                    .score-tooltip {
                      display: block;
                      right: 0;
                      top: 20px;
                      background-color: var(--context-color-dark);
                      color: white;
                      opacity: 0.7;
                    }
                  }
                  &.bar-current {
                    .score-current {
                        display: block;
                        margin-top: 8px;
                        font-size: 12px;
                        margin-right: -8px;
                    }
                  }

                }
                .score-max {
                  .score-tooltip {
                      display: block;
                      margin-top: 12px;
                      opacity: 0.7;
                  }
                }
              }
              */
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .subscore .subscore-bar .bar {
  height: 10px;
  margin: 5px 0;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars .subscore .subscore-bar .bar.bar-min {
  display: none;
}
@media (max-width: 849px) {
  .scores-block.scores-block-v2 .col.tab-content .subscore-bars:not(.global) .best {
    display: none;
  }
}
@media (max-width: 849px) {
  .scores-block.scores-block-v2 .col.tab-content .subscore-bars.global {
    padding-left: 5px;
    width: calc(100% + 25px);
  }
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars.global .subscore .subscore-bar .bar {
  height: 15px;
  border-radius: 15px;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars.global .subscore .subscore-bar .bar.bar-current {
  background-color: #323745;
}
.scores-block.scores-block-v2 .col.tab-content .subscore-bars.global .subscore .subscore-bar .bar.bar-current .score-current {
  margin-top: 14px;
  color: #323745;
}
.scores-block.scores-block-v2 .global-rank-score > .col {
  display: flex;
  flex-direction: row;
  align-content: center;
}
@media (max-width: 849px) {
  .scores-block.scores-block-v2 .global-rank-score > .col {
    flex-direction: column;
  }
  .scores-block.scores-block-v2 .global-rank-score > .col .rank {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.scores-block.scores-block-v2 .global-rank-score > .col .global {
  width: 100%;
}
.scores-block.scores-block-v2 .global-rank-score > .col .global .score-max.top-score span {
  color: #323745 !important;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  transform: scale(0.65);
  margin: 0 0 -13px;
}
.toggle-switch .switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--context-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .switch:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  right: -5px;
  bottom: -3px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .switch .on {
  display: none;
}
.toggle-switch .switch .on, .toggle-switch .switch .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
.toggle-switch .switch.selected {
  background-color: #323745;
}
.toggle-switch .switch.selected:before {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}
.toggle-switch .switch.selected .on {
  display: block;
}
.toggle-switch .switch.selected .off {
  display: none;
}
.toggle-switch .switch.round {
  border-radius: 34px;
}
.toggle-switch .switch.round:before {
  border-radius: 50%;
}
#newdesignpopup-button {
  right: 20px;
  background-color: white;
  transition: background-color 0.5s;
  margin-bottom: 0;
  bottom: 20px;
  z-index: 1;
}
#newdesignpopup-button img {
  padding: 3px;
  filter: none;
  margin: 0;
}
#newdesignpopup {
  background-color: white;
  max-width: min(90vw, 800px);
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: var(--global--border-radius);
  font-size: 14px;
  text-align: center;
  background: center top no-repeat url(../svg/logo-o-light-grey9436.svg?20211232) white;
  background-size: 50%;
  background-position: -120px 420px;
}
#newdesignpopup h4 {
  color: var(--context-color);
  text-transform: uppercase;
}
#newdesignpopup strong {
  font-style: italic;
}
#newdesignpopup video {
  max-width: 400px;
  margin: 0 auto;
  min-width: auto;
  min-height: auto;
  filter: none;
  position: relative;
  left: 0;
  z-index: 1;
}
#newdesignpopup img {
  display: none;
}
@media (max-width: 549px) {
  #newdesignpopup img {
    display: block;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-50px);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-40px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-button {
  animation: bounce 0.75s ease;
}
.tiles .tile .tile-content .tile-text {
  flex-direction: row-reverse;
}
.tiles-medium .tile {
  flex-direction: row-reverse;
}
.tiles .tile .tile-content {
  padding: 15px;
}
.tiles .tile .tile-content .tile-text .post-excerpt {
  padding-left: 0;
}
.tiles .tile .tile-content .scoreContainer {
  margin-top: -17px;
}
@media (max-width: 1015px) {
  .tile-big.tile {
    flex-direction: row;
  }
}
@media (max-width: 1160px) {
  .header-nav-main > .menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-nav-main > .menu-item > a:after {
    width: calc(100% - 2 * 12px);
  }
  .header-main .nav-left {
    margin-left: -12px;
  }
  .header-main .nav-center {
    margin-right: -12px;
  }
  .header-wrapper.stuck .header-nav-main > .menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .header-wrapper.stuck .header-main .nav-center {
    margin-right: 10px;
  }
  .header-wrapper.stuck .nav-logo {
    margin-right: 16px;
  }
}
@media (max-width: 1100px) {
  .rankings .headers {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rankings .headers .sort-header {
    font-size: 13px;
  }
  .rankings .headers .sort-header img {
    max-width: 45px;
  }
  .rankings-container .ranking-filter-buttons-col {
    padding-right: 16px;
    text-align: center;
  }
  .rankings-container .ranking-filter-buttons {
    margin-right: 15px;
  }
  .rankings-container .ranking-filter-buttons-col > .ranking-filter-clear-all {
    display: none;
  }
  body #content .rankings-container .filter-dropdown {
    width: 100% !important;
    max-width: none;
  }
  .ranking-overflow-container {
    /* .row-container .col.deviceName { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 250px; display: inline-block; line-height: 21px; } */
  }
  .ranking-overflow-container .row-container {
    margin-left: 0;
    margin-right: 0;
  }
  .ranking-overflow-container .row-container .col, .ranking-overflow-container .sort-header {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
  }
  .ranking-overflow-inner {
    min-width: 800px;
  }
}
@media (max-width: 550px) {
  .by-dxomark img {
    width: 130px;
    padding: 5px 0;
  }
  .rankings {
    padding: 5px;
  }
  .rankings .headers .sort-header {
    font-size: 13px;
  }
  .rankings .headers .sort-header img {
    max-width: 45px;
  }
  .rankings-container .ranking-filter-by-label {
    display: block;
  }
  .rankings-container .ranking-filter-btn {
    min-width: 120px;
  }
  .rankings-container .ranking-filter-btn.brand-filter {
    min-width: 80px;
  }
  .ranking-overflow-container {
    /* .row-container .col.deviceName { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 175px; display: inline-block; line-height: 21px; } */
  }
  .ranking-overflow-inner {
    min-width: 800px;
  }
}
@media (max-width: 1020px) {
  .mobile-nav-container {
    display: block;
  }
  #header .hide-for-medium {
    display: none;
  }
  .header-wrapper {
    display: flex;
  }
  #top-bar {
    flex-grow: 1;
    padding: 2px 0;
    min-height: 0;
  }
  #header .logo {
    width: 280px;
    max-width: 100%;
    margin-left: -10px;
  }
  .home-show-for-sticky {
    display: none !important;
  }
  .header.show-on-scroll .hide-for-sticky, .stuck .hide-for-sticky {
    display: block;
  }
  .header-wrapper.stuck .header-main {
    background: #fff;
  }
  .header-wrapper {
    background: #fff;
  }
  .featured-home .featured-item {
    flex-direction: row;
  }
  .featured-home .featured-image > .img {
    height: 100%;
    padding: 0;
  }
  .featured-post .featured-content {
    width: 100%;
  }
  .featured-home .featured-score {
    align-self: center;
    margin-right: 0;
  }
  .featured-home .featured-sub-item .featured-content {
    flex-direction: row;
  }
  .featured-home .featured-sub-item .featured-text {
    display: block;
  }
  .featured-home .featured-sub-item .scoreContainer {
    margin-right: 0;
  }
  .featured-home .featured-image, .featured-home .featured-sub-item .featured-image, .section-latest-reviews .articles-posts .post-item .post-image, .featured-post .featured-image {
    min-width: 160px;
    width: 160px;
    max-width: 120px;
  }
  .featured-posts > .col {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .featured-posts > .col:nth-child(3) {
    display: none;
  }
  .featured-post {
    width: 100%;
  }
  #footer .hide-for-medium {
    display: none;
  }
  #footer .flex-left {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1180px) {
  .slick-next, .slick-prev {
    width: 35px !important;
  }
}
@media (min-width: 1240px) {
  .slick-next::before, .slick-prev::before {
    font-size: 36px !important;
  }
}
@media (max-width: 770px) {
  .featured-posts > .col:nth-child(3) {
    display: block;
  }
  .featured-posts > .col {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 700px) {
  .ranking-nav .button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
  }
  .ranking-nav > .col-inner .button.primary {
    transform: scale3d(1.05, 1.05, 1.05);
    margin: 0 4px;
    min-width: 0;
    padding: 11px 13px;
  }
  .section-content {
    padding: 10px 0;
  }
}
@media (max-width: 590px) {
  .featured-home .featured-sub-item .featured-text, .featured-home .featured-text {
    display: none;
  }
  .section-latest-reviews .articles-posts .post-item .post-excerpt {
    display: none;
  }
}
@media (max-width: 480px) {
  .featured-home .featured-item, .featured-post {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .featured-post {
    flex-direction: column;
  }
  .featured-home .featured-image, .featured-home .featured-sub-item .featured-image, .section-latest-reviews .articles-posts .post-item .post-image, .featured-post .featured-image {
    width: 100%;
    min-width: 0;
    padding-right: 0;
  }
  .section-latest-reviews .articles-posts .post-item .post-image, .featured-post .featured-image {
    max-width: none;
    margin: auto;
  }
  .featured-home .featured-content.reversed {
    padding: 15px 0;
  }
  .section-latest-reviews .articles-posts .post-item .post-item-inner {
    flex-wrap: wrap;
  }
  .section-latest-reviews .articles-posts .post-item .text {
    flex-basis: 65%;
    width: 65%;
  }
}
@media (max-width: 400px) {
  .custom-small-1 {
    width: 5%;
  }
}
@media (max-width: 400px) {
  .custom-small-2 {
    width: 10%;
  }
}
@media (max-width: 400px) {
  .custom-small-3 {
    width: 15%;
  }
}
@media (max-width: 400px) {
  .custom-small-4 {
    width: 20%;
  }
}
@media (max-width: 400px) {
  .custom-small-5 {
    width: 25%;
  }
}
@media (max-width: 400px) {
  .custom-small-6 {
    width: 30%;
  }
}
@media (max-width: 400px) {
  .custom-small-7 {
    width: 35%;
  }
}
@media (max-width: 400px) {
  .custom-small-8 {
    width: 40%;
  }
}
@media (max-width: 400px) {
  .custom-small-9 {
    width: 45%;
  }
}
@media (max-width: 400px) {
  .custom-small-10 {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .custom-small-11 {
    width: 55%;
  }
}
@media (max-width: 400px) {
  .custom-small-12 {
    width: 60%;
  }
}
@media (max-width: 400px) {
  .custom-small-13 {
    width: 65%;
  }
}
@media (max-width: 400px) {
  .custom-small-14 {
    width: 70%;
  }
}
@media (max-width: 400px) {
  .custom-small-15 {
    width: 75%;
  }
}
@media (max-width: 400px) {
  .custom-small-16 {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .custom-small-17 {
    width: 85%;
  }
}
@media (max-width: 400px) {
  .custom-small-18 {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .custom-small-19 {
    width: 95%;
  }
}
@media (max-width: 400px) {
  .custom-small-20 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .custom-medium-1 {
    width: 5%;
  }
}
@media (max-width: 600px) {
  .custom-medium-2 {
    width: 10%;
  }
}
@media (max-width: 600px) {
  .custom-medium-3 {
    width: 15%;
  }
}
@media (max-width: 600px) {
  .custom-medium-4 {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .custom-medium-5 {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .custom-medium-6 {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .custom-medium-7 {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .custom-medium-8 {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .custom-medium-9 {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .custom-medium-10 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .custom-medium-11 {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .custom-medium-12 {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .custom-medium-13 {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .custom-medium-14 {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .custom-medium-15 {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .custom-medium-16 {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .custom-medium-17 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .custom-medium-18 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .custom-medium-19 {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .custom-medium-20 {
    width: 100%;
  }
}
@media (max-width: 849px) {
  .custom-large-1 {
    width: 5%;
  }
}
@media (max-width: 849px) {
  .custom-large-2 {
    width: 10%;
  }
}
@media (max-width: 849px) {
  .custom-large-3 {
    width: 15%;
  }
}
@media (max-width: 849px) {
  .custom-large-4 {
    width: 20%;
  }
}
@media (max-width: 849px) {
  .custom-large-5 {
    width: 25%;
  }
}
@media (max-width: 849px) {
  .custom-large-6 {
    width: 30%;
  }
}
@media (max-width: 849px) {
  .custom-large-7 {
    width: 35%;
  }
}
@media (max-width: 849px) {
  .custom-large-8 {
    width: 40%;
  }
}
@media (max-width: 849px) {
  .custom-large-9 {
    width: 45%;
  }
}
@media (max-width: 849px) {
  .custom-large-10 {
    width: 50%;
  }
}
@media (max-width: 849px) {
  .custom-large-11 {
    width: 55%;
  }
}
@media (max-width: 849px) {
  .custom-large-12 {
    width: 60%;
  }
}
@media (max-width: 849px) {
  .custom-large-13 {
    width: 65%;
  }
}
@media (max-width: 849px) {
  .custom-large-14 {
    width: 70%;
  }
}
@media (max-width: 849px) {
  .custom-large-15 {
    width: 75%;
  }
}
@media (max-width: 849px) {
  .custom-large-16 {
    width: 80%;
  }
}
@media (max-width: 849px) {
  .custom-large-17 {
    width: 85%;
  }
}
@media (max-width: 849px) {
  .custom-large-18 {
    width: 90%;
  }
}
@media (max-width: 849px) {
  .custom-large-19 {
    width: 95%;
  }
}
@media (max-width: 849px) {
  .custom-large-20 {
    width: 100%;
  }
}
@media (max-width: 849px) {
  .no-padding-for-small {
    padding: 0px;
  }
}
/* PDF overrides */
@page {
  margin: 1cm 1cm;
  size: 1000px 1414px;
}
@media print {
  .col.large-9.medium-7.small-12 {
    max-width: 100% !important;
    flex-basis: 100%;
  }
  .score-summary .col.large-4 {
    width: 33%;
  }
  .score-summary .col.large-3 {
    width: 25%;
  }
  .score-summary .col.large-5 {
    width: 42%;
  }
  .col.large-3.medium-5.small-12.hide-for-small {
    display: none !important;
  }
  #disqus_thread, .comment-policy, .social-icons {
    display: none;
  }
  #header, footer, .row.show-for-medium, #comments, .selfie-mobile-link.selfie-mobile-link-mobile {
    display: none;
  }
  #text-box-feedback {
    display: none;
  }
  div.echarts-item, .entry-content .large-10 .row, .subscoreHeading, .compare-charts-compare {
    page-break-inside: avoid;
  }
  .chart-container.bars svg {
    zoom: 0.8;
  }
}
@media print and (min-width: 850px) {
  .col:first-child .col-inner {
    margin-left: auto;
    margin-right: 0;
  }
  .col + .col .col-inner {
    margin-right: auto;
    margin-left: 0;
  }
}
@media print and (max-width: 549px) {
  .small-col-first {
    -ms-flex-order: -1;
    order: -1;
  }
}
@media print and (min-width: 850px) {
  .large-col-first {
    -ms-flex-order: -1;
    order: -1;
  }
}
@media print and (max-width: 849px) {
  .medium-col-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .col {
    padding-bottom: 30px;
  }
}
@media print and (min-width: 850px) {
  .row-divided > .col + .col:not(.large-12) {
    border-left: 1px solid #ececec;
  }
  .row-divided.row-reverse > .col + .col:not(.large-12) {
    border-left: 0;
    border-right: 1px solid #ececec;
  }
  .col-divided {
    padding-right: 30px;
    border-right: 1px solid #ececec;
  }
  .col.col-divided:not(.col-first):last-child {
    border-right: 0;
    padding-right: 0;
    padding-left: 30px;
    border-left: 1px solid #ececec;
  }
  .col-border {
    padding-right: 0;
    border-right: 1px solid #ececec;
  }
  .col-border + .col, .col-divided + .col {
    padding-left: 30px;
  }
}
@media print and (min-width: 550px) {
  .medium-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .medium-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .medium-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .medium-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .medium-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .medium-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .medium-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .medium-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .medium-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .medium-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .medium-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .medium-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medium-columns-1 > .col, .medium-columns-1 .flickity-slider > .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .medium-columns-2 > .col, .medium-columns-2 .flickity-slider > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .medium-columns-3 > .col, .medium-columns-3 .flickity-slider > .col {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .medium-columns-4 > .col, .medium-columns-4 .flickity-slider > .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .medium-columns-5 > .col, .medium-columns-5 .flickity-slider > .col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .medium-columns-6 > .col, .medium-columns-6 .flickity-slider > .col {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .medium-columns-7 > .col, .medium-columns-7 .flickity-slider > .col {
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }
  .medium-columns-8 > .col, .medium-columns-8 .flickity-slider > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}
@media print and (min-width: 850px) {
  .large-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .large-2 {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .large-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .large-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .large-5 {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .large-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .large-7 {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .large-8 {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .large-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .large-10 {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .large-11 {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .large-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gallery-columns-1 .gallery-item, .large-columns-1 > .col, .large-columns-1 .flickity-slider > .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gallery-columns-2 .gallery-item, .large-columns-2 > .col, .large-columns-2 .flickity-slider > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .gallery-columns-3 .gallery-item, .large-columns-3 > .col, .large-columns-3 .flickity-slider > .col {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .gallery-columns-4 .gallery-item, .large-columns-4 > .col, .large-columns-4 .flickity-slider > .col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .gallery-columns-5 .gallery-item, .large-columns-5 > .col, .large-columns-5 .flickity-slider > .col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .gallery-columns-6 .gallery-item, .large-columns-6 > .col, .large-columns-6 .flickity-slider > .col {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .gallery-columns-7 .gallery-item, .large-columns-7 > .col, .large-columns-7 .flickity-slider > .col {
    max-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
  }
  .gallery-columns-8 .gallery-item, .large-columns-8 > .col, .large-columns-8 .flickity-slider > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}
@media print and (min-width: 850px) {
  body.framed {
    margin: 30px auto;
  }
}
@media print and (max-width: 549px) {
  .small-row-reverse {
    -ms-flex-direction: col-reverse;
    flex-direction: col-reverse;
  }
}
@media print and (max-width: 849px) {
  .medium-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print and (min-width: 850px) {
  .row-large {
    padding-left: 0;
    padding-right: 0;
  }
  .row .row-large:not(.row-collapse), .container .row-large:not(.row-collapse) {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
  }
  .row-large > .flickity-viewport > .flickity-slider > .col, .row-large > .col {
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
}
@media print and (min-width: 849px) {
  .col-divided > .col-inner > .nav-wrapper > .nav-vertical {
    width: calc(100% + 31px);
  }
}
@media print and (max-width: 549px) {
  .box-vertical .box-image {
    width: 100% !important;
  }
}
@media print and (min-width: 550px) {
  .box-list-view .col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .box-list-view .box, .box-vertical {
    display: table;
    width: 100%;
  }
  .box-list-view .box .image-right, .box-vertical .image-right {
    direction: rtl;
  }
  .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
  }
  .box-list-view .box .box-text, .box-vertical .box-text {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .box-list-view .box .box-image, .box-vertical .box-image {
    width: 50%;
  }
  .box-list-view .box.align-top .box-text, .box-vertical.align-top .box-text {
    vertical-align: top;
  }
}
@media print and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media print and (max-width: 549px) {
  .slider-wrapper .flickity-prev-next-button {
    display: none;
  }
  .row-slider .flickity-prev-next-button {
    width: 20px !important;
    opacity: 0.8;
    background-color: transparent !important;
    box-shadow: none !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .row-slider .flickity-prev-next-button svg {
    padding: 3px !important;
    border: 0 !important;
  }
  .flickity-page-dots {
    pointer-events: none;
  }
}
@media print and (max-width: 549px) {
  .x5 {
    left: 5%;
  }
  .x15 {
    left: 15%;
  }
  .x25 {
    left: 25%;
  }
  .x35 {
    left: 35%;
  }
  .x45 {
    left: 45%;
  }
  .x55 {
    right: 45%;
  }
  .x65 {
    right: 35%;
  }
  .x75 {
    right: 25%;
  }
  .x85 {
    right: 15%;
  }
  .x95 {
    right: 5%;
  }
  .x0 {
    left: 0%;
  }
  .x10 {
    left: 10%;
  }
  .x20 {
    left: 20%;
  }
  .x30 {
    left: 30%;
  }
  .x40 {
    left: 40%;
  }
  .x60 {
    right: 40%;
  }
  .x70 {
    right: 30%;
  }
  .x80 {
    right: 20%;
  }
  .x90 {
    right: 10%;
  }
  .x100 {
    right: 0%;
  }
  .y0 {
    top: 0%;
  }
  .y10 {
    top: 10%;
  }
  .y20 {
    top: 20%;
  }
  .y30 {
    top: 30%;
  }
  .y40 {
    top: 40%;
  }
  .y60 {
    bottom: 40%;
  }
  .y70 {
    bottom: 30%;
  }
  .y80 {
    bottom: 20%;
  }
  .y90 {
    bottom: 10%;
  }
  .y100 {
    bottom: 0%;
  }
  .y5 {
    top: 5%;
  }
  .y15 {
    top: 15%;
  }
  .y25 {
    top: 25%;
  }
  .y35 {
    top: 35%;
  }
  .y45 {
    top: 45%;
  }
  .y55 {
    bottom: 45%;
  }
  .y65 {
    bottom: 35%;
  }
  .y75 {
    bottom: 25%;
  }
  .y85 {
    bottom: 15%;
  }
  .y95 {
    bottom: 5%;
  }
  .x50 {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .y50 {
    top: 50.3%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .y50.x50 {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media print and (min-width: 550px) and (max-width: 849px) {
  .md-x5 {
    left: 5%;
  }
  .md-x15 {
    left: 15%;
  }
  .md-x25 {
    left: 25%;
  }
  .md-x35 {
    left: 35%;
  }
  .md-x45 {
    left: 45%;
  }
  .md-x55 {
    right: 45%;
  }
  .md-x65 {
    right: 35%;
  }
  .md-x75 {
    right: 25%;
  }
  .md-x85 {
    right: 15%;
  }
  .md-x95 {
    right: 5%;
  }
  .md-y5 {
    top: 5%;
  }
  .md-y15 {
    top: 15%;
  }
  .md-y25 {
    top: 25%;
  }
  .md-y35 {
    top: 35%;
  }
  .md-y45 {
    top: 45%;
  }
  .md-y55 {
    bottom: 45%;
  }
  .md-y65 {
    bottom: 35%;
  }
  .md-y75 {
    bottom: 25%;
  }
  .md-y85 {
    bottom: 15%;
  }
  .md-y95 {
    bottom: 5%;
  }
  .md-x0 {
    left: 0%;
  }
  .md-x10 {
    left: 10%;
  }
  .md-x20 {
    left: 20%;
  }
  .md-x30 {
    left: 30%;
  }
  .md-x40 {
    left: 40%;
  }
  .md-x60 {
    right: 40%;
  }
  .md-x70 {
    right: 30%;
  }
  .md-x80 {
    right: 20%;
  }
  .md-x90 {
    right: 10%;
  }
  .md-x100 {
    right: 0%;
  }
  .md-y0 {
    top: 0%;
  }
  .md-y10 {
    top: 10%;
  }
  .md-y20 {
    top: 20%;
  }
  .md-y30 {
    top: 30%;
  }
  .md-y40 {
    top: 40%;
  }
  .md-y60 {
    bottom: 40%;
  }
  .md-y70 {
    bottom: 30%;
  }
  .md-y80 {
    bottom: 20%;
  }
  .md-y90 {
    bottom: 10%;
  }
  .md-y100 {
    bottom: 0%;
  }
  .md-x50 {
    left: 50%;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .md-y50 {
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .md-x50.md-y50 {
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media print and (min-width: 850px) {
  .lg-x5 {
    left: 5%;
  }
  .lg-x15 {
    left: 15%;
  }
  .lg-x25 {
    left: 25%;
  }
  .lg-x35 {
    left: 35%;
  }
  .lg-x45 {
    left: 45%;
  }
  .lg-x55 {
    right: 45%;
  }
  .lg-x65 {
    right: 35%;
  }
  .lg-x75 {
    right: 25%;
  }
  .lg-x85 {
    right: 15%;
  }
  .lg-x95 {
    right: 5%;
  }
  .lg-y5 {
    top: 5%;
  }
  .lg-y15 {
    top: 15%;
  }
  .lg-y25 {
    top: 25%;
  }
  .lg-y35 {
    top: 35%;
  }
  .lg-y45 {
    top: 45%;
  }
  .lg-y55 {
    bottom: 45%;
  }
  .lg-y65 {
    bottom: 35%;
  }
  .lg-y75 {
    bottom: 25%;
  }
  .lg-y85 {
    bottom: 15%;
  }
  .lg-y95 {
    bottom: 5%;
  }
  .lg-x0 {
    left: 0%;
  }
  .lg-x10 {
    left: 10%;
  }
  .lg-x20 {
    left: 20%;
  }
  .lg-x30 {
    left: 30%;
  }
  .lg-x40 {
    left: 40%;
  }
  .lg-x60 {
    right: 40%;
  }
  .lg-x70 {
    right: 30%;
  }
  .lg-x80 {
    right: 20%;
  }
  .lg-x90 {
    right: 10%;
  }
  .lg-x100 {
    right: 0%;
  }
  .lg-y0 {
    top: 0%;
  }
  .lg-y10 {
    top: 10%;
  }
  .lg-y20 {
    top: 20%;
  }
  .lg-y30 {
    top: 30%;
  }
  .lg-y40 {
    top: 40%;
  }
  .lg-y60 {
    bottom: 40%;
  }
  .lg-y70 {
    bottom: 30%;
  }
  .lg-y80 {
    bottom: 20%;
  }
  .lg-y90 {
    bottom: 10%;
  }
  .lg-y100 {
    bottom: 0%;
  }
  .lg-x50 {
    left: 50%;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .lg-y50 {
    top: 50%;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .lg-x50.lg-y50 {
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media print and (min-width: 550px) {
  .medium-1 .res-text, .medium-2 .res-text, .medium-3 .res-text, .medium-4 .res-text, .medium-5 .res-text, .medium-6 .res-text, .medium-7 .res-text {
    font-size: 0.8vw;
  }
  .medium-8 .res-text {
    font-size: 0.9vw;
  }
  .medium-9 .res-text {
    font-size: 1.15vw;
  }
  .medium-10 .res-text {
    font-size: 1.3vw;
  }
  .medium-11 .res-text {
    font-size: 1.5vw;
  }
  .res-text {
    font-size: 1.8vw;
  }
}
@media print and (min-width: 850px) {
  .res-text {
    font-size: 16px;
  }
  .widget-area .res-text, .large-1 .res-text, .large-2 .res-text, .large-3 .res-text {
    font-size: 8px;
  }
  .large-1 .res-text h6, .large-2 .res-text h6, .large-3 .res-text h6 {
    font-size: 10px;
  }
  .large-1 .res-text p.lead, .large-2 .res-text p.lead, .large-3 .res-text p.lead {
    font-size: 16px;
  }
  .large-4 .res-text {
    font-size: 8.5px;
  }
  .large-5 .res-text {
    font-size: 9px;
  }
  .large-6 .res-text {
    font-size: 10px;
  }
  .large-7 .res-text {
    font-size: 11px;
  }
  .large-8 .res-text {
    font-size: 12px;
  }
  .large-9 .res-text {
    font-size: 13px;
  }
  .large-10 .res-text {
    font-size: 14px;
  }
  .large-11 .res-text {
    font-size: 15px;
  }
}
@media print and (max-width: 849px) {
  .header-inner .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-logo-left .flex-left {
    -ms-flex-order: -1;
    order: -1;
    -ms-flex: 0;
    flex: 0;
  }
  .medium-logo-left .logo {
    -ms-flex: 1;
    flex: 1;
  }
  .medium-logo-center .flex-left {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .medium-logo-center .logo {
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0 15px;
  }
  .medium-logo-center .logo img {
    margin: 0 auto;
  }
  .medium-logo-center .flex-right {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-order: 3;
    order: 3;
  }
}
