@charset "UTF-8";
/* Colors and fonts */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* So media queries don't overlap when required, provide a maximum */
@import url(../../js/jquery_ui/css/ui-lightness/jquery-ui-1.8.23.custom.css);
html {
  overflow-x: hidden;
}

h2 {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 32px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 64px;
  letter-spacing: -0.5px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

label {
  font-weight: 400;
}

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

.space-top {
  margin-top: 10px;
}

section {
  padding: 160px 0;
  overflow: hidden;
}

section.padding-small {
  padding: 35px 0;
  overflow: visible;
}

.absolute-section {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container-fluid {
  padding: 0;
  overflow: hidden;
}

.container-fluid.allow-overflow {
  overflow: visible;
}

a.link-normal {
  text-decoration: none;
  color: #2A2A2A;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

a.link-normal:hover {
  color: #23B8DA;
  text-decoration: underline;
}

.radius4 {
  border-radius: 4px;
}

.background-gradient {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #2A2A2A), color-stop(50%, #202020));
  background: linear-gradient(to right bottom, #2A2A2A 50%, #202020 50%);
  color: #ffffff;
}

.background-dark {
  background: #2A2A2A;
  color: #ffffff;
}

.background-darker {
  background: #202020;
  color: #ffffff;
}

.background-darkest {
  background: #000;
  color: #ffffff;
}

.background-white {
  background: #ffffff;
  color: #2A2A2A;
}

.background-semi-light {
  background: #F8F9FD;
  color: #2A2A2A;
}

.background-light {
  background: #F4F5FA;
  color: #2A2A2A;
}

.background-lighter {
  background: #F0F0F0;
  color: #2A2A2A;
}

.background-light-grey {
  background: #F8F9FD;
  color: #2A2A2A;
}

.header-content-pusher {
  margin-top: 120px;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 500;
}

div,
p,
span {
  font-size: 16px;
  line-height: 28px;
  font-family: "IBM Plex Sans", sans-serif;
}

a {
  color: #23B8DA;
  text-decoration: underline;
}

a:hover {
  color: #23B8DA;
  text-decoration: none;
}

.text-checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-checkmark svg {
  margin: 0 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text-checkmark span {
  font-size: 20px;
  line-height: 32px;
}

.has-sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.has-sticky-footer .page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

section.page-404 {
  padding: 64px 0;
}

@media (min-width: 480px) {
  .xs-mt-100 {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .xs-mt-100 {
    margin-top: initial;
  }
}

/* All HubSpot Forms
   ========================================================================== */
.hs-form {
  margin-top: 64px;
}

.hs-form .hs-richtext {
  display: none;
}

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
  margin-bottom: 32px;
  width: 370px;
}

/* Descriptions (targets class applied to Help Text divs) */
/* Labels (selects field labels and error messages) */
.hs-form label span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'IMB Plex Sans', sans-serif;
  color: #2A2A2A;
  margin-bottom: 8px;
}

.hs-form .hs-form-field > label span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'IMB Plex Sans', sans-serif;
  color: #2A2A2A;
  margin-bottom: 8px;
}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  width: 100%;
  color: #7A7A7A;
  font-size: 14px;
  line-height: 26px;
  font-family: 'IMB Plex Sans', sans-serif;
  border: 1px solid #C4CDD5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 12px;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
/* Multi-line inputs (selectors to target multi-line fields */
/* Dropdowns (selectors for dropdowns) */
/* Multi-select (selectors for multi-select fields) */
.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.hs-form .hs-form-field ul.inputs-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.hs-form .hs-form-field ul.inputs-list li input {
  margin-right: 8px;
}

/* Required (selectors for fields, when they do not pass validation) */
/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-form .hs-error-msgs label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'IMB Plex Sans', sans-serif;
  color: #2A2A2A;
  margin-bottom: 8px;
}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder {
  /* Webkit Browsers */
}

:-moz-placeholder {
  /* Firefox 18- */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  /* IE10 */
}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */
/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  border-radius: 24px;
  padding: 10px 15px;
  text-transform: uppercase;
  border: none;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  text-decoration: none;
  background: #23B8DA;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 15px 30px;
  margin-top: 16px;
  outline: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background: #23B8DA;
  outline: none;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  background: #23B8DA;
  outline: none;
}

.preheader-menu--brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preheader-menu__cartoucherie, .preheader-menu__maestro, .preheader-menu__klix,
.preheader-menu--pages-links a {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}

.preheader-menu__cartoucherie, .preheader-menu__klix, .preheader-menu__maestro {
  background: #ffffff;
  color: #3E3E3E;
  padding: 8px 16px;
}

.preheader-menu__cartoucherie {
  font-weight: 600;
}

.preheader-menu__maestro {
  background: #000000;
  color: #ffffff;
}

.preheader-menu__klix {
  background: #00b5e2;
  color: #ffffff;
}

.preheader-menu__klix:hover {
  color: #ffffff;
}

.preheader-menu--pages-links {
  padding: 0 16px;
}

.preheader-menu--pages-links a {
  display: inline-block;
  padding: 0 8px;
  font-weight: 500;
}

.nav-mobile {
  border: 0;
  min-height: 0;
  margin-bottom: 0;
  background: #FFF;
  z-index: -1;
}

.nav-mobile .navbar-collapse {
  border: 0;
}

.nav-mobile .navbar-collapse.in {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.24);
}

@media (min-width: 768px) {
  .nav-mobile .navbar-collapse.collapse {
    display: none !important;
  }
}

.nav-mobile .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-mobile .navbar-nav__mobile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-mobile .navbar-nav a {
  text-decoration: none;
  line-height: 24px;
}

