<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Generated by less 2.5.1 */
* {
  box-sizing: border-box !important;
}
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
b,
u,
i,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
}
ol,
ul {
  list-style: circle;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  color: inherit;
}
hr {
  clear: both;
  padding: 0;
  margin: 0;
  height: 0;
  border: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Roboto";
  color: #2e3440;
  font-size: 1.6rem;
  padding-top: 117px;
}
body .wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
body p {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
body .legend {
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body .red {
  color: #ed1c24;
}
body .red-header-link {
  color: #ed1c24 !important;
}
body .list {
  list-style: none;
  margin-left: 2em;
}
body .list li {
  margin-bottom: 1em;
  line-height: 1.5;
}
body .list li::before {
  margin-left: -2em;
  content: '\2022';
  color: #ed1c24;
  display: inline-block;
  margin-left: -1.5em;
  padding-left: .5em;
  width: 1.5em;
}
body .list a {
  text-decoration: underline;
  color: #ed1c24;
}
body .list a:hover {
  text-decoration: none;
}
body .box-shadow {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}
body iframe {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
body .link {
  color: #ed1c24;
  display: inline-block;
  padding-left: calc(1em + 10px);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
}
body .link::before {
  background: transparent url(../_img/icon-chevron-red.svg) 0 50% no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
body .link::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  content: '';
  background: #ed1c24;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(1em + 10px);
  width: calc(100% - (1em + 10px));
}
body .link:hover::after {
  webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
body .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
body .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .sk-folding-cube .sk-cube::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
body .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
body .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
body .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
body .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
body .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
body .flex-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3s0vh;
  flex-direction: column;
}
body .flex-text p {
  color: #555;
  font-family: "Roboto Condensed";
  font-weight: 300;
  margin-top: 15px;
}
body .parallax-window {
  height: 400px;
  width: 100%;
  background: transparent;
}
body .parallax-window .content-visual {
  position: absolute;
  bottom: 5%;
  width: 100%;
  z-index: 99;
}
body .parallax-window .content-visual h2 {
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 0;
}
body .parallax-window .content-visual .range {
  margin: 0;
  color: #fff;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
}
body .parallax-window::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
}
.grey-light {
  background: #f2f2f2;
  padding: 6rem 0 6rem;
  overflow: hidden;
}
.more-infos-dealer {
  margin-top: -4rem !important;
}
.more-infos-dealer .act {
  margin-bottom: 0 !important;
}
.consult-also {
  overflow: auto;
}
.consult-also .grey-brown {
  background: #eeece0;
  padding: 4rem 0 4rem !important;
  position: relative;
  overflow: auto;
}
.consult-also .grey-brown::before {
  height: 24rem;
  top: 0;
}
.consult-also .grey-brown::before,
.consult-also .grey-brown::after {
  background: white;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
}
.consult-also .grey-brown .content-relative {
  position: relative;
}
.consult-also .grey-brown .content-relative h2 {
  text-align: left;
  margin: 0 2rem;
}
.consult-also .grey-brown .content-relative .cards {
  display: flex;
}
.consult-also .grey-brown .content-relative .cards h3 {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.consult-also .grey-brown .content-relative .cards .initial {
  font-weight: 400 !important;
}
.consult-also .grey-brown .content-relative .cards .subtitle {
  font-family: "Roboto Condensed";
  margin-bottom: 2rem !important;
}
.consult-also .grey-brown .content-relative .cards .links {
  margin-top: 20px !important;
}
.consult-also .grey-brown .content-relative .cards .links .link {
  text-decoration: underline;
  color: #ed1c24;
  font-family: "Roboto";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.consult-also .grey-brown .content-relative .cards .links .link:hover {
  text-decoration: none;
}
.consult-also .grey-brown .content-relative .cards .col-4,
.consult-also .grey-brown .content-relative .cards .col-6 {
  margin: 3rem 2rem 0;
  padding: 0 !important;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  background: white;
  border: 1px solid #cacccf;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.consult-also .grey-brown .content-relative .cards .col-4 .card .picture,
.consult-also .grey-brown .content-relative .cards .col-6 .card .picture {
  min-height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.consult-also .grey-brown .content-relative .cards .col-4 .card .pic-1,
.consult-also .grey-brown .content-relative .cards .col-6 .card .pic-1 {
  background-image: url("../_img/myKUHN_service.jpg");
}
.consult-also .grey-brown .content-relative .cards .col-4 .card .pic-2,
.consult-also .grey-brown .content-relative .cards .col-6 .card .pic-2 {
  background-image: url("../_img/pieces-origine.jpg");
}
.consult-also .grey-brown .content-relative .cards .col-4 .card .content-card,
.consult-also .grey-brown .content-relative .cards .col-6 .card .content-card {
  padding: 2rem;
}
.consult-also .grey-brown .content-relative .cards .col-4 .card .content-card p,
.consult-also .grey-brown .content-relative .cards .col-6 .card .content-card p {
  margin: 0 0 5px 0;
}
.consult-also .grey-brown .content-relative .cards .col-4 .card .content-card p .link,
.consult-also .grey-brown .content-relative .cards .col-6 .card .content-card p .link {
  margin-top: 1rem;
}
h2 {
  margin-bottom: 2rem;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ed1c24;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 1.6rem;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-weight: 700;
}
h4 {
  display: block;
  margin-bottom: 1.6rem;
  position: relative;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.25;
}
h5 {
  display: block;
  margin: 0;
  color: #ed1c24;
  margin-bottom: 1.6rem;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-weight: 700;
}
.useful {
  border-bottom: 1px solid #d0b580;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.light {
  font-weight: 300;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  /* SHARE SOCIAL MEDIA */
  /*
        .ShareContainer a {
            display: block;
            width: 32px;
            height: 32px;
        }*/
}
.header a {
  text-decoration: none;
}
.header li {
  list-style: none;
}
.header img {
  padding: 0;
}
.header .nav-1 {
  background: linear-gradient(to right, white 50%, #eaebec 50%);
}
.header .nav-1 .wrap-gradiant {
  background: linear-gradient(to right, white 0%, #eaebec 100%);
}
.header .nav-1 .level .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.header .nav-1 ul {
  display: block;
  float: right;
}
.header .nav-1 ul li {
  text-align: right;
  display: inline-block;
  margin-left: 15px;
}
.header .nav-1 ul li a {
  color: #2E3440;
  padding: 5px 0;
  height: 100%;
  text-transform: uppercase;
  line-height: 2.5em;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justtify-content: space-between;
  position: relative;
}
.header .nav-1 ul li a::after {
  -webkit-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: black;
  content: '';
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.header .nav-1 ul li a:hover::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .nav-1 ul li .focus::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .ShareContainer {
  display: none;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.header .ShareContainer div {
  text-align: center;
  line-height: 1.5em;
  text-indent: -9999px;
}
.header .social li,
.header .ShareContainer div {
  display: inline-block;
  margin-left: 20px;
  text-align: right;
}
.header .social li a,
.header .ShareContainer div a {
  display: block;
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background: url(../_img/planche-social-32px.png) no-repeat -32px -96px;
}
.header .social li a {
  background-position: 0 0;
}
.header .social li + li a {
  background-position-x: -64px;
}
.header .social li + li + li a {
  background-position-x: -32px;
}
.header .ShareContainer div a {
  background-position-y: -32px;
}
.header .ShareContainer div a {
  background-position-x: 0px;
  background-position-y: -32px;
}
.header .ShareContainer div + div a {
  background-position-x: -32px;
}
.header .ShareContainer div + div + div a {
  background-position-x: -96px;
}
.header .ShareContainer div + div + div + div a {
  background-position-x: -128px;
}
.header .ShareContainer div a:hover {
  background-position-y: -64px;
}
.header .closeShare {
  position: absolute;
  top: 5px;
  right: 15px;
}
.header .closeShare a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../_img/_new/planche-social-32px.png) no-repeat left -256px !important;
}
.header .closeShare a:hover {
  background-position: -64px -256px !important;
}
.header .nav {
  background: #fff;
  position: relative;
}
.header .nav .hided-desktop {
  display: none;
  position: relative;
}
.header .nav .hided-desktop .container-mob {
  min-height: 88px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu {
  background: none;
  display: block;
  border: 0;
  text-indent: -9999em;
  height: 100%;
  width: 66px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .hamburger {
  background: none;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 16px;
  width: 24px;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .hamburger .strike {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: black;
  height: 3px;
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .hamburger .strike-top {
  top: 0;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .hamburger .strike-middle {
  top: 50%;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .hamburger .strike-bottom {
  top: 50%;
  top: 100%;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .is-opened .strike-top,
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .is-opened .strike-bottom {
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 50%;
  opacity: 0;
  visibility: hidden;
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .is-opened .strike-middle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .nav .hided-desktop .container-mob .item-mob .burger-menu .is-opened .strike-middle + .strike-middle {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .nav .hided-desktop .container-mob .item-mob .logo-mob {
  width: 116px;
  margin: 0 auto;
  display: block;
}
.header .nav .hided-desktop .container-mob .item-mob .logo-mob img {
  width: 100%;
}
.header .nav .hided-desktop .container-mob .language-switch {
  position: absolute;
  right: 0;
}
.header .nav #logo {
  display: block;
  float: left;
  margin: 0;
  max-width: 150px;
  margin-top: -21px;
}
.header .nav .nav-2 {
  margin-left: calc(199px);
}
.header .nav .nav-2 li {
  display: inline-block;
  text-align: left;
  margin-right: 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.header .nav .nav-2 li a {
  display: block;
  color: #2e3440;
  border-bottom: solid 2px #fff;
  padding: 2rem 1rem;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  border-bottom: 3px solid #fff;
}
.header .nav .nav-2 li a:hover {
  border-bottom: 3px solid #ed1c24;
}
.header .nav .focus a {
  border-bottom: 3px solid #ed1c24 !important;
  color: #ed1c24 !important;
}
.header .nav #home {
  text-indent: -9999px;
  margin-left: 5px;
}
.header .nav #home a {
  background: url(../_img/home.png) no-repeat;
  background-position: 0 15px;
}
.header .ShareContainer {
  display: none;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.header .ShareContainer div {
  text-align: center;
  line-height: 1.5em;
  text-indent: -9999px;
  display: inline-block;
  margin-left: 20px;
  text-align: right;
}
.header .ShareContainer div a {
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  background: url(../_img/planche-social-32px.png) no-repeat -32px -96px;
  background-position-x: 0px;
  background-position-y: -32px;
}
.header .ShareContainer div a:hover {
  background-position-y: -64px;
}
.header .ShareContainer div + div a {
  background-position-x: -32px;
}
.header .ShareContainer div + div + div a {
  background-position-x: -96px;
}
.header .ShareContainer div + div + div + div a {
  background-position-x: -128px;
}
.header .ShareContainer .closeShare {
  position: absolute;
  top: 5px;
  right: 15px;
}
.header .ShareContainer .closeShare a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../_img/planche-social-32px.png) no-repeat left -256px !important;
}
.header .ShareContainer .closeShare a:hover {
  background-position: -64px -256px !important;
}
.header .overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 795997;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
}
.header .overlay a {
  padding: 15px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align: center;
  border: solid 1px #222;
}
.header .overlay a:hover,
.header .overlay a:focus {
  color: #f1f1f1;
}
.header .overlay .overlay-yt a.focus {
  color: #f1f1f1;
}
.visual-line .visual-main {
  background-image: url(../_img/main-visual.jpg);
  background-position: center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
.visual-line .details {
  background-position: calc(50.5%) 0;
  padding-bottom: 4rem;
  background: #2e3440 url(../_img/home-decroche-slider.svg) 50% 0 no-repeat;
  background-color: transparent;
  position: absolute;
  color: white;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.visual-line .details .content-details {
  padding: 2em 2em 1em 0;
}
.visual-line .details .content-details .big-title {
  font-size: 5rem;
  font-family: "Roboto Condensed";
  font-weight: 700;
  margin-bottom: 0.25em;
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.visual-line .details .content-details .description {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0 !important;
}
h1 {
  color: #ed1c24;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
h1 span {
  display: block;
  margin-top: 1rem;
  font-size: 2.5rem;
  text-align: center;
  color: #2e3440;
  font-weight: 300;
}
.title {
  background: #ed1c24 !important;
  background: -webkit-gradient(linear, left top, right top, from(#ed1c24), to(#b2151b)) !important;
  background: linear-gradient(to right, #ed1c24 0%, #b2151b 100%) !important;
}
.title .bandeau-red {
  padding-top: 0;
  padding-bottom: 1rem;
}
.title .bandeau-red .breadcumb {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  padding-top: 20px;
  color: #ffc8c4;
  font-size: 12px;
}
.title .bandeau-red .breadcumb a:hover {
  text-decoration: underline;
}
.title .bandeau-red .breadcumb * {
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
}
.title .bandeau-red h1 {
  font-family: "Roboto Condensed";
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.title .bandeau-red h1 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
}
.categorie-header {
  padding-bottom: 3rem;
}
.categorie-header [class*="col-"] {
  padding: 0;
  margin: 0;
}
.categorie-header .wrapper {
  min-height: inherit;
}
.categorie-header h1 {
  display: block;
  margin-bottom: 1.6rem;
  position: relative;
  font-family: "Roboto Condensed";
  color: inherit;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: inherit;
}
.categorie-header .breadcumb {
  font-family: "Roboto Condensed";
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
  font-weight: 300;
  opacity: .75;
  margin-bottom: 0;
}
.categorie-header .categorie-header-top {
  min-height: 410px;
  overflow: hidden;
  padding-top: 1.5rem;
  position: relative;
}
.categorie-header .categorie-header-top::before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(60%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  z-index: 0;
}
.categorie-header .categorie-header-top .columns-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  min-height: inherit;
  position: relative;
}
.categorie-header .categorie-header-top .columns-header::before {
  height: 30px;
  z-index: 0;
  background: white;
  width: 85%;
}
.categorie-header .categorie-header-top .columns-header::before,
.categorie-header .categorie-header-top .columns-header::after {
  content: '';
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.categorie-header .categorie-header-top .columns-header::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: transparent url(../_img/angle-cache.svg) 0 0 no-repeat;
  background-size: cover;
  left: 85%;
  width: 78px;
}
.categorie-header .categorie-header-top .columns-header .categorie-header-intro {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  min-height: 290px;
  padding: 6rem 10rem;
  position: relative;
  z-index: 5;
  background: #ed1c24;
  background: -webkit-gradient(linear, left top, right top, from(#ed1c24), to(#b2151b));
  background: linear-gradient(to right, #ed1c24 0%, #b2151b 100%);
}
.categorie-header .categorie-header-top .columns-header .categorie-header-intro h4 {
  font-size: 4rem;
  width: 100%;
}
.categorie-header .categorie-header-top .columns-header .categorie-header-intro p {
  margin: 1.6rem 0;
  font-family: "Roboto Condensed";
  font-weight: 300;
  width: 100%;
}
.categorie-header .banner-visual {
  display: block;
  width: calc(55%);
  -webkit-transition: -webkit-filter 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-filter 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  transition: filter 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  transition: filter 0.6s cubic-bezier(0.42, 0, 0.58, 1), -webkit-filter 0.6s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: calc(105%);
  min-height: inherit;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  left: auto;
  z-index: -1;
}
.categorie-header .visual-1 {
  background-image: url(../_img/main-visual.jpg);
}
.intro .intro-txt {
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 10rem;
}
.intro .intro-txt-cta {
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 10rem;
  margin-top: 4rem;
  text-align: center;
}
.quick-access {
  margin-top: 0 !important;
}
.quick-access h2 {
  font-weight: 300;
  color: #2e3440;
}
.quick-access h2 span {
  font-weight: 900;
  color: #ed1c24;
}
.quick-access .container-access {
  display: flex;
}
.quick-access .container-access .item-shape {
  position: relative;
  height: 350px;
  width: 100%;
}
.quick-access .container-access .item-shape:nth-child(1) {
  background-image: url(../_img/benef-1.jpg);
  background-size: cover;
  background-position: center;
}
.quick-access .container-access .item-shape:nth-child(2) {
  background-image: url(../_img/benef-2.jpg);
  background-size: cover;
  background-position: center;
}
.quick-access .container-access .item-shape:nth-child(3) {
  background-image: url(../_img/benef-3.jpg);
  background-size: cover;
  background-position: center;
}
.quick-access .container-access .item-shape .opacity-grey {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.quick-access .container-access .item-shape .content-shape {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quick-access .container-access .item-shape .content-shape p {
  margin: 0;
  padding: 2rem;
  font-size: 2rem;
  font-family: "Roboto Condensed";
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.quick-access .container-access .item-shape:hover .opacity-grey {
  opacity: 0;
}
.gamme-machines h2 span {
  color: #2e3440;
  font-weight: 300;
}
.gamme-machines .flex-machine-reverse {
  flex-direction: row-reverse;
}
.gamme-machines .flex-machine-reverse p {
  text-align: right;
}
.gamme-machines .flex-machine,
.gamme-machines .flex-machine-reverse {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gamme-machines .flex-machine .machine-silhouette,
.gamme-machines .flex-machine-reverse .machine-silhouette {
  width: 50%;
}
.gamme-machines .flex-machine .content-machine,
.gamme-machines .flex-machine-reverse .content-machine {
  width: 50%;
  padding: 4rem;
}
.gamme-machines .flex-machine .content-machine .range-name,
.gamme-machines .flex-machine-reverse .content-machine .range-name {
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.gamme-machines .flex-machine .content-machine .name,
.gamme-machines .flex-machine-reverse .content-machine .name {
  font-size: 3rem;
  font-weight: 900;
  font-family: "Roboto Condensed";
}
.gamme-machines .spec {
  margin: 2rem 0 6rem;
  overflow: hidden;
}
.first-arg {
  margin-top: 0 !important;
}
.first-arg .flex-argument {
  display: flex;
  align-items: center;
  background: #eeece0;
}
.first-arg .flex-argument .picture {
  width: 50%;
  background-position: center;
  background-size: cover;
  min-height: 300px;
}
.first-arg .flex-argument .pic-1 {
  background-image: url(../_img/benef-1.jpg);
}
.first-arg .flex-argument .pic-2 {
  background-image: url(../_img/benef-2.jpg);
}
.first-arg .flex-argument .pic-3 {
  background-image: url(../_img/benef-3.jpg);
}
.first-arg .flex-argument .arg {
  width: 50%;
  padding: 4rem;
}
.first-arg .flex-argument .arg h2 {
  font-weight: 300;
  color: #2e3440;
  font-size: 2.2rem;
}
.first-arg .flex-argument .arg h2 span {
  font-size: 2.5rem;
  margin-top: 1rem;
  display: block;
  color: #ed1c24;
  font-weight: 900;
  text-align: center;
}
.item-benef .col-12 {
  margin-top: 0;
}
.item-benef .flex-item {
  display: flex;
  align-items: center;
}
.item-benef .flex-item .content {
  width: 40%;
  margin-right: 3rem;
}
.item-benef .flex-item img {
  width: 60%;
}
.comparatifs {
  font-size: 4rem;
  text-align: center;
  border-bottom: 3px solid #d0b580;
  display: block;
  margin: 0 auto 2rem;
  max-width: 300px;
  color: #ed1c24;
  font-family: "Roboto Condensed";
  font-weight: 900;
  text-transform: uppercase;
}
.cout-usage .grey-light {
  padding: 4rem 0;
}
.cout-usage .grey-light h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.cout-usage .grey-light .subtitle {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Roboto Condensed";
  text-align: center;
  margin-bottom: 0;
}
.cout-usage .solutions {
  overflow: hidden;
  margin-bottom: 8rem;
}
.cout-usage .solutions .solutions-title .flex-title {
  display: flex;
  align-items: center;
  background: #eeece0;
}
.cout-usage .solutions .solutions-title .flex-title .name-solution {
  padding: 4rem;
  width: 50%;
}
.cout-usage .solutions .solutions-title .flex-title .name-solution .entity {
  font-family: "Roboto Condensed";
  font-size: 3rem;
  font-weight: 900;
  color: #ed1c24;
  margin-bottom: 0rem;
}
.cout-usage .solutions .solutions-title .flex-title .name-solution .detail-solution {
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.cout-usage .solutions .solutions-title .flex-title .picture {
  background-position: center;
  background-size: cover;
  min-height: 400px;
  width: 50%;
}
.cout-usage .solutions .solutions-title .flex-title .pic-1 {
  background-image: url(../_img/solution-1.jpg);
}
.cout-usage .solutions .solutions-title .flex-title .pic-2 {
  background-image: url(../_img/solution-2.jpg);
}
.cout-usage .solutions .solutions-content {
  padding: 3rem 0;
}
.cout-usage .solutions .solutions-content .costs {
  margin-top: 4rem;
}
.cout-usage .solutions .solutions-content .costs .flex-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cout-usage .solutions .solutions-content .costs .flex-txt p {
  margin: 0 5px;
  font-family: "Roboto Condensed";
  font-size: 2.2rem;
  font-weight: 300;
}
.cout-usage .solutions .solutions-content .costs .flex-txt p span {
  font-family: "Roboto Condensed";
  font-size: 3.5rem;
  font-weight: 900;
  color: #ec1c24;
}
.bilan .grey-light .container-content .col-12 {
  margin-top: 0;
}
.bilan .grey-light .container-content .col-12 .flex-graphique {
  display: flex;
  align-items: center;
}
.bilan .grey-light .container-content .col-12 .flex-graphique .graph {
  width: 50%;
  border: 1px solid #ddd;
}
.bilan .grey-light .container-content .col-12 .flex-graphique .graph a {
  cursor: zoom-in;
}
.bilan .grey-light .container-content .col-12 .flex-graphique .content-graph {
  width: 50%;
  padding: 3rem;
}
.bilan .grey-light .container-content .col-12 .flex-avantage {
  display: flex;
  align-items: center;
}
.bilan .grey-light .container-content .col-12 .flex-avantage img {
  max-width: 150px;
  margin: 0 1rem;
}
.comparatif .subtitle {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.8rem;
}
.comparatif .flex-table {
  display: flex;
}
.comparatif .flex-table .spec {
  width: 100%;
  margin: 0 1rem;
}
.end-confort .flex-colonne {
  display: flex;
  align-items: center;
}
.end-confort .flex-colonne .item-left {
  border: 1px solid #ddd;
  width: 40%;
}
.end-confort .flex-colonne .item-left .content-colonne {
  padding: 3rem;
}
.end-confort .flex-colonne .content-right {
  width: 60%;
  padding: 4rem;
}
.list-items .flex-item {
  display: flex;
  align-items: center;
}
.list-items .flex-item .item-img {
  width: 50%;
}
.list-items .flex-item .content-item {
  width: 50%;
  margin-left: 3rem;
}
.forage-app {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.forage-app .title-looking {
  margin-bottom: 4rem;
}
.forage-app .title-looking .looking-for {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: left;
  padding-top: 2rem;
}
.forage-app .title-looking h2 {
  font-size: 3.5rem;
  text-align: left;
}
.forage-app .full-width-picture {
  height: 300px;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-image: url(../_img/promo-click-n-mix.jpg);
}
.forage-app .flex-argument-app {
  display: flex;
  justify-content: center;
}
.forage-app .flex-argument-app .scrollme {
  width: 25%;
}
.forage-app .flex-argument-app .args {
  width: 75%;
  padding: 0 4rem;
  margin-top: 3rem;
}
.forage-app .flex-argument-app .args h3 {
  font-weight: 300;
  margin-bottom: 5px;
}
.forage-app .flex-argument-app .args .subtitle {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.forage-app .flex-argument-app .args .contain-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #d0b580;
  margin-top: 4rem;
}
.forage-app .flex-argument-app .args .contain-flex .flex-item {
  margin-right: 1rem;
}
.forage-app .flex-argument-app .args .contain-flex .flex-item .dl-app {
  text-decoration: none;
  font-family: "Roboto Condensed";
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 2rem 1rem;
  display: block;
}
.forage-app .flex-argument-app .args .contain-flex .flex-item .dl-app .fab,
.forage-app .flex-argument-app .args .contain-flex .flex-item .dl-app .fas {
  margin-right: 5px;
}
.forage-app .flex-argument-app .args .contain-flex .flex-item .dl-app:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  color: #ed1c24;
}
.form .grey-brown {
  padding: 1rem 0 6rem !important;
}
.form .grey-brown .main-form {
  padding: 0 3rem;
  margin: 0 auto;
  overflow: hidden;
}
.form .grey-brown .main-form img {
  margin: 0 auto 2rem;
}
.form .grey-brown .main-form .libelle-form {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 1.8rem;
}
.form .grey-brown .main-form .col-12 {
  margin-top: 0rem;
}
.form .grey-brown .main-form .intro-form {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.form .grey-brown .main-form .intro-form .first-check {
  margin-bottom: 5px;
}
.form .grey-brown .main-form .flex-form,
.form .grey-brown .main-form .flex-form-column {
  display: flex;
  justify-content: center;
}
.form .grey-brown .main-form .flex-form .form-col-2,
.form .grey-brown .main-form .flex-form-column .form-col-2 {
  padding: 0;
  margin-top: 0rem;
}
.form .grey-brown .main-form .flex-form-column {
  flex-direction: column;
}
.form .grey-brown .main-form .required-message {
  font-family: "Roboto Condensed";
  margin-bottom: 3rem;
}
.form .grey-brown .main-form .copyrights {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.35rem;
  margin-top: 3rem;
}
.form .grey-brown .main-form .hidden-field {
  display: none;
}
.form .grey-brown .main-form [type="checkbox"]:not(:checked),
.form .grey-brown .main-form [type="checkbox"]:checked,
.form .grey-brown .main-form [type="radio"]:not(:checked),
.form .grey-brown .main-form [type="radio"]:checked {
  position: absolute;
  left: -9999em;
}
.form .grey-brown .main-form input[type="checkbox"],
.form .grey-brown .main-form input[type="radio"] {
  vertical-align: baseline;
}
.form .grey-brown .main-form input {
  margin: .5rem 1rem;
}
.form .grey-brown .main-form [type="text"],
.form .grey-brown .main-form [type="email"],
.form .grey-brown .main-form [type="password"],
.form .grey-brown .main-form [type="number"],
.form .grey-brown .main-form [type="tel"],
.form .grey-brown .main-form textarea,
.form .grey-brown .main-form select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .25s;
  transition: all .25s;
  background: white;
  border: 1px solid;
  border-color: #f2f2f2;
  border-bottom-color: #bfbfbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 52px;
  padding: .45em 1em;
  margin: 0 auto 0 0;
  width: 100%;
}
.form .grey-brown .main-form [type="checkbox"]:not(:checked) + label,
.form .grey-brown .main-form [type="checkbox"]:checked + label,
.form .grey-brown .main-form [type="radio"]:not(:checked) + label,
.form .grey-brown .main-form [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.form .grey-brown .main-form [type="checkbox"]:not(:checked) + label:before,
.form .grey-brown .main-form [type="checkbox"]:checked + label:before,
.form .grey-brown .main-form [type="radio"]:not(:checked) + label:before,
.form .grey-brown .main-form [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid black;
  background: transparent;
  border-radius: 3px;
}
.form .grey-brown .main-form [type="checkbox"]:not(:checked) + label:after,
.form .grey-brown .main-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form .grey-brown .main-form [type="checkbox"]:checked + label:after,
.form .grey-brown .main-form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form .grey-brown .main-form [type="checkbox"]:not(:checked) + label:after,
.form .grey-brown .main-form [type="checkbox"]:checked + label:after,
.form .grey-brown .main-form [type="radio"]:not(:checked) + label:after,
.form .grey-brown .main-form [type="radio"]:checked + label:after {
  background: black;
  content: '';
  color: #ed1c24;
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 7px;
  height: 7px;
}
.form .CTA-button {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  background: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2e3440;
  cursor: pointer;
  display: block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857;
  margin: 0;
  min-width: 370px;
  margin: 0 auto;
  padding: 1rem 2.3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #ed1c24;
}
.form .col-4 {
  margin-top: 0;
}
.form .col-4 .box-range {
  padding: 3rem;
  margin: 0 2rem 3rem;
  border: 1px solid #d2d2d2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.4)), color-stop(30%, rgba(255, 255, 255, 0.4)), color-stop(100%, white), to(white)), url(../_img/melangeuses.jpg);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%), linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 30%, white 100%, white 100%), url(../_img/main-visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.form .col-4 .box-range h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
}
.form .col-4 .box-range p {
  text-align: center;
}
.form .col-4 .box-range .act {
  margin-bottom: 0 !important;
}
.form .col-4 .box-range .act a {
  margin-bottom: 0 !important;
}
.form .col-4 .box {
  border: 1px solid #ddd;
  padding: 3rem;
  margin: 0 2rem;
}
.form .col-4 .box h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
}
.form .col-4 .box p {
  text-align: center;
}
.form .col-4 .box .act {
  margin-bottom: 0 !important;
}
.form .col-4 .box .act a {
  margin-bottom: 0 !important;
}
.form .col-4 .box img {
  margin: 2rem auto;
}
.center {
  text-align: center;
}
.center a {
  text-align: center;
  margin: 0 auto !important;
}
.act {
  text-align: center;
  display: block;
  margin: 20px 0;
}
.act .CTA {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  background: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2e3440;
  cursor: pointer;
  display: block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857;
  margin: 0;
  max-width: 250px;
  padding: 1rem 2.3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #ed1c24;
}
.act .CTA:hover {
  background-color: #de1219;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.act .CTA-2 {
  -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  border: 1px solid black;
  color: #2e3440;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2rem auto;
  padding: 1rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.act .CTA-2:hover {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
  box-shadow: inset 0 0 0 1px currentColor;
  color: currentColor;
}
.act .CTA-3 {
  -webkit-transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1), -webkit-box-shadow 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  color: #fff;
  background: #2E3440;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2rem auto;
  padding: 1rem 0;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.act .CTA-3:hover {
  background-color: #000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.menu-mob {
  display: none;
}
.menu-mob .link-item {
  background: #eaebec;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
}
.menu-mob .link-item .focus {
  color: #ed1c24;
}
.menu-mob .link-item a {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-decoration: none;
  color: black;
  padding: 1.5rem;
  position: relative;
  display: block;
}
.menu-mob .link-item a::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(../_img/icon-chevron.svg) 50% 50% no-repeat;
  content: '';
  display: block;
  height: .9em;
  opacity: .9;
  width: .9em;
  position: absolute;
  top: 50%;
  right: 1.5em;
}
.menu-mob .link-item a:hover {
  color: #ed1c24;
}
.footer {
  overflow: hidden;
}
.footer [class*="col-"] {
  margin: 0;
  padding: 0;
}
.footer .footer-top {
  background: #fff;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer .footer-top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  padding-bottom: .75rem;
  position: relative;
}
.footer .footer-top .inner::before {
  background: white;
  left: calc(-100% + 60px);
  bottom: -4px;
  width: 100%;
}
.footer .footer-top .inner::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: transparent url(../_img/angle-cache.svg) 0 0 no-repeat;
  background-size: cover;
  width: 30px;
  left: 59px;
}
.footer .footer-top .inner::before,
.footer .footer-top .inner::after {
  content: '';
  display: block;
  height: 13px;
  position: absolute;
  bottom: -5px;
  z-index: 0;
}
.footer .footer-top .inner .baseline {
  display: block;
  width: 140px;
  height: 18px;
}
.footer .footer-top .inner .baseline svg {
  fill: #363636;
  height: auto;
  width: 100%;
}
.footer .footer-top .inner .logotype {
  max-width: 70px;
  margin-right: 3rem;
  position: relative;
  z-index: 1;
}
.footer .footer-top .inner .logotype img {
  width: 100%;
}
.footer .footer-top .inner .scroll-top {
  position: absolute;
  top: 25%;
  right: 0;
  display: inline-block;
  padding-right: 3.3rem;
  font-family: "Roboto";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66667;
  text-decoration: none;
  color: #2e3440;
}
.footer .footer-top .inner .scroll-top::before {
  background: transparent url(../_img/icon-scroll-top.svg) 0 50% no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 2em;
  width: 2em;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.footer .footer-top .inner .scroll-top:hover {
  color: #ed1c24;
}
.footer .footer-top .inner .scroll-top:hover::before {
  background-image: url(../_img/icon-scroll-top-hvr.svg);
}
.footer .footer-middle {
  background: #2e3440;
  color: #969aa0;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  text-transform: uppercase;
}
.footer .footer-middle .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
}
.footer .footer-middle .columns:last-child {
  margin-bottom: -0.75rem;
}
.footer .footer-middle .columns .column {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.footer .footer-middle .columns .column-width {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.footer .footer-middle .columns .columns-inner {
  padding: 2.25rem 0;
}
.footer .footer-middle .columns .columns-inner .inner-left {
  text-align: left;
}
.footer .footer-middle .columns .columns-inner .inner-left .footer-cta-dealer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 20px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.footer .footer-middle .columns .columns-inner .inner-left .footer-cta-dealer svg {
  fill: #969aa0;
  height: 3em;
  margin-right: 1em;
  width: 3em;
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.footer .footer-middle .columns .columns-inner .inner-left .footer-cta-dealer:hover {
  color: #ed1c24;
}
.footer .footer-middle .columns .columns-inner .inner-left .footer-cta-dealer:hover svg {
  fill: #ed1c24;
}
.footer .footer-middle .columns .columns-inner .inner-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  text-align: right;
}
.footer .footer-middle .columns .columns-inner .inner-right .social-menu {
  display: block;
  text-align: right;
  width: auto;
}
.footer .footer-middle .columns .columns-inner .inner-right .social-menu h5 {
  font-family: "Roboto";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #d0b580;
  margin: 0;
  margin-bottom: 1rem;
  text-transform: none;
  text-align: right;
}
.footer .footer-middle .columns .columns-inner .inner-right .social-menu .menu-social {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
}
.footer .footer-middle .columns .columns-inner .inner-right .social-menu .menu-social li {
  display: inline-block;
  margin-bottom: 1em;
}
.footer .footer-middle .columns .columns-inner .inner-right .social-menu .menu-social li a {
  display: inline-block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-left: 1em;
  opacity: .6;
  text-align: right;
}
.footer .footer-middle .columns .columns-inner .inner-right .social-menu .menu-social li a svg {
  fill: white;
  -webkit-transition-property: fill;
  transition-property: fill;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.footer .footer-middle .columns .columns-inner .inner-right .social-menu .menu-social li a:hover {
  opacity: 1;
}
.footer .footer-middle .columns .columns-inner .menu {
  list-style: none;
}
.footer .footer-middle .columns .columns-inner .menu li {
  margin-bottom: 1em;
}
.footer .footer-middle .columns .columns-inner .menu li a {
  display: inline-block;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  color: #969aa0;
  text-decoration: none;
}
.footer .footer-middle .columns .columns-inner .menu li a:hover {
  color: #ed1c24;
}
.footer .footer-bottom {
  overflow: hidden;
  color: #626770;
  background: #2e3440;
  background: -webkit-gradient(linear, left bottom, left top, from(#2e3440), to(#171a20));
  background: linear-gradient(to top, #2e3440 0%, #171a20 100%);
}
.footer .footer-bottom .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.footer .footer-bottom .column {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.footer .footer-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  padding: 3rem 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
  flex-direction: column-reverse;
}
.footer .footer-bottom .inner-left {
  text-align: left;
  margin-left: 0 !important;
}
.footer .footer-bottom .inner-right {
  text-align: right;
  margin-left: 0 !important;
}
.footer .footer-bottom .inner-right a {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
.footer .footer-bottom a {
  text-decoration: none;
  font-size: 1.2rem;
  color: inherit;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.footer .footer-bottom a:hover {
  color: #ed1c24 !important;
}
.signature {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 30px;
}
[class*="col-"] {
  float: left;
  width: 100%;
  margin-top: 3rem;
  padding: 0 15px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0px;
  overflow-x: auto;
  border: 1px solid #2e3440;
  width: 100%;
}
table tbody,
table thead {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table thead th {
  font-weight: 900;
  color: #363636;
}
table thead .name-machine {
  border-bottom: 1px solid #2e3440;
}
table thead .name-machine th {
  background: #ed1c24;
  color: #fff;
  padding: 1.5rem;
  text-align: left;
}
table tbody th {
  font-size: 1.2rem;
  background: #fff;
  border-right: 1px solid #2e3440;
  padding-right: 1rem;
}
table tbody td {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #d0b580;
  font-size: 1.2rem;
  padding: 1.5rem;
}
table tbody tr:nth-child(even) td {
  background: #eeece0;
}
table th,
table td {
  text-align: center;
  padding: 8px;
  border-spacing: 0;
  border-collapse: collapse;
  font-weight: 400;
}
table th img,
table td img {
  margin: 0 auto;
}
table td {
  background-color: #fff;
}
table th {
  text-align: right;
  background-color: #f2f2f2;
  font-size: 0.9em;
}
table thead th + th {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .column-width {
    margin-left: 8.33333% !important;
    margin-right: 8.33333% !important;
  }
  .columns-inner {
    padding: 3.25rem 0 !important;
  }
}
/* For tablet: */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col-6-tablet {
    width: 50% !important;
  }
  .columns .col-10 {
    width: 100%;
  }
  .visual-main .big-title {
    font-size: 3.5rem !important;
  }
  .visual-main .description {
    font-size: 1.8rem !important;
  }
}
@media only screen and (max-width: 479px) {
  #logo {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 480px) {
  .header {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .container-access {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .container-access .item-shape {
    width: 100% !important;
    height: 200px !important;
  }
  .spec {
    overflow-x: auto !important;
  }
  .flex-machine,
  .flex-machine-reverse {
    flex-direction: column !important;
  }
  .flex-machine .machine-silhouette,
  .flex-machine-reverse .machine-silhouette,
  .flex-machine .content-machine,
  .flex-machine-reverse .content-machine {
    width: 100% !important;
  }
  .flex-machine .machine-silhouette img,
  .flex-machine-reverse .machine-silhouette img,
  .flex-machine .content-machine img,
  .flex-machine-reverse .content-machine img {
    max-width: 70%;
    margin: 0 auto 3rem;
  }
  .flex-machine .machine-silhouette p,
  .flex-machine-reverse .machine-silhouette p,
  .flex-machine .content-machine p,
  .flex-machine-reverse .content-machine p {
    text-align: center !important;
  }
  .flex-machine .content-machine,
  .flex-machine-reverse .content-machine {
    padding: 0 2rem !important;
  }
  .flex-argument,
  .flex-item {
    flex-direction: column;
  }
  .flex-argument .picture,
  .flex-item .picture,
  .flex-argument .arg,
  .flex-item .arg,
  .flex-argument img,
  .flex-item img,
  .flex-argument .content,
  .flex-item .content {
    width: 100% !important;
  }
  .flex-argument .content,
  .flex-item .content {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .solutions-content .costs span {
    display: block;
  }
  .flex-graphique {
    flex-direction: column;
  }
  .flex-graphique .graph,
  .flex-graphique .content-graph {
    width: 100% !important;
  }
  .flex-graphique .content-graph {
    margin-top: 2rem;
    padding: 0 !important;
  }
  .flex-avantage {
    flex-direction: column;
  }
  .flex-avantage img {
    margin: 1rem auto !important;
  }
  .flex-table {
    flex-direction: column;
  }
  .flex-table .spec {
    margin: 0 0 2rem 0 !important;
  }
  .main-form {
    padding: 0 !important;
  }
  .flex-colonne {
    flex-direction: column;
  }
  .flex-colonne .item-left,
  .flex-colonne .content-right {
    width: 100% !important;
  }
  .list-items .flex-item {
    flex-direction: column-reverse !important;
    margin: 0 0 2rem !important;
  }
  .list-items .content-item,
  .list-items .item-img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .flex-title {
    flex-direction: column;
  }
  .flex-title .name-solution,
  .flex-title .picture {
    width: 100% !important;
  }
  .flex-title .picture {
    min-height: 250px !important;
  }
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .bandeau-red h1 {
    font-size: 3rem !important;
  }
  .intro h1 {
    font-size: 2.2rem !important;
  }
  .intro h1 span {
    font-size: 2rem !important;
  }
  .intro .col-12 {
    margin-top: 0 !important;
  }
  .main-form .flex-form {
    display: block !important;
  }
  .main-form .CTA-button {
    width: 100% !important;
    min-width: 100%;
  }
  .forage-app {
    margin-top: 0 !important;
  }
  .forage-app .looking-for {
    font-size: 2rem !important;
  }
  .forage-app h2 {
    font-size: 2.5rem !important;
  }
  .forage-app .contain-flex {
    justify-content: center !important;
  }
  .forage-app .contain-flex .flex-item:nth-child(1) {
    display: none;
  }
  .forage-app .flex-argument-app {
    flex-direction: column-reverse;
  }
  .forage-app .flex-argument-app .scrollme {
    display: none;
  }
  .forage-app .flex-argument-app .args {
    width: 100% !important;
    padding: 0 !important;
  }
  .forage-app .flex-argument-app .args h3 {
    font-size: 2.4rem !important;
  }
  .forage-app .flex-argument-app .args .title-looking h2,
  .forage-app .flex-argument-app .args .title-looking p {
    text-align: center !important;
  }
  .consult-also .grey-brown .cards {
    display: block !important;
  }
  .consult-also .grey-brown .cards .col-6,
  .consult-also .grey-brown .cards .col-4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .column-gap {
    flex-direction: column;
  }
  .reverse {
    flex-direction: column-reverse !important;
  }
  .column-gap img {
    max-height: 200px !important;
    margin: 0 auto 2rem;
  }
  .column h1 {
    font-size: 3.5rem;
  }
  .categorie-header-intro {
    padding: 2rem 4rem !important;
  }
  .row {
    margin: 4rem 0;
    overflow: hidden;
  }
  .row .grey-brown {
    background: #eeece0;
    padding: 4rem 0;
    overflow: hidden;
  }
  .mob-marg-top-none {
    margin-top: 0 !important;
  }
  .intro .intro-txt {
    padding: 0 2rem !important;
  }
  .visual-main {
    min-height: 300px !important;
  }
  .visual-main .big-title {
    font-size: 3rem !important;
  }
  .visual-main .description {
    font-size: 1.8rem !important;
  }
  .visual-main .details {
    padding-bottom: 2rem !important;
  }
  #btn-top {
    display: none;
  }
  .menu-fixed {
    display: none;
  }
  .col-6-mob {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .column-is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bottom a,
  .footer-bottom p {
    color: #fff !important;
    text-align: left !important;
    font-size: 1.4rem !important;
  }
  .inner-right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .inner-right h5 {
    text-align: left !important;
  }
  .inner-right .menu-social {
    text-align: left !important;
  }
  .inner-right .menu-social li a {
    margin-right: 1em;
    margin-left: 0 !important;
    text-align: left !important;
  }
  body {
    padding-top: 88px !important;
  }
  .nav-1,
  #logo {
    display: none !important;
  }
  .hided-desktop {
    display: block !important;
  }
  .wrapper {
    max-width: 100% !important;
  }
  .header .nav-2 {
    display: none;
  }
  .filter-txt {
    text-align: center;
  }
  .filter-txt .select-mob {
    display: block !important;
    margin: 10px auto 30px;
    padding: 1em !important;
  }
  .filter-txt .select-desktop {
    display: none;
  }
  .app {
    display: none;
  }
  h2 {
    text-align: center !important;
  }
  .CTA {
    margin: 0 auto !important;
  }
  .horaires .adress,
  .horaires .opening {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
  .row {
    margin: 8rem 0 8rem;
    overflow: hidden;
  }
  .row .grey-brown {
    background: #eeece0;
    padding: 8rem 0 8rem;
    overflow: hidden;
  }
  .row .grey {
    background: #f2f2f2;
    padding: 8rem 0 8rem;
    overflow: hidden;
  }
  .footer-bottom .inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .columns-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .hided-768 {
    display: none;
  }
  .showed-768 {
    display: block;
  }
  #breadcrumb {
    display: block;
  }
  #logo img {
    width: 100%;
  }
  .nav {
    padding: 0 15px;
  }
  .title {
    background: none;
  }
  .concept * {
    text-align: left;
  }
  .flex {
    display: flex;
  }
  #home {
    display: inline-block;
    display: visible;
  }
}
@media only screen and (max-width: 1202px) {
  .wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1170px) {
  .nav-2 li {
    display: inline-block;
    text-align: left;
    margin-right: 20px !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}
</pre></body></html>