* {
  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,
body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Roboto";
  color: #2e3440;
  font-size: 1.6rem;
}
p {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
h1 {
  font-family: "Roboto Condensed";
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 3.5rem;
  letter-spacing: 4px;
  color: #d0b580;
  margin-bottom: 4rem;
  margin-left: 2rem;
  text-align: left;
}
.intro-txt {
  font-family: "Roboto Condensed";
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
}
h3 {
  margin-bottom: 1.6rem;
  font-family: "Roboto Condensed";
  font-size: 3rem;
  color: #ed1c24;
  text-align: center;
  font-weight: 700;
}
.center {
  text-align: center;
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.act {
  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-4 {
  -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: #ed1c24;
  background: #fff;
}
.act .CTA-4:hover {
  background-color: #f2f2f2;
  -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);
}
.fullscreen-intro {
  height: 100vh;
  width: 100%;
  background: #000;
  position: relative;
}
.fullscreen-intro .video-bloc {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.fullscreen-intro .video-bloc video {
  display: block;
  width: 100%;
  height: auto;
}
.fullscreen-intro .bottom-anchor {
  position: absolute;
  bottom: 5%;
  width: 100%;
  z-index: 2;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.fullscreen-intro .bottom-anchor .scroll-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
.fullscreen-intro .bottom-anchor .scroll-btn * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
}
.fullscreen-intro .bottom-anchor .scroll-btn .name-minisite {
  font-family: "Roboto Condensed";
  font-weight: 900;
  display: block;
  text-align: center;
  font-size: 2.5rem;
}
.fullscreen-intro .bottom-anchor .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 24px;
  height: 36px;
  margin: 0 auto 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
}
.fullscreen-intro .bottom-anchor .scroll-btn .mouse * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
.fullscreen-intro .bottom-anchor .link-anchor:hover .mouse {
  border: 2px solid #ee3126;
}
.fullscreen-intro .bottom-anchor .link-anchor:hover .mouse span {
  background: #ee3126;
}
.content-aura-intro {
  background: linear-gradient(90deg, #000 80%, #2e3440 20%);
  padding: 16rem 8rem;
  position: relative;
  overflow: hidden;
}
.content-aura-intro #particles-js {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.content-aura-intro .flex-intro {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.content-aura-intro .flex-intro .intro-content {
  width: 70%;
  padding: 3rem;
}
.content-aura-intro .flex-intro .intro-content h1 {
  text-transform: none;
  text-align: left;
  color: #fff;
  margin-bottom: 2rem;
}
.content-aura-intro .flex-intro .intro-content .act {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.content-aura-intro .flex-intro .intro-content .act span {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 1.5rem;
}
.content-aura-intro .flex-intro .intro-content .act .CTA {
  padding: 1.8rem 2.6rem;
  font-size: 1.5rem;
  min-width: 200px;
}
.content-aura-intro .flex-intro .machine-visual {
  width: 30%;
}
.articles-column-new {
  background: #5d5d5d;
  padding: 16rem 8rem 8rem;
}
.articles-column-new h2 {
  text-align: left;
  margin-left: 0 !important;
}
.articles-column-new .new-listing-actu .flex-actu {
  display: flex;
}
.articles-column-new .new-listing-actu .flex-actu .date-actu {
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.articles-column-new .new-listing-actu .flex-actu h3 {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Roboto";
  text-align: left;
  margin-bottom: 1rem;
}
.articles-column-new .new-listing-actu .flex-actu .info-quand {
  display: inline-block;
  padding: 0.75rem 1rem;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 1.4rem;
}
.articles-column-new .new-listing-actu .flex-actu .elm {
  background-color: #d0b580;
  color: #fff;
  margin-bottom: 1.5rem;
}
.articles-column-new .new-listing-actu .flex-actu .other {
  background-color: #2e3440;
  color: #fff;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list {
  width: 40%;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu {
  background-color: #fff;
  width: 100%;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .media-img {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu iframe {
  max-height: 400px;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu h3 {
  font-size: 2.2rem;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .content-div {
  padding: 4rem;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .content-div .content-actu {
  font-family: "Roboto Condensed";
  font-weight: 300;
  line-height: 2.8rem;
  font-size: 1.8rem;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .box-cta-aura {
  position: relative;
  background-color: #ed1c24;
  min-height: 150px;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .box-cta-aura .picture-offer {
  position: absolute;
  z-index: 1;
  background-image: url(../_img/aura-detail.jpg);
  opacity: 0.2;
  filter: grayscale(1);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .box-cta-aura .red-filter {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(237, 28, 36, 0)), color-stop(10%, rgba(237, 28, 36, 0.25)), color-stop(90%, rgba(178, 21, 27, 0.75)), to(#b2151b));
  background-image: linear-gradient(to top, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0.25) 10%, rgba(178, 21, 27, 0.75) 90%, #b2151b 100%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .box-cta-aura .content-offer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .box-cta-aura .content-offer .offer-title {
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 2rem;
  color: #fff;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .box-cta-aura .content-offer .act {
  margin: 0.5rem auto !important;
}
.articles-column-new .new-listing-actu .flex-actu .solo-list .box-actu .box-cta-aura .content-offer .act .CTA-4 {
  width: 350px;
}
.articles-column-new .new-listing-actu .flex-actu .next-list {
  height: 800px;
  overflow-y: auto;
  width: 60%;
  padding: 0 2rem;
}
.articles-column-new .new-listing-actu .flex-actu .next-list::-webkit-scrollbar {
  width: 5px;
}
.articles-column-new .new-listing-actu .flex-actu .next-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.articles-column-new .new-listing-actu .flex-actu .next-list::-webkit-scrollbar-thumb {
  background: #ed1c24;
  border-radius: 10px;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu {
  width: 100%;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu:nth-child(1) {
  margin-top: 0 !important;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu .picture-div {
  width: 30%;
  height: 175px;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu .picture-div iframe {
  max-height: 175px;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu .picture-div .media-img {
  height: 175px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu .content-div {
  padding-left: 1.5rem;
  width: 70%;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu .content-div h3,
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu .content-div p {
  color: #fff;
}
.articles-column-new .new-listing-actu .flex-actu .next-list .box-actu .content-div .content-actu {
  font-size: 1.4rem;
}
.articles-column-new .new-listing-actu .flex-actu .media-1 {
  background-image: url(../_img/recompense.jpg);
}
.articles-column-new .new-listing-actu .flex-actu .media-2 {
  background-image: url(/xtra_img/mise-en-route.jpg);
}
.articles-column-new .new-listing-actu .flex-actu .media-3 {
  background-image: url(/xtra_img/event_zedelgem.jpg);
}
.articles-column-new .new-listing-actu .flex-actu .media-4 {
  background-image: url(/xtra_img/arrivee_zedelgem.jpg);
}
.articles-column-new .new-listing-actu .flex-actu .media-5 {
  background-image: url(/xtra_img/agribex.jpg);
}
.articles-column-new .new-listing-actu .flex-actu .media-6 {
  /*background-image: url(../_img/inel-or.jpg);*/
    background-image: url(/xtra_img/mise-en-route.jpg);
}
.articles-column {
  background: linear-gradient(0deg, #2e3440 60%, #000000 40%);
  padding: 16rem 8rem 8rem;
}
.articles-column h2 {
  text-align: center;
}
.articles-column .slick-track {
  display: flex !important;
}
.articles-column .slick-slide {
  height: inherit !important;
}
.articles-column .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f177";
  color: #fff;
  font-size: 2.5rem;
}
.articles-column .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f178";
  color: #fff;
  font-size: 2.5rem;
}
.articles-column .list-articles {
  max-width: 80%;
  margin: 0 auto;
}
.articles-column .list-articles .article {
  background: #fff;
  margin: 0 2rem;
  border: 1px solid #4a4a4a;
}
.articles-column .list-articles .article .picture-top {
  background-size: cover;
  background-position: center;
  min-height: 225px;
  width: 100%;
}
.articles-column .list-articles .article .pic-1 {
  background-image: url(../_img/chargement.jpg);
}
.articles-column .list-articles .article .pic-2 {
  background-image: url(../_img/melange.jpg);
}
.articles-column .list-articles .article .pic-3 {
  background-image: url(../_img/distribution.jpg);
}
.articles-column .list-articles .article .pic-4 {
  background-image: url(../_img/repousse-rations.jpg);
}
.articles-column .list-articles .article .pic-5 {
  background-image: url(../_img/navigation.jpg);
  background-position: top !important;
}
.articles-column .list-articles .article .pic-6 {
  background-image: url(../_img/gestion-des-donnees.jpg);
  background-position: top !important;
}
.articles-column .list-articles .article .pic-7 {
  background-image: url(../_img/securite.jpg);
}
.articles-column .list-articles .article .content-article {
  padding: 1.5rem;
}
.articles-column .list-articles .article .content-article .date-bloc {
  display: inline-block;
  background: #000;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
}
.articles-column .main-call-to-action {
  margin-top: 4rem;
}
.articles-column .main-call-to-action p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles-column .main-call-to-action p span {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 1.5rem;
}
.articles-column .main-call-to-action p a {
  min-width: 150px;
}
.video-range .flex-container {
  display: flex;
}
.video-range .flex-container .left-content {
  /*width: 30%;*/
  width: 20%;
  background: #000;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 15;
}
.video-range .flex-container .left-content svg {
  fill: #fff;
  text-align: right;
  margin: 0 0 2rem auto;
}
.video-range .flex-container .left-content .title-video {
  margin: 0 0 1rem 0;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  font-family: "Roboto Condensed";
  text-align: right;
}
.video-range .flex-container .left-content .txt {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  font-family: "Roboto Condensed";
  font-weight: 300;
  text-align: right;
}
.video-range .flex-container .right-video {
  width: 70%;
}
.video-range .flex-container .right-video iframe {
  display: block;
  margin: 0;
  height: 500px;
}
.news-section {
  overflow: hidden;
  background: linear-gradient(90deg, #5d5d5d 60%, #000 40%);
  padding: 20rem 8rem 16rem;
}
.news-section .flex-news {
  display: flex;
}
.news-section .flex-news .left-main-article {
  width: 50%;
  padding-right: 6rem;
}
.news-section .flex-news .left-main-article h2 {
  font-weight: 900;
  text-align: center;
  margin: 0 0 2rem;
  color: #fff;
  letter-spacing: 0;
  font-family: "Roboto Condensed";
  font-size: 3.2rem;
  display: inline-block;
  background: #2e3440;
  padding: 1rem 1.5rem;
}
.news-section .flex-news .left-main-article .content-news {
  text-align: left;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.news-section .flex-news .left-main-article #view-1 {
  margin-top: 2rem;
}
.news-section .flex-news .right-all-article {
  width: 50%;
  margin-top: auto;
}
.news-section .flex-news .right-all-article h3 {
  text-align: center;
  font-weight: 300;
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 2rem;
}
.news-section .flex-news .right-all-article .flex-box-news {
  height: 650px;
  overflow-y: auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
  grid-auto-rows: 40px;
  padding: 0 2rem;
}
.news-section .flex-news .right-all-article .flex-box-news::-webkit-scrollbar {
  width: 5px;
}
.news-section .flex-news .right-all-article .flex-box-news::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.news-section .flex-news .right-all-article .flex-box-news::-webkit-scrollbar-thumb {
  background: #ed1c24;
  border-radius: 10px;
}
.news-section .flex-news .right-all-article .flex-box-news .column {
  background: #fff;
  border: 1px solid #5d5d5d;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news {
  width: 100%;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .top-content-news {
  padding: 2rem;
  width: 100%;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .top-content-news .date-news {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.4rem;
  opacity: 0.9;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .top-content-news h2 {
  margin: 0 0 1rem 0;
  letter-spacing: 0;
  color: #ed1c24;
  font-weight: 900;
  font-size: 2.4rem;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc {
  width: 100%;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc iframe {
  height: 275px;
  width: 100%;
  display: block;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc .media-img {
  min-height: 275px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc .media-1 {
  background-image: url(../_img/recompense.jpg);
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc .media-2 {
  background-image: url(/xtra_img/mise-en-route.jpg);
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc .media-3 {
  background-image: url(/xtra_img/event_zedelgem.jpg);
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc .media-4 {
  background-image: url(/xtra_img/arrivee_zedelgem.jpg);
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc .media-5 {
  background-image: url(/xtra_img/agribex.jpg);
}
.news-section .flex-news .right-all-article .flex-box-news .box-news .media-bloc .media-6 {
  background-image: url(../_img/inel-or.jpg);
}
.step-section .flex-step {
  display: flex;
}
.step-section .flex-step .step-title {
  width: 35%;
  background: #2e3440;
  background-image: url(../_img/aura_holo.jpg);
  background-size: cover;
  background-position: center;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step-section .flex-step .step-title h2 {
  color: #fff;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
}
.step-section .flex-step .step-title p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: "Roboto Condensed";
  font-weight: 300;
}
.step-section .flex-step .step-title .act span {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.step-section .flex-step .step-title .act a {
  margin: 0 auto;
}
.step-section .flex-step .step-detail {
  width: 65%;
  background: #eeece0;
  position: relative;
  overflow: hidden;
}
.step-section .flex-step .step-detail::before,
.step-section .flex-step .step-detail::after {
  background: white;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
}
.step-section .flex-step .step-detail::after {
  height: 15rem;
  bottom: 0;
}
.step-section .flex-step .step-detail .flex-steps {
  display: flex;
}
.step-section .flex-step .step-detail .flex-steps .step {
  cursor: pointer;
  width: 25%;
  background: #f2f2f2;
  padding: 2rem;
}
.step-section .flex-step .step-detail .flex-steps .step .number-step {
  text-align: center;
  font-weight: 900;
  font-size: 3.5rem;
  color: #ed1c24;
  margin-bottom: 0;
}
.step-section .flex-step .step-detail .flex-steps .step .indication-step {
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}
.step-section .flex-step .step-detail .flex-steps .active {
  background: #fff;
}
.step-section .flex-step .step-detail .bar-after {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.1, 0.2, 0.7, 1);
  height: 5px;
  min-width: 0%;
  width: 25%;
  background-color: #ed1c24;
}
.step-section .flex-step .step-detail .detail-container {
  padding: 4rem 4rem 0;
  position: relative;
  z-index: 1;
}
.step-section .flex-step .step-detail .detail-container .steps {
  overflow: hidden;
  margin-bottom: 4rem;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar {
  counter-reset: step;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar li span {
  font-size: 1.5rem;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar li::before {
  font-size: 18px;
  font-weight: 900;
  width: 40px;
  height: 40px;
  content: counter(step);
  counter-increment: step;
  line-height: 40px;
  border: 2px solid #5d5d5d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 2;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar li::after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #5d5d5d;
  transition: all 0.5s ease-out;
  background: linear-gradient(to left, #5d5d5d 50%, #ed1c24 50%) right;
  background-size: 200%;
  top: 20px;
  left: -50%;
  z-index: 1;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar li:first-child::after {
  content: none !important;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar .active {
  color: #ed1c24;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar .active::before {
  border-color: #ed1c24;
  color: #fff;
  background: #ed1c24;
}
.step-section .flex-step .step-detail .detail-container .steps .progressbar .active::after {
  background-position: left;
}
.step-section .flex-step .step-detail .detail-container .article-more .article {
  display: none;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .top-title {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d0b580;
  margin-bottom: 3rem;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .top-title .circle {
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed";
  font-weight: 900;
  color: #fff;
  margin-right: 10px;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .top-title h3 {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
  color: #2e3440;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom p {
  font-size: 1.7rem;
  font-weight: 400;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .flex-picture {
  display: flex;
  align-items: center;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .flex-picture .picture {
  width: 50%;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .flex-picture .contenu {
  width: 50%;
  padding: 3rem;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .list {
  list-style: none;
  margin-left: 2em;
  margin-bottom: 1.5rem;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .list li {
  margin-bottom: 0.25em;
  line-height: 1.5;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .list li::before {
  margin-left: -2em;
  content: '\2022';
  color: #ed1c24;
  display: inline-block;
  margin-left: -1.5em;
  padding-left: 0.5em;
  width: 1.5em;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .list a {
  text-decoration: underline;
  color: #ed1c24;
}
.step-section .flex-step .step-detail .detail-container .article-more .article .content-bottom .list a:hover {
  text-decoration: none;
}
.step-section .flex-step .step-detail .detail-container .article-more .active {
  display: block !important;
}
.step-section .flex-step .step-detail .direction-btn {
  position: relative;
  z-index: 4;
}
.step-section .flex-step .step-detail .direction-btn .act {
  display: flex;
  padding: 2rem 6rem;
  justify-content: space-between;
}
.step-section .flex-step .step-detail .direction-btn .act .inactive {
  opacity: 0.3;
  pointer-events: none;
}
.step-section .flex-step .step-detail .direction-btn .act a {
  margin: 0;
}
.step-section .flex-step .step-detail .direction-btn .act a .fa-arrow-left {
  margin-right: 15px;
}
.step-section .flex-step .step-detail .direction-btn .act a .fa-arrow-right {
  margin-left: 15px;
}
.gallery {
  background: #2e3440;
  position: relative;
  overflow: hidden;
}
.gallery #particles-js2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery .container-gallery {
  position: relative;
  z-index: 2;
  padding: 16rem 8rem;
  display: flex;
  align-items: center;
}
.gallery .container-gallery .left-slider {
  width: 50%;
  padding-right: 6rem;
}
.gallery .container-gallery .left-slider #view-2 .ug-slider-wrapper {
  background-color: transparent !important;
}
.gallery .container-gallery .right-gallery {
  width: 50%;
}
.end-navigation {
  overflow: hidden;
  padding: 0 0 16rem;
  background: #2e3440;
}
.end-navigation .flex-form {
  display: flex;
}
.end-navigation .flex-form .container-txt {
  position: relative;
  width: 40%;
}
.end-navigation .flex-form .container-txt::after {
  content: "";
  background: url(../_img/aura-detail.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.end-navigation .flex-form .container-txt .copy-bloc {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 8rem;
}
.end-navigation .flex-form .container-txt .copy-bloc .title-copyrights {
  font-family: "Roboto Condensed";
  font-weight: 900;
  font-size: 1.35rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.end-navigation .flex-form .container-txt .copy-bloc .copyrights {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.end-navigation .flex-form .container-form {
  width: 60%;
}
.end-navigation .flex-form .container-form .form {
  height: 100%;
  background: #000;
  overflow: hidden;
}
.end-navigation .flex-form .container-form .form .main-form {
  padding: 6rem;
  margin: 0 auto;
  overflow: hidden;
}
.end-navigation .flex-form .container-form .form .main-form .thanks {
  font-size: 3rem;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.end-navigation .flex-form .container-form .form .main-form .next-thanks {
  text-align: center;
  font-family: "Roboto Condensed";
  margin-bottom: 4rem;
  color: #fff;
}
.end-navigation .flex-form .container-form .form .main-form h2 {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: 1px !important;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 0;
}
.end-navigation .flex-form .container-form .form .main-form h2 span {
  color: #d0b580;
  font-weight: 900;
}
.end-navigation .flex-form .container-form .form .main-form hr {
  display: block;
  height: 1px;
  width: 100%;
  background: #d0b580;
  margin-bottom: 3rem;
}
.end-navigation .flex-form .container-form .form .main-form .intro-txt-form {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Roboto Condensed";
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.end-navigation .flex-form .container-form .form .main-form img {
  margin: 0 auto 2rem;
}
.end-navigation .flex-form .container-form .form .main-form .libelle-form {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 1.8rem;
}
.end-navigation .flex-form .container-form .form .main-form .col-12 {
  margin-top: 0rem;
}
.end-navigation .flex-form .container-form .form .main-form .intro-form {
  margin-top: 1.5rem;
}
.end-navigation .flex-form .container-form .form .main-form .intro-form .first-check {
  margin-bottom: 5px;
}
.end-navigation .flex-form .container-form .form .main-form .flex-form,
.end-navigation .flex-form .container-form .form .main-form .flex-form-column {
  display: flex;
  justify-content: center;
}
.end-navigation .flex-form .container-form .form .main-form .flex-form .form-col-2,
.end-navigation .flex-form .container-form .form .main-form .flex-form-column .form-col-2 {
  padding: 0;
  margin-top: 0rem;
}
.end-navigation .flex-form .container-form .form .main-form .flex-form-column {
  flex-direction: column;
}
.end-navigation .flex-form .container-form .form .main-form .required-message {
  font-family: "Roboto Condensed";
  margin-bottom: 1.5rem;
  color: #fff;
}
.end-navigation .flex-form .container-form .form .main-form .hidden-field {
  display: none;
}
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:not(:checked),
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:checked,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:not(:checked),
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:checked {
  position: absolute;
  left: -9999em;
}
.end-navigation .flex-form .container-form .form .main-form input[type="checkbox"],
.end-navigation .flex-form .container-form .form .main-form input[type="radio"] {
  vertical-align: baseline;
}
.end-navigation .flex-form .container-form .form .main-form input {
  margin: 0.5rem 1rem;
}
.end-navigation .flex-form .container-form .form .main-form [type="text"],
.end-navigation .flex-form .container-form .form .main-form [type="email"],
.end-navigation .flex-form .container-form .form .main-form [type="password"],
.end-navigation .flex-form .container-form .form .main-form [type="number"],
.end-navigation .flex-form .container-form .form .main-form [type="tel"],
.end-navigation .flex-form .container-form .form .main-form textarea,
.end-navigation .flex-form .container-form .form .main-form select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s;
  transition: all 0.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: 0.45em 1em;
  margin: 0 auto 0 0;
  width: 100%;
}
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:not(:checked) + label,
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:checked + label,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:not(:checked) + label,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:not(:checked) + label:before,
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:checked + label:before,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:not(:checked) + label:before,
.end-navigation .flex-form .container-form .form .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;
}
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:not(:checked) + label:after,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:checked + label:after,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:not(:checked) + label:after,
.end-navigation .flex-form .container-form .form .main-form [type="checkbox"]:checked + label:after,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:not(:checked) + label:after,
.end-navigation .flex-form .container-form .form .main-form [type="radio"]:checked + label:after {
  background: black;
  content: '';
  color: #ed1c24;
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 7px;
  height: 7px;
}
.end-navigation .flex-form .container-form .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;
}
.end-navigation .flex-form .container-form .form .col-4 {
  margin-top: 0;
}
.end-navigation .flex-form .container-form .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;
}
.end-navigation .flex-form .container-form .form .col-4 .box-range h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
}
.end-navigation .flex-form .container-form .form .col-4 .box-range p {
  text-align: center;
}
.end-navigation .flex-form .container-form .form .col-4 .box-range .act {
  margin-bottom: 0 !important;
}
.end-navigation .flex-form .container-form .form .col-4 .box-range .act a {
  margin-bottom: 0 !important;
}
.end-navigation .flex-form .container-form .form .col-4 .box {
  border: 1px solid #ddd;
  padding: 3rem;
  margin: 0 2rem;
}
.end-navigation .flex-form .container-form .form .col-4 .box h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
}
.end-navigation .flex-form .container-form .form .col-4 .box p {
  text-align: center;
}
.end-navigation .flex-form .container-form .form .col-4 .box .act {
  margin-bottom: 0 !important;
}
.end-navigation .flex-form .container-form .form .col-4 .box .act a {
  margin-bottom: 0 !important;
}
.end-navigation .flex-form .container-form .form .col-4 .box img {
  margin: 2rem auto;
}
.footer {
  overflow: hidden;
}
.footer .footer-top {
  padding-top: 1rem;
  background: #2e3440;
  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: 1rem;
  position: relative;
}
.footer .footer-top .inner::before {
  background: #2e3440;
  left: calc(-100% + 60px);
  bottom: -4px;
  width: 100%;
}
.footer .footer-top .inner::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: transparent url(https://stkuhngroupminisitesprod.blob.core.windows.net/secured/mkt/aura/_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 .logotype {
  max-width: 70px;
  margin-right: 3rem;
  position: relative;
  z-index: 1;
}
.footer .footer-top .inner .logotype img {
  width: 100%;
}
.footer .footer-top .inner .baseline {
  display: block;
  height: 18px;
  width: 140px;
}
.footer .footer-top .inner .baseline svg {
  fill: #363636;
  height: auto;
  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: #fff;
}
.footer .footer-top .inner .scroll-top::before {
  background: transparent url(https://stkuhngroupminisitesprod.blob.core.windows.net/secured/mkt/aura/_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(https://stkuhngroupminisitesprod.blob.core.windows.net/secured/mkt/aura/_img/icon-scroll-top-hvr.svg);
}
.footer .footer-middle {
  background: #000;
  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 1rem;
}
.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: 0.3s;
  transition-duration: 0.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: 0.3s;
  transition-duration: 0.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: 0.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: 0.3s;
  transition-duration: 0.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 .social-menu .menu-social li a svg,
.footer .social-menu .menu-social li a img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}



.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: 0.3s;
  transition-duration: 0.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: #000;
}
.footer .footer-bottom .wrapper {
  border-top: 1px solid #5d5d5d;
}
.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 .column a {
  color: #fff;
}
.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: 1.5rem 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: 0.25s;
  transition-duration: 0.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;
}
[class*="col-"] {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 951px) {
  .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%;
  }
  .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;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@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 1rem !important;
  }
}
@media only screen and (max-width: 1350px) {
  .form .triple-flex {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 950px) {
  body .fullscreen-intro {
    height: 350px !important;
  }
  body .main-call-to-action .act,
  body .intro-content .act {
    flex-direction: column;
  }
  body .main-call-to-action .act span,
  body .intro-content .act span {
    margin-right: 0 !important;
    margin-bottom: 0.75rem;
  }
  body .act .CTA {
    width: 100% !important;
    max-width: 100% !important;
  }
  body .CTA-button {
    width: 100% !important;
    max-width: 100% !important;
  }
  body .content-aura-intro {
    padding: 8rem 4rem !important;
    background: linear-gradient(0deg, #000000 80%, #2e3440 20%) !important;
  }
  body .content-aura-intro .flex-intro {
    flex-direction: column-reverse;
  }
  body .content-aura-intro .flex-intro .machine-visual {
    width: 100% !important;
    margin-bottom: 4rem;
  }
  body .content-aura-intro .flex-intro .machine-visual img {
    margin: 0 auto;
    width: 50%;
  }
  body .content-aura-intro .flex-intro .intro-content {
    width: 100% !important;
    padding: 0 !important;
  }
  body .content-aura-intro .flex-intro .intro-content h1 {
    font-size: 3rem !important;
    text-align: center;
  }
  body .content-aura-intro .flex-intro .intro-content .CTA {
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  body .content-aura-intro .flex-intro .intro-content .intro-txt {
    font-size: 1.8rem !important;
  }
  body .articles-column-new {
    padding: 6rem 4rem !important;
  }
  body .articles-column-new h2 {
    text-align: center !important;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  body .articles-column-new .flex-actu {
    flex-direction: column;
  }
  body .articles-column-new .flex-actu .solo-list,
  body .articles-column-new .flex-actu .next-list {
    width: 100% !important;
  }
  body .articles-column-new .flex-actu .solo-list {
    margin-bottom: 2rem;
  }
  body .articles-column-new .flex-actu .solo-list .media-img {
    height: 200px !important;
  }
  body .articles-column-new .flex-actu .solo-list .content-div {
    padding: 3rem;
  }
  body .articles-column-new .flex-actu .solo-list .content-offer {
    padding: 0 3rem !important;
  }
  body .articles-column-new .flex-actu .solo-list .content-offer .act {
    width: 100%;
  }
  body .articles-column-new .flex-actu .solo-list .content-offer .act .CTA-4 {
    width: 100% !important;
    max-width: 100% !important;
  }
  body .articles-column-new .flex-actu .next-list {
    margin-top: 3rem;
    padding: 0 !important;
    height: auto !important;
  }
  body .articles-column-new .flex-actu .next-list .box-actu {
    flex-direction: column;
    border-bottom: 1px solid #d0b580;
  }
  body .articles-column-new .flex-actu .next-list .box-actu:last-child {
    border-bottom: none !important;
  }
  body .articles-column-new .flex-actu .next-list .box-actu .picture-div {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  body .articles-column-new .flex-actu .next-list .box-actu .exception-vid {
    height: 100% !important;
  }
  body .articles-column-new .flex-actu .next-list .box-actu .content-div {
    width: 100% !important;
    padding-left: 0 !important;
  }
  body .video-range .flex-container {
    flex-direction: column;
  }
  body .video-range .flex-container .left-content,
  body .video-range .flex-container .right-video {
    width: 100% !important;
  }
  body .video-range .flex-container .left-content svg {
    margin: 0 auto 2rem !important;
  }
  body .video-range .flex-container .left-content p {
    text-align: center !important;
  }
  body .video-range .flex-container #view-1 {
    height: 300px !important;
  }
  body .articles-column {
    padding: 4rem !important;
  }
  body .articles-column .list-articles {
    max-width: none !important;
  }
  body .articles-column h2 {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  body .news-section {
    padding: 8rem 4rem !important;
  }
  body .news-section .flex-news {
    flex-direction: column;
  }
  body .news-section .flex-news .left-main-article,
  body .news-section .flex-news .right-all-article {
    width: 100% !important;
  }
  body .news-section .flex-news .left-main-article {
    padding: 0 !important;
  }
  body .news-section .flex-news .left-main-article h2 {
    font-size: 2.5rem;
  }
  body .news-section .flex-news .left-main-article p,
  body .news-section .flex-news .left-main-article h2 {
    text-align: center;
  }
  body .news-section .flex-news .right-all-article .flex-box-news {
    display: block !important;
    height: 100% !important;
    overflow: auto !important;
    padding: 0 !important;
  }
  body .news-section .flex-news .right-all-article .flex-box-news .box-news {
    margin-bottom: 2rem;
  }
  body .flex-step {
    flex-direction: column;
  }
  body .flex-step .step-title,
  body .flex-step .step-detail {
    width: 100% !important;
  }
  body .flex-step .step-title .detail-container,
  body .flex-step .step-detail .detail-container {
    padding: 4rem 4rem 0 !important;
  }
  body .flex-step .step-title .detail-container li span,
  body .flex-step .step-detail .detail-container li span {
    display: none;
  }
  body .flex-step .step-title .detail-container .circle,
  body .flex-step .step-detail .detail-container .circle {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  body .flex-step .step-title .detail-container .top-title,
  body .flex-step .step-detail .detail-container .top-title {
    margin-bottom: 2rem !important;
  }
  body .flex-step .step-title .detail-container .flex-picture,
  body .flex-step .step-detail .detail-container .flex-picture {
    flex-direction: column-reverse;
  }
  body .flex-step .step-title .detail-container .flex-picture .picture,
  body .flex-step .step-detail .detail-container .flex-picture .picture,
  body .flex-step .step-title .detail-container .flex-picture .contenu,
  body .flex-step .step-detail .detail-container .flex-picture .contenu {
    width: 100% !important;
    padding: 0 !important;
  }
  body .flex-step .step-title .detail-container .flex-picture .contenu,
  body .flex-step .step-detail .detail-container .flex-picture .contenu {
    margin-bottom: 1rem !important;
  }
  body .flex-step .step-title .direction-btn .act,
  body .flex-step .step-detail .direction-btn .act {
    padding: 0 4rem 2rem !important;
  }
  body .flex-step .step-title .direction-btn .act .CTA-2,
  body .flex-step .step-detail .direction-btn .act .CTA-2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  body .flex-step .step-title .direction-btn .act .CTA-2:nth-child(1),
  body .flex-step .step-detail .direction-btn .act .CTA-2:nth-child(1) {
    margin-right: 0.5rem;
  }
  body .flex-step .step-title .direction-btn .act .CTA-2:nth-child(2),
  body .flex-step .step-detail .direction-btn .act .CTA-2:nth-child(2) {
    margin-left: 0.5rem;
  }
  body .gallery .container-gallery {
    padding: 4rem !important;
    flex-direction: column;
  }
  body .gallery .container-gallery .left-slider,
  body .gallery .container-gallery .right-gallery {
    width: 100%;
  }
  body .gallery .container-gallery .left-slider #view-2,
  body .gallery .container-gallery .right-gallery #view-2 {
    max-height: 300px !important;
  }
  body .gallery .container-gallery .left-slider {
    padding-right: 0 !important;
    margin-bottom: 3rem;
  }
  body .end-navigation .flex-form {
    flex-direction: column-reverse;
  }
  body .end-navigation .flex-form .container-txt,
  body .end-navigation .flex-form .container-form {
    width: 100% !important;
  }
  body .end-navigation .flex-form .container-txt .main-form,
  body .end-navigation .flex-form .container-form .main-form {
    padding: 4rem !important;
  }
  body .end-navigation .flex-form .container-txt .main-form h2,
  body .end-navigation .flex-form .container-form .main-form h2 {
    font-size: 2rem !important;
  }
  body .end-navigation .flex-form .container-txt .main-form hr,
  body .end-navigation .flex-form .container-form .main-form hr {
    margin-bottom: 1.5rem !important;
  }
  body .end-navigation .flex-form .container-txt .copy-bloc,
  body .end-navigation .flex-form .container-form .copy-bloc {
    padding: 4rem !important;
  }
  body .col-6-mob {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  body .column-is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .footer-bottom a,
  body .footer-bottom p {
    color: #fff !important;
    text-align: left !important;
    font-size: 1.4rem !important;
    margin-bottom: 0 !important;
  }
  body .inner-right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  body .inner-right h5 {
    text-align: left !important;
  }
  body .inner-right .menu-social {
    text-align: left !important;
  }
  body .inner-right .menu-social li a {
    margin-right: 1em;
    margin-left: 0 !important;
    text-align: left !important;
  }
}