.nav-mobile .navbar-nav > li {
  border-bottom: #DFE3E8 solid 1px;
}

.nav-mobile .navbar-nav > li > a {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  padding: 12px 16px;
  font-size: 16px;
  color: #161616;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.nav-mobile .navbar-nav > li > a.dropdown-toggle__caret {
  padding: 0;
}

.nav-mobile .navbar-nav > li > a:hover {
  background: #F8F9FD;
}

.nav-mobile .navbar-nav__subheader-links > li > a {
  color: #525252;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
}

.nav-mobile .navbar-nav > .open > a, .nav-mobile .navbar-nav > .open > a:hover, .nav-mobile .navbar-nav > .open > a:focus {
  background: #F8F9FD;
  color: #2A2A2A;
}

.nav-mobile .navbar-nav > .open .dropdown-menu {
  background: #F8F9FD;
}

.nav-mobile .navbar-nav .dropdown-menu {
  border-bottom: #F8F9FD solid 1px;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.nav-mobile .navbar-nav .dropdown-menu a,
.nav-mobile .navbar-nav .dropdown-menu .dropdown-header {
  margin-bottom: 8px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #2A2A2A !important;
  line-height: 24px !important;
  font-size: 14px;
}

.nav-mobile .navbar-nav .dropdown-menu .dropdown-header {
  margin-top: 8px;
  width: 100%;
  display: inline-block;
  font-weight: 700;
}

.nav-mobile .navbar-nav .dropdown-menu .dropdown-header:first-child {
  margin-top: 0;
}

.nav-mobile .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-mobile .dropdown.open .dropdown-toggle__caret {
  border-left: #DFE3E8 solid 1px;
  border-bottom: #DFE3E8 solid 1px;
}

.nav-mobile .dropdown.open .dropdown-toggle__caret svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.nav-mobile .dropdown-toggle {
  border-bottom: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.nav-mobile .dropdown-toggle__caret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 48px;
  height: 48px;
  border-color: #DFE3E8;
  border-left: #DFE3E8 solid 1px;
}

.nav-mobile .dropdown-toggle__caret svg {
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header-section {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  overflow: auto;
  max-height: 100vh;
}

.header-section__subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
  padding: 0;
}

.header-section__subheader.background-white .preheader-menu a {
  background: #ffffff;
  color: #3E3E3E;
}

.header-section__subheader.background-white .preheader-menu a.active {
  background: #000000;
  color: #ffffff;
}

.header-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
  padding: 16px 8px 16px 0;
  border-bottom: #DFE3E8 solid 1px;
}

.header-section__main--maestro .header-section__icon svg path,
.header-section__main--maestro .header-section__icon polygon {
  fill: #ffffff;
}

.header-section__main--maestro .header-section__main-links a {
  color: #ffffff;
}

.header-section__main-links {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.header-section__main-links a {
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  color: #161616;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 16px;
}

.header-section__main-links a span {
  position: relative;
}

.header-section__main-links a span:before {
  content: '';
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 0;
  height: 0;
  background-color: #B8DA23;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.header-section__main-links a:hover span:before {
  height: 3px;
  opacity: 1;
}

.header-section__main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header-section__icon {
  padding: 8px;
  cursor: pointer;
  text-decoration: none;
}

.header-section__cart-items {
  position: absolute;
  margin-top: -23px;
  margin-left: 13px;
}

.header-section__brand {
  margin: 0 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.header-section__brand svg {
  max-width: 100%;
}

.header-section__toggle-menu svg:first-child {
  display: none;
}

.header-section__toggle-menu.collapsed svg {
  display: none;
}

.header-section__toggle-menu.collapsed svg:first-child {
  display: block;
}

.header-section__megamenu {
  background: #FFFFFF;
  border-bottom: 1px solid #DFE3E8;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 32px 0 24px;
  display: none;
}

.header-section__megamenu__group {
  margin-bottom: 24px;
  font-size: 14px;
  list-style: none;
  line-height: 24px;
}

.header-section__megamenu__title {
  font-weight: 600;
  margin-bottom: 15px;
  list-style: none;
}

.header-section__megamenu__item {
  margin-bottom: 5px;
  list-style: none;
}

.header-section__megamenu a {
  text-decoration: none;
  color: #2A2A2A;
}

.header-section__megamenu a:hover, .header-section__megamenu a:active, .header-section__megamenu a:focus {
  text-decoration: underline;
}

.footer-section-wrapper {
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
}

.footer-section-wrapper .container {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .footer-section-wrapper .footer-section-logos {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .footer-section-wrapper .footer-section-logos {
    margin-bottom: 0;
  }
}

.footer-section-wrapper .footer-section-logos img {
  max-width: 120px;
  max-height: 120px;
}

.footer-section-wrapper .footer-section-menus ul.footer-top-menu, .footer-section-wrapper .footer-section-menus ul.footer-bottom-menu {
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: block;
  margin-left: 20px;
}

.footer-section-wrapper .footer-section-menus ul.footer-top-menu li, .footer-section-wrapper .footer-section-menus ul.footer-bottom-menu li {
  color: #ffffff;
  font-weight: 300;
  padding-left: 15px;
}

.footer-section-wrapper .footer-section-menus ul.footer-top-menu li a, .footer-section-wrapper .footer-section-menus ul.footer-bottom-menu li a {
  text-decoration: none;
  color: #ffffff;
}

.footer-section-wrapper .footer-section-menus ul.footer-bottom-menu li {
  font-size: 13px;
  display: block;
}

.footer-section-wrapper .footer-section-menus ul.footer-bottom-menu li a {
  text-decoration: underline;
}

.footer-section-menus {
  margin-top: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer-section-logos, .footer-section-menus {
    width: 100% !important;
    padding: 50px 100px 0 100px;
  }
}

@media (min-width: 768px) {
  section.footer-section-wrapper .footer-section-menus ul.footer-top-menu,
  section.footer-section-wrapper .footer-section-menus ul.footer-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumb-wrapper #breadcrumb {
  color: #78787C;
  font-size: 12px;
}

.breadcrumb-wrapper #breadcrumb a {
  color: #78787C;
  font-size: 12px;
  padding: 0 5px;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: underline;
}

.breadcrumb-wrapper #breadcrumb strong {
  font-weight: 400;
  padding: 0 5px;
  font-family: "IBM Plex Sans", sans-serif;
}

div#breadCrumb {
  color: #78787C;
  font-size: 12px;
  margin-bottom: 42px;
}

div#breadCrumb a, div#breadCrumb a:link, div#breadCrumb a:focus, div#breadCrumb a:active, div#breadCrumb a:visited {
  color: #78787C;
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: underline;
}

div#breadCrumb strong {
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

.search-box {
  border: 1px solid #C4CDD5;
  padding: 1px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 8px;
  position: relative;
  width: 240px;
}

.search-box__icon {
  position: absolute;
  top: 2px;
  right: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  margin-bottom: 0;
  margin-top: 0;
  width: auto;
}

.search-box__text {
  padding: 5px 40px 5px 10px;
  width: 100%;
  border: none;
  outline: none;
}

.search-box--mobile {
  margin: 16px;
  width: 100%;
}

.search-box--mobile .search-box__text {
  width: 100%;
}

ul#specs-table-header {
  border-bottom-width: 0;
}

ul#specs-table-header :first-child a {
  border-radius: 4px 0 0 0;
}

@media (max-width: 992px) {
  ul#specs-table-header :first-child a {
    border-radius: 4px 4px 0 0;
  }
}

ul#specs-table-header li a {
  background: #F4F5FA;
  border: 1px solid #DFE3E8;
  border-radius: 0;
  border-right-width: 0;
  margin-right: 0;
  text-decoration: none;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 14px;
  color: #7A7A7A;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  ul#specs-table-header li a {
    border-right-width: 1px;
  }
}

ul#specs-table-header li.active a {
  background: #F8F9FD;
  color: black;
}

@media (max-width: 992px) {
  ul#specs-table-header li {
    width: 100%;
  }
}

ul#specs-table-header :last-child a {
  border-radius: 0 4px 0 0;
  border-right-width: 1px;
}

@media (max-width: 992px) {
  ul#specs-table-header :last-child a {
    border-radius: 0;
  }
}

#specs-table-content .specs-table-row-wrapper {
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 0 4px 4px 4px;
}

#specs-table-content .specs-table-row-wrapper .specs-table-row {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  #specs-table-content .specs-table-row-wrapper .specs-table-row {
    border-bottom: 1px solid #DFE3E8;
    display: block;
  }
}

#specs-table-content .specs-table-row-wrapper .specs-table-row .specs-table-row-title, #specs-table-content .specs-table-row-wrapper .specs-table-row .specs-table-row-desc {
  border: 0 solid #DFE3E8;
  border-bottom-width: 1px;
  font-size: 14px;
}

@media (max-width: 992px) {
  #specs-table-content .specs-table-row-wrapper .specs-table-row .specs-table-row-title, #specs-table-content .specs-table-row-wrapper .specs-table-row .specs-table-row-desc {
    border-width: 0;
  }
}

#specs-table-content .specs-table-row-wrapper .specs-table-row .specs-table-row-title {
  padding: 10px 15px;
}

#specs-table-content .specs-table-row-wrapper .specs-table-row .specs-table-row-desc {
  padding: 10px 30px;
  border-left-width: 1px;
}

@media (max-width: 992px) {
  #specs-table-content .specs-table-row-wrapper .specs-table-row .specs-table-row-desc {
    border-width: 0;
  }
}

#specs-table-content .specs-table-row-wrapper :last-child .specs-table-row-title, #specs-table-content .specs-table-row-wrapper :last-child .specs-table-row-desc {
  border-bottom-width: 0;
}

@media (max-width: 992px) {
  #specs-table-content .specs-table-row-wrapper :last-child {
    border: none;
  }
}

.cards-icon {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  text-align: center;
  padding: 72px 48px 96px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 430px;
          flex: 1 1 430px;
  margin: 114px 15px;
}

.cards-icon:first-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cards-icon:first-child {
    margin-bottom: 114px;
  }
}

.cards-icon__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards-icon__image {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cards-icon__title {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .cards-icon__title {
    font-size: 48px;
    line-height: 56px;
  }
}

.cards-icon__search {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -moz-user-select: text;
  outline: none;
  /* Remove mystery padding in Gecko browsers.
		* See https://bugzilla.mozilla.org/show_bug.cgi?id=140562
		*/
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #23B8DA;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: underline;
}

.cards-icon__search::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.cards-icon__content {
  text-align: left;
  padding: 0;
}

.cards-icon__content .chosen-container-single .chosen-single {
  height: 50px;
}

.cards-icon__content .chosen-container .chosen-single {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #B8DA23;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cards-icon__content .chosen-container-single .chosen-single span {
  font-size: 18px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 15px 60px 15px 0px;
}

.cards-icon__content .chosen-container-active.chosen-with-drop .chosen-single {
  background: white;
  padding: 0 0 0 10px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: none;
}

.cards-icon__content .chosen-container-active.chosen-with-drop .chosen-single div {
  width: 26px;
  right: 15px;
}

.cards-icon__content .chosen-container-single .chosen-single div {
  right: 20px;
}

.cards-icon__content .chosen-container-single .chosen-single div b {
  background-position: -2px 16px;
  background-image: url("/resources/css/chosen-sprite.png");
}

.cards-icon__content .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -29px 16px;
  background-image: url("/resources/css/chosen-sprite.png");
}

.cards-icon__content .chosen-container .chosen-results li {
  padding: 10px 10px;
}

.cards-icon__content .chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #B8DA23;
}

.cards-icon__content .chosen-container .chosen-search {
  padding: 5px 0;
  margin: 0px;
  -webkit-box-shadow: inset 0 -1px 0 0 #C4CDD5;
          box-shadow: inset 0 -1px 0 0 #C4CDD5;
}

.cards-icon__content .chosen-container .chosen-search > input[type="text"] {
  border: none;
  background: none;
  padding: 5px 10px;
  background-image: url(/resources/images/outline-search-blue.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.cards-icon__content .chosen-container .chosen-drop {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: none;
  border-top: 1px solid #c4cdd5;
}

.cards-icon__content .chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .cards-icon__content {
    padding: 0 44px;
  }
}

.cards-icon__content #submitAfficher {
  margin-top: 48px;
}

.cards-icon__content #submitAfficher input[type="submit"] {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -moz-user-select: text;
  outline: none;
  /* Remove mystery padding in Gecko browsers.
		* See https://bugzilla.mozilla.org/show_bug.cgi?id=140562
		*/
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #23B8DA;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: underline;
}

.cards-icon__content #submitAfficher input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.cards-icon__switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-bottom: 48px;
}

.cards-icon__switch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}

.cards-icon__switch-text {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -moz-user-select: text;
  outline: none;
  /* Remove mystery padding in Gecko browsers.
		* See https://bugzilla.mozilla.org/show_bug.cgi?id=140562
		*/
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-weight: 600;
  font-size: 14px;
  color: #3E3E3E;
  text-align: center;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards-icon__switch-text::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.cards-icon__home-wrap {
  position: relative;
  margin-bottom: 28px;
}

.cards-icon__home-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cards-icon__home-wave svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.cards-icon--switches .cards-icon__title {
  margin-bottom: 60px;
}

select#choixModele, select#choixMarque {
  width: 100%;
}

/* The switch - the box around the slider */
.btn-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  margin-bottom: 0;
}

.btn-switch input {
  /* Hide default HTML checkbox */
  display: none;
}

.btn-switch input:checked + .btn-switch__slider {
  background-color: #B8DA23;
}

.btn-switch input:checked + .btn-switch__slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}

.btn-switch input:focus + .btn-switch__slider {
  -webkit-box-shadow: 0 0 1px #B8DA23;
          box-shadow: 0 0 1px #B8DA23;
}

.btn-switch__slider {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C4CDD5;
  -webkit-transition: .25s;
  transition: .25s;
  /* Rounded sliders */
}

.btn-switch__slider:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .25s;
  transition: .25s;
}

.btn-switch__slider.round {
  border-radius: 24px;
}

.btn-switch__slider.round:before {
  border-radius: 50%;
}

.list-brands-in-circles {
  height: 160px;
  margin-top: 20px;
  display: inline-block;
}

.list-brands-in-circles__image {
  margin: 0 auto;
  background-repeat: no-repeat;
  width: 160px;
  background-size: 75px;
  height: 160px;
  background-position: center;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.list-brands-in-circles__image:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
}

.section-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-title__title {
  margin-right: 10px;
}

.section-title__link {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.user-profile.user-navigation {
  display: none;
  width: 450px;
  position: fixed;
  top: 95px;
  z-index: 1000000;
  padding: 9px 7px 7px 7px;
  right: 14px;
}

@media (max-width: 480px) {
  .user-profile.user-navigation {
    width: 100%;
    top: 115px;
    right: 0;
  }
}

.user-profile.user-navigation .box {
  background: #ffffff;
  font-size: 14px;
  color: #41464b;
  text-transform: none;
  border-radius: 30px 0 0 0;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}

.user-profile.user-navigation .box::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  position: relative;
  border-bottom: 8px solid #ffffff;
  top: -8px;
  left: 87%;
}

@media (max-width: 992px) {
  .user-profile.user-navigation .box::before {
    left: 77.5%;
  }
}

@media (max-width: 480px) {
  .user-profile.user-navigation .box::before {
    display: none;
  }
}

.user-profile.user-navigation .box .row-user {
  overflow: auto;
  padding: 15px 20px;
}

.user-profile.user-navigation .box .row-user .user-profile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.user-profile.user-navigation .box .row-user .user-profile-image-wrapper {
  width: 48px;
  height: 48px;
}

@media (max-width: 480px) {
  .user-profile.user-navigation .box .row-user .user-profile-image-wrapper {
    display: none;
  }
}

.user-profile.user-navigation .box .row-user .user-profile-text-wrapper {
  margin: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 480px) {
  .user-profile.user-navigation .box .row-user .user-profile-text-wrapper {
    margin: 0;
  }
}

.user-profile.user-navigation .box .row-user .user-profile-text-wrapper p, .user-profile.user-navigation .box .row-user .user-profile-text-wrapper a {
  margin: 0 10px;
  padding: 0;
}

.user-profile.user-navigation .box .row-user .user-profile-close-wrapper a {
  cursor: pointer;
}

.user-profile.user-navigation .box .row-user.accounts {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f8f8f8;
}

.user-profile.user-navigation .box .row-user.accounts ul li {
  margin: 0 0 5px 0;
  list-style-type: disc;
}

input.btn,
a.btn,
.btn {
  border-radius: 24px;
  padding: 15px 30px;
  text-transform: uppercase;
  border: none;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

input.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-primary {
  background: #23B8DA;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-primary:hover {
  background: #51CDE9;
}

input.btn.btn-primary:focus,
a.btn.btn-primary:focus,
.btn.btn-primary:focus {
  background: #23B8DA;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.25);
  outline: none;
}

input.btn.btn-padding,
a.btn.btn-padding,
.btn.btn-padding {
  padding: 15px 40px;
}

.ui-autocomplete {
  max-height: 600px;
  overflow: auto;
  padding-left: 0;
  width: 315px !important;
  position: fixed;
}

.ui-autocomplete li {
  list-style: outside none none !important;
  font-size: 14px;
  line-height: 21px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.ui-autocomplete li.ui-menu-item {
  border-bottom: 1px solid #E3E2DE;
}

.ui-autocomplete li.ui-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.ui-autocomplete li img {
  max-height: 100px;
  max-width: 60px;
  margin-right: 16px;
}

.ui-autocomplete .ui-corner-all li {
  margin-bottom: 0;
}

.ui-autocomplete .ui-corner-all li:not(:last-child) {
  margin-bottom: 10px;
}

.ui-menu-item ul {
  margin-left: 0;
  padding-left: 0;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 400px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #f6f6f6 url("/js/jquery_ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50%;
  border: 1px solid #fbcb09;
  color: #c77405;
}

.ui-widget-content {
  background: #ffffff !important;
  border: 1px solid #dddddd;
  color: #333333;
}

.ui-autocomplete-term {
  font-weight: bold !important;
  text-decoration: underline !important;
}

.hellobar {
  display: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #23B8DA;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: normal;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}

.hellobar__wrapper {
  padding: 12px 50px;
}

.hellobar__text {
  display: inline-block;
  line-height: 20px;
  margin: 10px 0;
}

.hellobar__link {
  display: inline-block;
  padding: 6px 24px;
  margin: 0 30px;
  border-radius: 2px;
  font-size: 14px;
  color: #23B8DA;
  text-decoration: none;
  background-color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: background-color 450ms ease;
  transition: background-color 450ms ease;
}

.hellobar__link:hover {
  color: #141417;
  text-decoration: none;
  background-color: #FFFFFF;
}

.hellobar__close {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.hellobar__filler {
  display: none;
}

.maestro-section svg {
  width: 100% !important;
}

.maestro-section .logo {
  margin-left: 16px;
}

.maestro-section .demo {
  margin-right: 16px;
}

.maestro-section .demo span {
  font-size: 14px;
  line-height: 18px;
  display: none;
}

@media (min-width: 500px) {
  .maestro-section .demo span {
    display: inline;
  }
}

.maestro-section .demo .btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 8px 14px;
}

@media (min-width: 480px) {
  .maestro-section .demo .btn {
    padding: 10px 35px;
  }
}

.maestro-section .demo .btn:hover {
  text-decoration: underline;
}

.maestro-section .maestro-intro-text {
  font-size: 20px;
  line-height: 32px;
}

.maestro-section .maestro-first-section {
  padding-top: 88px;
}

.maestro-section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin-bottom: 64px;
}

.maestro-section .nav-tabs > li > a {
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #969696;
  color: #969696;
  margin: 0;
  padding: 10px 25px;
  text-decoration: none;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

.maestro-section .nav-tabs > li > a #Outline {
  fill: #969696;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

.maestro-section .nav-tabs > li > a svg {
  display: block;
  margin: 0 auto 16px;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

.maestro-section .nav-tabs > li.active > a,
.maestro-section .nav-tabs > li.active > a:hover,
.maestro-section .nav-tabs > li.active > a:focus {
  color: #B7DC00;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B7DC00;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
}

.maestro-section .nav-tabs > li.active > a #Outline,
.maestro-section .nav-tabs > li.active > a:hover #Outline,
.maestro-section .nav-tabs > li.active > a:focus #Outline {
  fill: #B7DC00;
}

.maestro-section .nav-tabs > li > a:hover,
.maestro-section .nav-tabs > li > a:focus,
.maestro-section .nav-tabs > li > a:active {
  border: none;
  background-color: transparent;
  color: #B7DC00;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B7DC00;
  fill: #B7DC00;
}

.maestro-section .nav-tabs > li > a:hover #Outline,
.maestro-section .nav-tabs > li > a:focus #Outline,
.maestro-section .nav-tabs > li > a:active #Outline {
  fill: #B7DC00;
}

.maestro-section .maestro-tab-content {
  min-height: 250px;
}

.maestro-section .maestro-tab-content p {
  font-family: "IBM Plex Sans", sans-serif;
}

.maestro-section .maestro-third-section .row {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 84px;
}

.maestro-section .maestro-third-section .row h3 {
  margin-bottom: 20px;
}

.maestro-section .maestro-third-section .row h4 {
  margin-bottom: 24px;
}

.maestro-section .maestro-fourth-section .row {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.maestro-section .maestro-fourth-section .row h3 {
  margin-bottom: 48px;
}

.maestro-section .maestro-fourth-section .row .background-light-grey {
  padding: 48px 24px;
}

.maestro-section .maestro-fourth-section .row .background-light-grey p {
  margin: 32px 0;
  font-size: 18px;
  line-height: 24px;
}

.maestro-section .maestro-fourth-section .row .background-light-grey a {
  padding: 15px 35px;
}

.maestro-section .maestro-fourth-section .maestro-fourth-sub {
  margin-bottom: 50px;
}

.maestro-section .maestro-fifth-section .row {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.maestro-section .maestro-fifth-section .row .maestro-fifth-intro h3 {
  margin-bottom: 24px;
}

.maestro-section .maestro-fifth-section .row .maestro-fifth-intro p {
  font-size: 20px;
  line-height: 32px;
}

.maestro-section .maestro-sixth-sub {
  padding: 32px !important;
  font-size: 20px;
  line-height: 32px;
  font-family: "IBM Plex Sans", sans-serif;
}

.maestro-section .maestro-sixth-sub p {
  margin-bottom: 24px;
}

.maestro-section .maestro-seventh-section .row h3 {
  margin-bottom: 48px;
  margin-top: 60px;
}

.maestro-section .maestro-seventh-section .row p {
  margin-bottom: 20px;
}

.maestro-section .maestro-seventh-section .row h5 {
  margin-bottom: 48px;
}

.maestro-section .maestro-seventh-section .row p.text-checkmark {
  margin-bottom: 40px;
}

.maestro-section .maestro-seventh-section .row p.text-checkmark:last-child {
  margin-bottom: 48px;
}

.maestro-section .maestro-seventh-section .row p.text-checkmark svg {
  width: 40px !important;
}

.maestro-section .maestro-heighth-section .row h2 {
  margin-bottom: 16px;
}

.contact-first-section {
  overflow: visible;
  padding: 96px 0 50px;
}

.contact-first-section .contact-intro {
  padding: 25px 0;
}

.contact-first-section .contact-intro-title {
  font-size: 64px;
  color: #2A2A2A;
  letter-spacing: 0;
  text-align: center;
  line-height: 72px;
}

.contact-first-section .contact-intro-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  color: #2A2A2A;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  margin-top: 32px;
  padding: 0 30px;
}

.contact-first-section .contact-intro-button-wrapper {
  margin-top: 48px;
}

.contact-first-section .contact-intro-button {
  background: #24b8db;
  padding: 15px 30px;
  border-radius: 200px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.contact-first-section .contact-desk img {
  width: 100%;
  margin-top: 10px;
}

.contact-first-section .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

.contact-first-section .contact-row.email-list {
  padding: 4px 0;
}

.contact-first-section .contact-row-line__bottom {
  border-bottom: 1px solid #DFE3E8;
}

.contact-first-section .contact-row-line__top {
  border-top: 1px solid #DFE3E8;
}

.contact-first-section .contact-row__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0;
}

.contact-first-section .contact-row__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  padding: 5px 0;
}

.contact-first-section .contact-row__text p {
  margin: 0;
}

.contact-offices {
  background-color: #F4F5FA;
  padding: 90px 0 0;
}

.contact-offices .contact-office {
  background-color: white;
  margin-bottom: 75px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.contact-offices .directions {
  padding: 10px 0;
  display: block;
}

.contact-offices .directions .directions-link {
  display: inline-block;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-offices .directions .directions-arrow {
  float: right;
  display: inline-block;
  margin-top: 5px;
}

.contact-offices .col-xs-12.office-cart-google-map {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
}

.contact-offices .col-xs-12.office-cart-google-map > div {
  height: 300px;
}

.contact-offices .hours-notes {
  padding: 0 0 60px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #DB2500;
  letter-spacing: 0;
  line-height: 26px;
}

section.contact-form-wrapper {
  padding: 0;
  background-color: #F8F9FD;
}

section.contact-form-wrapper div#contact-form {
  margin-bottom: 50px;
}

section.contact-form-wrapper input[type="submit"] {
  margin: 0 auto;
  display: block;
}

section.contact-form-wrapper textarea.form-control {
  height: 250px;
}

section.contact-form-wrapper input.form-control {
  height: 45px;
}

p.form-error {
  color: red;
}

ul.form-error-list {
  list-style-type: none;
  padding: 0;
}

.col-email-list {
  padding: 64px 0;
}

.contact-intro-button-wrapper {
  margin-top: 15px;
}

.form-recaptcha .g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-warnings {
  text-align: center;
}

.merge__intro, .merge__contacts {
  margin-bottom: 32px;
}

.merge__contacts > div {
  padding: 4px 0;
}

.cartridge-list-sidebox {
  background: #F4F5FA;
  border-radius: 4px;
  padding: 12px 16px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartridge-list-sidebox svg {
  width: 64px;
  height: 64px;
  overflow: visible;
}

.cartridge-list-sidebox p {
  margin: 10px;
  padding: 10px;
}

.cartridge-models-made-wrapper #boutonLancer {
  margin-top: 0;
  background-image: url(/resources/images/outline-search.png);
  background-position: 22px 14px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: 20px;
}

.cartridge-models-made-wrapper .formSelect {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.cartridge-models-made-wrapper .chosen-container-single .chosen-single {
  height: 50px;
}

.cartridge-models-made-wrapper .chosen-container .chosen-single {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #B8DA23;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cartridge-models-made-wrapper .chosen-container-single .chosen-single span {
  font-size: 18px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 15px 60px 15px 0px;
}

.cartridge-models-made-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  background: white;
  padding: 0 0 0 10px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: none;
}

.cartridge-models-made-wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  width: 26px;
  right: 15px;
}

.cartridge-models-made-wrapper .chosen-container-single .chosen-single div {
  right: 20px;
}

.cartridge-models-made-wrapper .chosen-container-single .chosen-single div b {
  background-position: -2px 16px;
  background-image: url("/resources/css/chosen-sprite.png");
}

.cartridge-models-made-wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -29px 16px;
  background-image: url("/resources/css/chosen-sprite.png");
}

.cartridge-models-made-wrapper .chosen-container .chosen-results li {
  padding: 10px 10px;
}

.cartridge-models-made-wrapper .chosen-container .chosen-results li.highlighted {
  background: none;
  background-color: #B8DA23;
}

.cartridge-models-made-wrapper .chosen-container .chosen-search {
  padding: 5px 0;
  margin: 0px;
  -webkit-box-shadow: inset 0 -1px 0 0 #C4CDD5;
          box-shadow: inset 0 -1px 0 0 #C4CDD5;
}

.cartridge-models-made-wrapper .chosen-container .chosen-search > input[type="text"] {
  border: none;
  background: none;
  padding: 5px 10px;
  background-image: url(/resources/images/outline-search-blue.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.cartridge-models-made-wrapper .chosen-container .chosen-drop {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: none;
  border-top: 1px solid #c4cdd5;
}

.cartridge-models-made-wrapper .chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}

.cartridge-list-item-wrapper {
  background-color: #fff;
  border: 1px solid #DFE3E8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-top: 15px;
  padding: 0;
}

.cartridge-list-item-wrapper .cartridge-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dfe3e8;
  min-height: 120px;
  background-color: #F8F9FD;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  padding: 12px 15px;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-left .cartridge-list-item-image {
  width: 100%;
  min-width: 140px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-left .cartridge-list-item-color {
  position: absolute;
  right: -17px;
  top: 40px;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-left .cartridge-list-item-color svg {
  width: 35px;
  height: 35px;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right .cartridge-list-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 20px;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right .cartridge-list-item-info a,
.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right .cartridge-list-item-info .cartridge-list-item-price {
  display: block;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right .cartridge-list-item-info .cartridge-list-item-price__on-demand {
  color: #41464b;
  text-decoration: none;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right .cartridge-list-item-info .cartridge-list-item-price__on-demand:hover {
  text-decoration: underline;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right .cartridge-list-item-info .cartridge-list-item-price-description {
  display: inline;
  color: #9DB400;
  margin-left: 8px;
}

.cartridge-list-item-wrapper .cartridge-list-item .cartridge-list-right .cartridge-list-item-form input {
  width: 50px;
  padding: 10px 5px 5px 5px;
  border: 2px solid #e7e9ee;
  border-radius: 5px;
  display: block;
}

.manufacturier-wrapper {
  -webkit-column-count: 1;
          column-count: 1;
}

@media (min-width: 480px) {
  .manufacturier-wrapper {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .manufacturier-wrapper {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

.manufacturier-wrapper .manufacturier-item-wrapper {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 20px;
}

.manufacturier-wrapper .manufacturier-item-wrapper div, .manufacturier-wrapper .manufacturier-item-wrapper span {
  padding-bottom: 5px;
}

.manufacturier-title h5 {
  padding-bottom: 50px;
}

.cartridge-file-wrapper .cartridge-image-wrapper {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartridge-file-wrapper .cartridge-image-wrapper img {
  height: auto;
  max-height: 180px;
}

.cartridge-file-wrapper .cartridge-image-wrapper .cartridge-drop {
  position: absolute;
  right: -40px;
}

.cartridge-file-wrapper .cartridge-details-wrapper {
  padding-bottom: 25px;
}

.cartridge-file-wrapper .cartridge-details-wrapper .details-desc-type {
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.cartridge-file-wrapper .cartridge-details-wrapper .details-desc-price {
  margin-top: 25px;
}

.cartridge-file-wrapper .cartridge-details-wrapper .cartridge-details-promo {
  color: #9DB400;
  font-weight: 400;
}

.cartridge-file-wrapper .cartridge-details-wrapper .cartridge-details-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cartridge-file-wrapper .cartridge-details-wrapper .cartridge-details-form input {
  width: 50px;
  padding: 10px 5px 5px 5px;
  border: 2px solid #e7e9ee;
  border-radius: 5px;
  margin-right: 15px;
}

.slider-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.slider-pics .slider-pic {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  margin: 10px 10px 0 0;
  padding: 3px;
}

.slider-pics .slider-pic:hover {
  cursor: pointer;
}

.slider-pics .slider-pic.active {
  border: 1px solid #23B8DA;
}

.slider-pics .slider-pic img {
  width: 100%;
  max-height: 100%;
}

.printer-image-wrapper {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  padding: 8px;
}

@media (min-width: 992px) {
  .printer-image-wrapper {
    padding: 16px;
  }
}

.printer-image-wrapper .printer-image {
  padding-top: 73%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: auto;
  max-height: 415px;
}

.printer-details-wrapper {
  padding-bottom: 25px;
}

.printer-details-wrapper .details-desc-type {
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.printer-details-wrapper .details-desc-price {
  margin-top: 25px;
}

.printer-details-wrapper .details-desc-price-ondemand {
  color: #9DB400;
}

.printer-details-wrapper .price, .printer-details-wrapper .promo-active, .printer-details-wrapper .promo-price {
  padding-right: 10px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
}

.printer-details-wrapper .promo-active {
  text-decoration: line-through;
  color: #2A2A2A;
}

.printer-details-wrapper .promo-price {
  color: #9DB400;
}

.printer-details-wrapper .promo-offer {
  vertical-align: text-bottom;
}

.printer-details-wrapper .printer-details-promo {
  color: #9DB400;
  font-weight: 400;
}

.printer-details-wrapper .printer-details-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.printer-details-wrapper .printer-details-form input {
  width: 50px;
  padding: 10px 5px 5px 5px;
  border: 2px solid #e7e9ee;
  border-radius: 5px;
  margin-right: 15px;
}

.printers-details-specifications-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.printers-details-compatibles-wrapper {
  margin-bottom: 50px;
}

.printers-details-compatibles-wrapper .printers-details-compatibles-list .col-md-6:nth-child(odd) {
  margin-right: 10px;
  width: calc(50% - 10px);
}

@media (max-width: 992px) {
  .printers-details-compatibles-wrapper .printers-details-compatibles-list .col-md-6:nth-child(odd) {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.printers-details-compatibles-wrapper .printers-details-compatibles-list .col-md-6:nth-child(even) {
  margin-left: 10px;
  width: calc(50% - 10px);
}

@media (max-width: 992px) {
  .printers-details-compatibles-wrapper .printers-details-compatibles-list .col-md-6:nth-child(even) {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.brand-details {
  padding-top: 120px;
}

.brand-details__header__title, .brand-details__header__desc {
  text-align: center;
}

.brand-details__header__title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 64px;
  color: #2A2A2A;
  letter-spacing: 0;
  text-align: center;
  line-height: 72px;
}

.brand-details__header__image {
  padding-top: 42%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.brand-details__header__image-ratio {
  max-width: 430px;
  margin: 0 auto;
}

.brand-details__link {
  margin: 10px;
}

.brand-details__link-wrapper {
  margin: 48px 0 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.brand-list {
  margin: 96px 0;
}

.brand-popular-printers h5 {
  text-align: center;
}

.brand-popular-printers div#app {
  margin: 48px 0;
}

.masonry-item-wrapper {
  width: 47%;
}

@media (max-width: 992px) {
  .masonry-item-wrapper {
    width: 100%;
  }
}

.brands-wrapper {
  -webkit-column-count: 1;
          column-count: 1;
}

@media (min-width: 480px) {
  .brands-wrapper {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .brands-wrapper {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.home-maestro {
  position: relative;
  padding: 0 0 120px;
}

@media (min-width: 992px) {
  .home-maestro {
    padding-top: 160px;
  }
}

.home-maestro__triangle {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-maestro__triangle svg {
  height: 100%;
}

.home-maestro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-maestro__content {
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.home-maestro__content h2,
.home-maestro__content h4 {
  margin: 0 0 16px;
}

@media (min-width: 992px) {
  .home-maestro__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 40%;
  }
}

@media (min-width: 1760px) {
  .home-maestro__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.home-maestro__text-block {
  margin-left: 24px;
  max-width: 600px;
}

@media (min-width: 992px) {
  .home-maestro__text-block {
    max-width: 470px;
  }
}

@media (min-width: 1760px) {
  .home-maestro__text-block {
    margin-left: calc(-6vw + 470px);
  }
}

.home-maestro__text {
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 32px;
}

.home-maestro__learn-more {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.home-maestro__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 0 24px;
  text-align: center;
}

.home-maestro__image img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .home-maestro__image {
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.menu-dashboard {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 270px;
          flex: 1 0 270px;
  padding: 20px 30px 0;
  border: 1px solid #dfe3e8;
  margin: 30px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.menu-dashboard__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media (min-width: 768px) {
  .menu-dashboard__heading {
    display: none;
    cursor: pointer;
  }
}

.menu-dashboard__show {
  display: inline-block;
  margin-right: 15px;
}

.menu-dashboard__title {
  font-size: 20px;
  color: #2a2a2a;
  letter-spacing: 0;
  line-height: 32px;
  display: inline-block;
}

.menu-dashboard__link {
  border-bottom: 2px solid #ebecf1;
  padding: 7px 0;
}

.menu-dashboard__content {
  font-size: 14px;
  display: none;
}

@media (min-width: 768px) {
  .menu-dashboard__content {
    display: block;
  }
}

.menu-dashboard__content--active {
  display: block;
}

.menu-dashboard__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dcdcdc;
  padding: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-dashboard__support > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91px;
          flex: 0 0 91px;
  text-decoration: none;
  color: #41464B;
  margin-bottom: 16px;
}

.menu-dashboard__support > a span {
  margin-top: 5px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
}

.menu-dashboard__support > a:first-child {
  color: #317fd1;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

.menu-dashboard__support > a:first-child span {
  font-size: 10px;
}

@media (min-width: 768px) {
  .menu-dashboard-list-small {
    line-height: 11pt;
  }
}

.partner-header {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.partner-header .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.partner-header .content-wrapper .content {
  padding: 64px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.partner-header .content-wrapper .content h2, .partner-header .content-wrapper .content h5 {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .partner-header .content-wrapper .content h2 {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .partner-header .content-wrapper .content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
  }
}

.partner-header .content-wrapper .content .container .wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 768px) {
  .partner-header .content-wrapper .content .container .wrapper-btn {
    display: block;
  }
}

.partner-header .content-wrapper section {
  padding: 0;
  width: 100%;
}

.row-marques {
  padding: 64px 0;
}

.row-marques .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  height: 120px;
  margin: 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-marques .img-wrapper--single {
  height: 250px;
}

.search__main-title {
  font-weight: 700;
  font-size: 48px;
  color: #2A2A2A;
  letter-spacing: -0.5px;
  line-height: 56px;
  margin-bottom: 64px;
}

.search__tabs {
  margin-bottom: 16px;
}

.search__tabs-item {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #7A7A7A;
  line-height: 24px;
  margin-bottom: 16px;
  margin-right: 32px;
  padding-bottom: 8px;
  text-decoration: none;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  display: inline-block;
}

.search__tabs-item:last-child {
  margin-right: 0;
}

.search__tabs-item:hover {
  color: #2A2A2A;
}

.search__tabs-item--active {
  color: #2A2A2A;
  border-bottom: #B8DA23 4px solid;
}

.search__tabs-item--disabled {
  pointer-events: none;
}

.ask-price {
  padding-top: 96px;
}

.ask-price__title {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 32px;
}

/*# sourceMappingURL=main-style.css.map */
