@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot");
  src: url("../../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2") format("woff2"), url("../../fonts/icomoon.woff") format("woff"), url("../../fonts/icomoon.ttf") format("truetype"), url("../../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "caveat";
  src: url("../../fonts/Caveat-Regular.eot");
  src: url("../../fonts/Caveat-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Caveat-Regular.woff2") format("woff2"), url("../../fonts/Caveat-Regular.woff") format("woff"), url("../../fonts/Caveat-Regular.ttf") format("truetype"), url("../../fonts/Caveat-Regular.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "caveat";
  src: url("../../fonts/Caveat-Bold.eot");
  src: url("../../fonts/Caveat-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Caveat-Bold.woff2") format("woff2"), url("../../fonts/Caveat-Bold.woff") format("woff"), url("../../fonts/Caveat-Bold.ttf") format("truetype"), url("../../fonts/Caveat-Bold.svg#icomoon") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*==============================
=            Mixins            =
==============================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
​ html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #0D0D0D;
}
body h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 3.0555555556em;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {
  body h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 2.7777777778em;
    line-height: 55px;
  }
}
@media only screen and (max-width: 850px) {
  body h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1.5555555556em;
    line-height: 33px;
  }
}
body h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 2.2222222222em;
  line-height: 46px;
}
@media only screen and (max-width: 850px) {
  body h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1.3888888889em;
    line-height: 30px;
  }
}
body h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 2em;
  line-height: 44px;
}
@media only screen and (max-width: 850px) {
  body h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1.2222222222em;
    line-height: 27px;
  }
}
body h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.1666666667em;
  line-height: 26px;
}
@media only screen and (max-width: 850px) {
  body h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1.0555555556em;
    line-height: 24px;
  }
}
body p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 26px;
  color: #5f5f5f;
}
@media only screen and (max-width: 850px) {
  body p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 0.8888888889em;
    line-height: 21px;
  }
}
body a.primary, body button.primary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 19px 27px;
  background-color: #CC0924;
  border-radius: 100px;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
body a.primary:hover, body button.primary:hover {
  background-color: #9b071b;
}
body a.primary.arrow:after, body button.primary.arrow:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 11px;
  display: inline-block;
  margin-left: 7px;
  color: #FFFFFF;
}
body a.primary.arrow:hover:after, body button.primary.arrow:hover:after {
  animation: translateX 0.5s ease-in-out infinite;
}
@keyframes translateX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
body a.primary.white, body button.primary.white {
  background-color: #FFFFFF;
  color: #0D0D0D;
}
body a.primary.white.arrow:after, body button.primary.white.arrow:after {
  color: #CC0924;
}
body a.primary.white:hover, body button.primary.white:hover {
  background-color: #e6e6e6;
}
body a.primary.transparent, body button.primary.transparent {
  background-color: transparent;
  color: #0D0D0D;
  border: 2px solid #0D0D0D;
}
body a.primary.transparent.white, body button.primary.transparent.white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
body a.primary.transparent:hover, body button.primary.transparent:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body a.secondary {
  display: inline-flex;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #CC0924;
  text-transform: uppercase;
  text-decoration: none;
}
body a.secondary:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 11px;
  display: inline-block;
  margin-left: 7px;
  color: #CC0924;
}
body a.secondary:hover:after {
  animation: translateX 0.5s ease-in-out infinite;
}
body a.secondary.black {
  color: #0D0D0D;
}
body a.secondary.black:after {
  color: #0D0D0D;
}
body a.secondary.white {
  color: #FFFFFF;
}
body a.secondary.white:after {
  color: #FFFFFF;
}
@keyframes translateX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

html {
  scroll-behavior: smooth;
}

.wysiwyg p {
  margin-bottom: 1em;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg strong {
  font-weight: 800;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg a {
  color: #0D0D0D;
  font-weight: 600;
  text-decoration: underline;
}
.wysiwyg ul, .wysiwyg ol {
  list-style: disc;
  margin-left: 2.5em;
  margin-bottom: 1em;
}
.wysiwyg ul li, .wysiwyg ol li {
  color: #5f5f5f;
  margin-bottom: 0.4444444444em;
}
.wysiwyg ul li:last-child, .wysiwyg ol li:last-child {
  margin-bottom: 0;
}

body section {
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  body section {
    scroll-margin-top: 50px;
  }
}
body section > .wrapper {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1435px) {
  body section:not(.full) > .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

body.single-produits section {
  scroll-margin-top: 150px;
}
body.single-produits section .heading-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.1111111111em;
}
body.single-produits section .heading-wrapper::after {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
  width: 100%;
  background-color: #F1F1F1;
  margin-left: 1.1111111111em;
  margin-bottom: -3px;
}
body.single-produits section.gradient {
  position: relative;
  padding-bottom: 6.7777777778em;
}
body.single-produits section.gradient > .wrapper {
  position: relative;
  z-index: 1;
}
body.single-produits section.gradient::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ECECEC 100%);
}

#modal-video, #modal-realisation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#modal-video > .wrapper, #modal-realisation > .wrapper {
  position: relative;
  padding: 2.7777777778em;
  max-width: 90%;
  max-height: 90%;
}
#modal-video > .wrapper .close, #modal-realisation > .wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#modal-video > .wrapper .close:hover, #modal-realisation > .wrapper .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#modal-video > .wrapper .close:before, #modal-video > .wrapper .close:after, #modal-realisation > .wrapper .close:before, #modal-realisation > .wrapper .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal-video > .wrapper .close:after, #modal-realisation > .wrapper .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal-video > .wrapper .term-name, #modal-realisation > .wrapper .term-name {
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #CC0924;
  padding: 0.5555555556em 1.1111111111em;
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
#modal-video > .wrapper .title, #modal-realisation > .wrapper .title {
  background-color: #F1F1F1;
  position: absolute;
  bottom: 1.1111111111em;
  left: 0;
  max-width: 50%;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 1.2222222222em;
  line-height: 24px;
  letter-spacing: 0.7px;
  padding: 1em 1.1111111111em;
}
@media only screen and (max-width: 850px) {
  #modal-video > .wrapper .title, #modal-realisation > .wrapper .title {
    font-size: 1em;
    padding: 0.5555555556em 0.8333333333em;
  }
}
#modal-video.show, #modal-realisation.show {
  opacity: 1;
  visibility: visible;
}

body.admin-bar .main-header {
  top: 32px;
}

header.sub-header {
  background-color: #0F0F0F;
}
@media only screen and (max-width: 1200px) {
  header.sub-header {
    display: none;
  }
  header.sub-header.open {
    display: block;
    z-index: 11;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
header.sub-header > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.9444444444em 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1435px) {
  header.sub-header > .wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  header.sub-header > .wrapper {
    justify-content: initial;
  }
}
header.sub-header > .wrapper a, header.sub-header > .wrapper a:hover, header.sub-header > .wrapper a:active, header.sub-header > .wrapper a:visited {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7222222222em;
  line-height: 16px;
  letter-spacing: 0.65px;
  color: #FFFFFF;
  text-decoration: none;
}
header.sub-header > .wrapper .download {
  display: flex;
  align-items: center;
  margin-right: 1.1666666667em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  header.sub-header > .wrapper .download {
    flex-grow: 2;
  }
}
header.sub-header > .wrapper .download:before {
  content: "\e902";
  font-family: "icomoon";
  display: inline-block;
  margin-right: 6px;
  color: red;
  font-size: 14px;
}
header.sub-header > .wrapper .setting {
  display: flex;
  align-items: center;
  margin-right: 1.1666666667em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  header.sub-header > .wrapper .setting {
    flex-grow: 2;
  }
}
header.sub-header > .wrapper .setting:before {
  content: "\e903";
  font-family: "icomoon";
  display: inline-block;
  margin-right: 6px;
  color: red;
  font-size: 14px;
}
header.sub-header > .wrapper .lang-switcher {
  display: flex;
  align-items: center;
  border-left: 2px solid #FFFFFF;
  padding-left: 0.7777777778em;
}
@media only screen and (max-width: 1200px) {
  header.sub-header > .wrapper .lang-switcher {
    border: 0;
    flex-grow: 1;
    padding-left: 0;
  }
}
header.main-header {
  z-index: 10;
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
}
header.main-header > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1435px) {
  header.main-header > .wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  header.main-header > .wrapper {
    align-items: center;
  }
}
header.main-header .logo {
  padding: 1.3333333333em 0;
  margin-right: 1.6666666667em;
}
@media only screen and (max-width: 650px) {
  header.main-header .logo {
    padding: 0.8333333333em 0;
  }
}
header.main-header .logo img {
  height: 52px;
  width: 276px;
  object-fit: contain;
}
@media only screen and (max-width: 650px) {
  header.main-header .logo img {
    height: 32px;
    width: 166px;
  }
}
header.main-header .nav-cta-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper {
    display: none;
  }
  header.main-header .nav-cta-wrapper.open {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 103px;
    left: 0;
    z-index: 10;
    max-height: calc(100vh - 103px);
    height: calc(100vh - 103px);
    width: 100%;
    background-color: #FFFFFF;
    overflow-y: auto;
    padding: 1.9444444444em 0 6.1111111111em;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 650px) {
  header.main-header .nav-cta-wrapper.open {
    max-height: calc(100vh - 65px);
    height: calc(100vh - 65px);
    top: 65px;
  }
}
header.main-header .nav-cta-wrapper .menu-menu-principal-container, header.main-header .nav-cta-wrapper .menu-main-menu-en-container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper .menu-menu-principal-container, header.main-header .nav-cta-wrapper .menu-main-menu-en-container {
    flex-direction: column;
    justify-content: center;
    height: initial;
  }
}
header.main-header .nav-cta-wrapper ul.menu {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper ul.menu {
    height: initial;
    flex-direction: column;
    justify-content: center;
  }
}
header.main-header .nav-cta-wrapper ul.menu > li {
  margin-right: 2em;
  height: 100%;
  display: flex;
  align-items: center;
  transition: margin-top 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper ul.menu > li {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
header.main-header .nav-cta-wrapper ul.menu > li:last-child {
  margin-right: 0;
}
header.main-header .nav-cta-wrapper ul.menu > li > a {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #0D0D0D;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper ul.menu > li > a {
    font-size: 22px;
  }
}
header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children {
    display: flex;
    flex-direction: column;
  }
}
header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children > a::after {
  content: "\e901";
  font-family: "icomoon";
  display: inline-block;
  margin-left: 7px;
  color: #0D0D0D;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1200px) {
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu {
    position: fixed;
    top: 153px;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    padding: 1.3888888889em 0;
    pointer-events: none;
    display: flex;
    margin-left: 0;
    z-index: 9;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li {
    width: 230.3333333333px;
    margin-right: 15px;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li:last-child {
    margin-right: 0;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li > a {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 0.7777777778em;
    line-height: 17px;
    letter-spacing: 0.7px;
    color: #0D0D0D;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li > a img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu {
    display: none;
    margin-left: 0;
    padding-top: 1.1111111111em;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li > a {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 0.7777777778em;
    line-height: 17px;
    letter-spacing: 0.7px;
    color: #0D0D0D;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
  }
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children .sub-menu > li > a img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  header.main-header .nav-cta-wrapper ul.menu > li.menu-item-has-children:hover .sub-menu {
    display: flex;
    pointer-events: auto;
    opacity: 1;
  }
}
header.main-header .nav-cta-wrapper .primary {
  margin-left: 2.0555555556em;
}
@media only screen and (max-width: 1200px) {
  header.main-header .nav-cta-wrapper .primary {
    margin-left: 0;
  }
}
header.main-header #hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header.main-header #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }
  header.main-header #hamburger svg {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 650px) {
  header.main-header #hamburger svg {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  header.main-header #hamburger .line {
    fill: none;
    stroke: #0D0D0D;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  header.main-header #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  header.main-header #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  header.main-header #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
}
@media only screen and (max-width: 1200px) {
  header.main-header #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  header.main-header #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  header.main-header #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
}

@media only screen and (max-width: 1200px) {
  body.open-menu main, body.open-menu footer {
    display: none;
  }
}
footer {
  background-color: #0D0D0D;
}
footer > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5.2777777778em 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1435px) {
  footer > .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 850px) {
  footer > .wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
footer .top-section {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 2.5em;
  margin-bottom: 5.5555555556em;
}
@media only screen and (max-width: 850px) {
  footer .top-section {
    padding-bottom: 1.3888888889em;
    margin-bottom: 1.9444444444em;
  }
}
footer .top-section > .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 565px) {
  footer .top-section > .wrapper {
    flex-direction: column;
  }
}
footer .top-section .footer-logo img {
  width: 15.7222222222em;
  height: 3em;
  object-fit: contain;
}
footer .top-section .footer-social {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 565px) {
  footer .top-section .footer-social {
    margin-top: 1.5555555556em;
  }
}
footer .top-section .footer-social a {
  margin-right: 1em;
}
footer .top-section .footer-social a:last-child {
  margin-right: 0;
}
footer .top-section .footer-social a:before {
  content: "";
  display: inline-block;
  width: 2.6111111111em;
  height: 2.6111111111em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .top-section .footer-social a.facebook:before {
  background-image: url("../../images/facebook-icone.svg");
}
footer .top-section .footer-social a.youtube:before {
  background-image: url("../../images/youtube-icone.svg");
}
footer .top-section .footer-social a.linkedin:before {
  background-image: url("../../images/linkedin-icone.svg");
}
footer .bottom-section > .wrapper {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  footer .bottom-section > .wrapper {
    flex-wrap: wrap;
  }
}
footer .bottom-section > .wrapper .infos-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.2222222222em;
}
footer .bottom-section > .wrapper .nav-menu {
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1050px) {
  footer .bottom-section > .wrapper .nav-menu {
    flex-grow: 2;
  }
}
@media only screen and (max-width: 1050px) {
  footer .bottom-section > .wrapper .nav-menu {
    padding-right: 1.1111111111em;
  }
}
@media only screen and (max-width: 650px) {
  footer .bottom-section > .wrapper .nav-menu {
    flex-basis: 100%;
  }
}
footer .bottom-section > .wrapper .nav-menu li {
  margin-bottom: 1.0555555556em;
}
@media only screen and (max-width: 850px) {
  footer .bottom-section > .wrapper .nav-menu li {
    margin-bottom: 0.5555555556em;
  }
}
footer .bottom-section > .wrapper .nav-menu li a, footer .bottom-section > .wrapper .nav-menu li a:visited, footer .bottom-section > .wrapper .nav-menu li a:hover, footer .bottom-section > .wrapper .nav-menu li a:active {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 26px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 850px) {
  footer .bottom-section > .wrapper .nav-menu li a, footer .bottom-section > .wrapper .nav-menu li a:visited, footer .bottom-section > .wrapper .nav-menu li a:hover, footer .bottom-section > .wrapper .nav-menu li a:active {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 0.8888888889em;
    line-height: 20px;
  }
}
footer .bottom-section > .wrapper .infos-wrapper {
  flex-grow: 1;
}
@media only screen and (max-width: 1050px) {
  footer .bottom-section > .wrapper .infos-wrapper {
    padding-right: 1.1111111111em;
  }
}
@media only screen and (max-width: 650px) {
  footer .bottom-section > .wrapper .infos-wrapper {
    margin-top: 1.6666666667em;
    flex-basis: 100%;
  }
}
footer .bottom-section > .wrapper .infos-wrapper li {
  display: flex;
  align-items: center;
  margin-bottom: 1.0555555556em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 26px;
  color: #FFFFFF;
}
@media only screen and (max-width: 850px) {
  footer .bottom-section > .wrapper .infos-wrapper li {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 0.8888888889em;
    line-height: 20px;
    margin-bottom: 0.5555555556em;
  }
}
footer .bottom-section > .wrapper .infos-wrapper li span {
  font-weight: bold;
  margin-right: 0.2em;
}
footer .bottom-section > .wrapper .infos-wrapper li a, footer .bottom-section > .wrapper .infos-wrapper li a:visited, footer .bottom-section > .wrapper .infos-wrapper li a:hover, footer .bottom-section > .wrapper .infos-wrapper li a:active {
  color: #FFFFFF;
  text-decoration: none;
}
footer .bottom-section > .wrapper .infos-wrapper li.adress::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 22px;
  display: inline-block;
  width: 21px;
  margin-right: 20px;
  color: #CC0924;
  text-align: center;
}
footer .bottom-section > .wrapper .infos-wrapper li.phone::before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 21px;
  display: inline-block;
  width: 21px;
  margin-right: 20px;
  color: #CC0924;
  text-align: center;
}
footer .bottom-section > .wrapper .infos-wrapper li.mail::before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 15px;
  display: inline-block;
  width: 21px;
  margin-right: 20px;
  color: #CC0924;
  text-align: center;
}
footer .bottom-section > .wrapper .newsletter-wrapper {
  flex-grow: 3;
  max-width: 547px;
}
@media only screen and (max-width: 1200px) {
  footer .bottom-section > .wrapper .newsletter-wrapper {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .bottom-section > .wrapper .newsletter-wrapper {
    margin-top: 2.2222222222em;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  footer .bottom-section > .wrapper .newsletter-wrapper {
    margin-top: 1.6666666667em;
  }
}
footer .bottom-section > .wrapper .newsletter-wrapper .gform_confirmation_wrapper {
  color: #FFFFFF;
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper .gform_heading {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 26px;
  letter-spacing: 0.7px;
  color: #FFFFFF;
  margin-bottom: 1.2777777778em;
}
@media only screen and (max-width: 850px) {
  footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper .gform_heading {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 0.8888888889em;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper .gform_description {
  color: #FFFFFF;
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper form {
  display: flex;
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper form .gform_body {
  flex: 1;
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper form .gform_body div {
  height: 100%;
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper form .gform_body input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border: none;
  margin: 0;
  padding: 0 28px;
  height: 100%;
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
}
footer .bottom-section > .wrapper .newsletter-wrapper .news-form_wrapper form .gform_footer button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  margin: 0;
}
footer .copyright {
  background-color: #1C1C1C;
  padding: 1em 0;
  color: #FFFFFF;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889em;
  line-height: 26px;
}
@media only screen and (max-width: 850px) {
  footer .copyright {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 0.7222222222em;
    line-height: 20px;
  }
}
footer .copyright a, footer .copyright a:visited, footer .copyright a:hover, footer .copyright a:active {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.bloc-breadcrumb {
  padding: 1.2777777778em 0;
}
.bloc-breadcrumb > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 0.8888888889em;
  line-height: 26px;
}
@media only screen and (max-width: 850px) {
  .bloc-breadcrumb > .wrapper {
    font-size: 0.7777777778em;
    line-height: 1.1111111111em;
  }
}
.bloc-breadcrumb a, .bloc-breadcrumb a:visited, .bloc-breadcrumb a:hover, .bloc-breadcrumb a:active {
  color: #5f5f5f;
  text-decoration: none;
}
.bloc-breadcrumb .current-item {
  color: #0D0D0D;
  font-weight: bold;
}
.bloc-breadcrumb .icon-arrow:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 9px;
  display: inline-block;
  margin: 0 5px;
  color: #5f5f5f;
}

.bloc-jumbotron {
  position: relative;
  background-color: #0B0B1A;
  background-size: cover;
}
.bloc-jumbotron > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 7.7777777778em 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .bloc-jumbotron > .wrapper {
    padding: 4.4444444444em 0;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 500px) {
  .bloc-jumbotron > .wrapper {
    padding: 2.2222222222em 0 4.4444444444em;
  }
}
.bloc-jumbotron .text-wrapper {
  flex-basis: 50%;
  padding-right: 2.7777777778em;
}
@media only screen and (max-width: 850px) {
  .bloc-jumbotron .text-wrapper {
    padding-right: 0;
  }
}
.bloc-jumbotron .text-wrapper h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bloc-jumbotron .text-wrapper p {
  color: #FFFFFF;
  margin-bottom: 15px;
}
.bloc-jumbotron .text-wrapper .valeurs {
  color: #FFFFFF;
  font-weight: 800;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .bloc-jumbotron .text-wrapper .valeurs span {
    font-size: 0.8em;
  }
}
.bloc-jumbotron .text-wrapper .valeurs span:after {
  content: "•";
  color: #CC0924;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
}
.bloc-jumbotron .text-wrapper .valeurs span:last-child:after {
  content: "";
}
.bloc-jumbotron .image-wrapper {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .bloc-jumbotron .image-wrapper {
    margin-bottom: 2.2222222222em;
  }
}
.bloc-jumbotron .see-more {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFFFFF;
  height: 2.7777777778em;
  width: 5.5555555556em;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #0D0D0D;
}
.bloc-jumbotron .see-more:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 12px;
  color: #0D0D0D;
  display: inline-block;
  animation: translate-arrow 1s infinite;
}
@keyframes translate-arrow {
  0% {
    transform: rotate(90deg) translateX(3px);
  }
  50% {
    transform: rotate(90deg) translateX(8px);
  }
  100% {
    transform: rotate(90deg) translateX(3px);
  }
}

.bloc-contact {
  z-index: 1;
  position: relative;
}
.bloc-contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0D0D0D;
}
.bloc-contact > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1360px) {
  .bloc-contact > .wrapper {
    padding-right: 6.1111111111em !important;
  }
}
@media only screen and (max-width: 870px) {
  .bloc-contact > .wrapper {
    padding-right: 5% !important;
  }
}
.bloc-contact .content-wrapper {
  max-width: 1400px;
  display: flex;
  padding: 1.9444444444em 0 1.9444444444em 0;
  color: #FFFFFF;
}
@media only screen and (max-width: 990px) {
  .bloc-contact .content-wrapper {
    position: inherit;
    flex-direction: column-reverse;
  }
}
.bloc-contact .content-wrapper::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #CC0924;
}
@media only screen and (max-width: 990px) {
  .bloc-contact .content-wrapper::before {
    width: 100%;
  }
}
.bloc-contact .content-wrapper::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 425px;
  background-image: url("../../images/graph-contact-background.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.bloc-contact .content-wrapper .text-wrapper {
  flex-basis: 50%;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1410px) {
  .bloc-contact .content-wrapper .text-wrapper {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 850px) {
  .bloc-contact .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.bloc-contact .content-wrapper .text-wrapper h3 {
  margin-bottom: 11px;
  text-transform: uppercase;
}
.bloc-contact .content-wrapper .text-wrapper p {
  color: #FFFFFF;
}
.bloc-contact .content-wrapper .text-wrapper .cta-wrapper {
  margin-top: 0.7222222222em;
}
.bloc-contact .content-wrapper .image-wrapper {
  position: relative;
  flex: 1;
  height: 360px;
}
@media only screen and (max-width: 990px) {
  .bloc-contact .content-wrapper .image-wrapper {
    height: inherit;
  }
}
.bloc-contact .content-wrapper .image-wrapper .image-container {
  height: 360px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 15/8;
}
@media only screen and (max-width: 1510px) {
  .bloc-contact .content-wrapper .image-wrapper .image-container {
    width: 40vw;
  }
}
@media only screen and (max-width: 990px) {
  .bloc-contact .content-wrapper .image-wrapper .image-container {
    position: inherit;
    height: inherit;
    width: 100%;
    max-width: 500px;
    margin: 0 0 30px;
  }
}
.bloc-contact .content-wrapper .image-wrapper .image-container .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-contact .content-wrapper .image-wrapper .image-container .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 35px;
  background-image: url("../../images/doodle-contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(70%, -90%);
}
@media only screen and (max-width: 990px) {
  .bloc-contact .content-wrapper .image-wrapper .image-container .image::before {
    display: none;
  }
}
.bloc-contact .content-wrapper .image-wrapper .image-container .image::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 238px;
  height: 94px;
  background-image: url("../../images/fleche-contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-75%);
}
@media only screen and (max-width: 1200px) {
  .bloc-contact .content-wrapper .image-wrapper .image-container .image::after {
    display: none;
  }
}

.bloc-partners > .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 4.7222222222em 0;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .bloc-partners > .wrapper {
    padding: 2.2222222222em 0;
  }
}
.bloc-partners h2 {
  margin-bottom: 0.5555555556em;
}
.bloc-partners p {
  max-width: 1050px;
  margin: 0 auto 0.8333333333em;
}
.bloc-partners .partners-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bloc-partners .partners-logo-wrapper .logo {
  margin: 0 0.5555555556em 0.5555555556em;
  max-height: 100px;
}
.bloc-partners .partners-logo-wrapper .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bloc-partners .partners-logo-wrapper.slick-initialized {
  flex-wrap: nowrap;
}
.bloc-partners .partners-logo-wrapper.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}
.bloc-partners .partners-logo-wrapper .slick-prev {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.bloc-partners .partners-logo-wrapper .slick-prev:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  transform: rotate(-180deg);
}
.bloc-partners .partners-logo-wrapper .slick-next {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.bloc-partners .partners-logo-wrapper .slick-next:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
}

section.header-product > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 890px) {
  section.header-product > .wrapper {
    flex-direction: column;
  }
}
section.header-product .slider-wrapper {
  flex-basis: 46%;
  max-width: 46%;
  padding-right: 3.0555555556em;
}
@media only screen and (max-width: 890px) {
  section.header-product .slider-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 2.2222222222em;
  }
}
section.header-product .slider-wrapper .main-slider {
  max-width: 475px;
  margin: 0 auto 1.6666666667em;
}
section.header-product .slider-wrapper .main-slider .slick-track {
  display: flex !important;
}
section.header-product .slider-wrapper .main-slider .slick-slide {
  height: inherit !important;
}
section.header-product .slider-wrapper .main-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.header-product .slider-wrapper .nav-slider {
  display: flex;
  align-items: center;
}
section.header-product .slider-wrapper .nav-slider .slick-list {
  width: 100%;
}
section.header-product .slider-wrapper .nav-slider .slick-prev {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
section.header-product .slider-wrapper .nav-slider .slick-prev:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  transform: rotate(-180deg);
}
section.header-product .slider-wrapper .nav-slider .slick-next {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
section.header-product .slider-wrapper .nav-slider .slick-next:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
}
section.header-product .slider-wrapper .nav-slider .slide {
  cursor: pointer;
  height: 3.8888888889em;
  width: 3.8888888889em;
  margin: 0 0.8333333333em;
}
section.header-product .slider-wrapper .nav-slider .slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section.header-product .infos-wrapper {
  position: relative;
  flex-basis: 54%;
  padding-right: 3.0555555556em;
}
@media only screen and (max-width: 890px) {
  section.header-product .infos-wrapper {
    flex-basis: 100%;
    padding-right: 0;
  }
}
section.header-product .infos-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 35px;
  background-image: url(../../images/doodle-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -75%);
}
@media only screen and (max-width: 890px) {
  section.header-product .infos-wrapper::before {
    display: none;
  }
}
section.header-product .infos-wrapper .categorie-wrapper {
  margin-bottom: 0.5555555556em;
}
section.header-product .infos-wrapper .categorie-wrapper span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #CC0924;
  font-style: italic;
}
section.header-product .infos-wrapper hr {
  margin: 0.8888888889em 0;
  height: 4px;
  background-color: #F1F1F1;
  border-radius: 10px;
}
section.header-product .infos-wrapper .description-wrapper {
  margin-bottom: 1.2222222222em;
}
section.header-product .infos-wrapper .attributes-wrapper {
  margin-bottom: 1.2222222222em;
  display: flex;
}
section.header-product .infos-wrapper .attributes-wrapper .attribute-wrapper {
  position: relative;
  margin-right: 0.7777777778em;
}
section.header-product .infos-wrapper .attributes-wrapper .attribute-wrapper:last-child {
  margin-right: 0;
}
section.header-product .infos-wrapper .attributes-wrapper .attribute-wrapper img {
  cursor: help;
  height: 2.8333333333em;
  width: 2.8333333333em;
  object-fit: contain;
}
section.header-product .infos-wrapper .attributes-wrapper .attribute-wrapper:hover span {
  display: block;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  white-space: nowrap;
  width: fit-content;
  background-color: #FFFFFF;
  color: #0D0D0D;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 9px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
section.header-product .infos-wrapper .attributes-wrapper .attribute-wrapper span {
  display: none;
}
section.header-product .infos-wrapper .cta-wrapper {
  margin-bottom: 1.2222222222em;
}
section.header-product .infos-wrapper .more-links a, section.header-product .infos-wrapper .more-links a:visited, section.header-product .infos-wrapper .more-links a:hover, section.header-product .infos-wrapper .more-links a:active {
  display: inline-flex;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.7222222222em;
  line-height: 16px;
  letter-spacing: 0.65px;
  color: #0D0D0D;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 16px;
}
section.header-product .infos-wrapper .more-links a.download:before, section.header-product .infos-wrapper .more-links a:visited.download:before, section.header-product .infos-wrapper .more-links a:hover.download:before, section.header-product .infos-wrapper .more-links a:active.download:before {
  content: "\e902";
  display: inline-block;
  font-family: "icomoon";
  font-size: 16px;
  color: #CC0924;
  margin-right: 6px;
}
section.header-product .infos-wrapper .more-links a.video:before, section.header-product .infos-wrapper .more-links a:visited.video:before, section.header-product .infos-wrapper .more-links a:hover.video:before, section.header-product .infos-wrapper .more-links a:active.video:before {
  content: "\e904";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #CC0924;
  margin-right: 6px;
}

body.admin-bar .tabs {
  top: 135px;
}

.tabs {
  z-index: 5;
  position: sticky;
  top: 103px;
  background-color: #e8e8e8;
  margin: 3.3333333333em 0 2.2222222222em;
}
@media only screen and (max-width: 990px) {
  .tabs {
    display: none;
  }
}
.tabs > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.tabs .tabs-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .tabs-content a, .tabs .tabs-content a:visited, .tabs .tabs-content a:active {
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #0D0D0D;
  text-transform: uppercase;
  text-decoration: none;
  padding: 34px;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .tabs .tabs-content a, .tabs .tabs-content a:visited, .tabs .tabs-content a:active {
    padding: 34px 20px;
  }
}
.tabs .tabs-content a:after, .tabs .tabs-content a:visited:after, .tabs .tabs-content a:active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 6px;
  background-color: #0D0D0D;
  transform: scale(0) translateX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.tabs .tabs-content a:hover:after, .tabs .tabs-content a.active:after, .tabs .tabs-content a:visited:hover:after, .tabs .tabs-content a:visited.active:after, .tabs .tabs-content a:active:hover:after, .tabs .tabs-content a:active.active:after {
  transform: scaleX(1) translateX(-50%);
}

.bloc-accordions {
  padding: 4.3333333333em 0;
}
@media only screen and (max-width: 850px) {
  .bloc-accordions {
    padding: 1.9444444444em 0;
  }
}
.bloc-accordions > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.bloc-accordions .accordions-wrapper .accordion-item {
  margin-bottom: 0.8333333333em;
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-header {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F1F1F1;
  padding: 1em 1.2222222222em;
  transition: all 0.3s ease-in-out;
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-header h4 {
  color: #0D0D0D;
  margin-right: 2em;
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #CC0924;
  transition: all 0.3s ease-in-out;
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-header:after {
  content: "\e901";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-left: 4px;
  border-radius: 100px;
  border: 2px solid #0D0D0D;
  font-family: "icomoon";
  font-size: 0.8333333333em;
  background-color: #FFFFFF;
  color: #0D0D0D;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-content {
  display: none;
  background-color: #F1F1F1;
  padding: 1.3888888889em 1.7777777778em;
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-content > .wrapper {
  display: flex;
}
@media only screen and (max-width: 680px) {
  .bloc-accordions .accordions-wrapper .accordion-item .accordion-content > .wrapper {
    flex-direction: column;
  }
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-content .image-wrapper {
  height: 128px;
  width: 128px;
  margin-right: 35px;
  border: 7px solid #CC0924;
  border-radius: 500px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .bloc-accordions .accordions-wrapper .accordion-item .accordion-content .image-wrapper {
    margin-bottom: 1.1111111111em;
    margin-right: auto;
    margin-left: auto;
  }
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-content .image-wrapper img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.bloc-accordions .accordions-wrapper .accordion-item .accordion-content .text-wrapper {
  flex: 1;
}
.bloc-accordions .accordions-wrapper .accordion-item.active .accordion-header {
  background-color: #0F0F0F;
}
.bloc-accordions .accordions-wrapper .accordion-item.active .accordion-header h4 {
  color: #FFFFFF;
}
.bloc-accordions .accordions-wrapper .accordion-item.active .accordion-header:before {
  width: 6px;
}
.bloc-accordions .accordions-wrapper .accordion-item.active .accordion-header:after {
  padding-left: 0;
  background-color: #CC0924;
  color: #FFFFFF;
  border-color: #CC0924;
  transform: rotate(-90deg);
}
.bloc-accordions .accordions-wrapper .accordion-item:last-child {
  margin-bottom: 0;
}
.bloc-accordions.a-propos .heading-wrapper {
  margin-bottom: 1.2222222222em;
}
.bloc-accordions.a-propos .heading-wrapper h2 {
  text-align: center;
}

.bloc-tables {
  padding: 2.2222222222em 0;
}
@media only screen and (max-width: 850px) {
  .bloc-tables {
    padding: 1.1111111111em 0;
  }
}
.bloc-tables > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.bloc-tables .tables-wrapper {
  background-color: #F1F1F1;
  padding: 3.8888888889em;
  transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 700px) {
  .bloc-tables .tables-wrapper {
    padding: 1.1111111111em;
  }
}
.bloc-tables .tables-wrapper .table-wrapper:not(:last-child) {
  margin-bottom: 1.1666666667em;
}
.bloc-tables .tables-wrapper .table-wrapper h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.7777777778em;
}
.bloc-tables .tables-wrapper .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.bloc-tables .tables-wrapper .table-wrapper table thead {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .bloc-tables .tables-wrapper .table-wrapper table thead {
    display: none;
  }
}
.bloc-tables .tables-wrapper .table-wrapper table thead th {
  padding: 0.8333333333em;
  text-align: center;
}
.bloc-tables .tables-wrapper .table-wrapper table thead th:nth-child(1), .bloc-tables .tables-wrapper .table-wrapper table thead th:nth-child(3) {
  width: 25%;
}
.bloc-tables .tables-wrapper .table-wrapper table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .bloc-tables .tables-wrapper .table-wrapper table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.bloc-tables .tables-wrapper .table-wrapper table tbody tr td {
  padding: 0.8333333333em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 26px;
  color: #5f5f5f;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .bloc-tables .tables-wrapper .table-wrapper table tbody tr td {
    padding: 0.3888888889em;
    width: 100%;
  }
  .bloc-tables .tables-wrapper .table-wrapper table tbody tr td:before {
    content: attr(data-label) " :";
    display: inline-block;
    font-weight: 700;
    color: #0D0D0D;
    margin-right: 4px;
  }
}

.bloc-galerie-4-col, .bloc-galerie-5-col {
  padding: 2.2222222222em 0;
}
@media only screen and (max-width: 850px) {
  .bloc-galerie-4-col, .bloc-galerie-5-col {
    padding: 1.3888888889em 0;
  }
}
.bloc-galerie-4-col > .wrapper, .bloc-galerie-5-col > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.bloc-galerie-4-col .galerie-wrapper, .bloc-galerie-5-col .galerie-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(330px, 1fr));
  grid-gap: 1.2777777778em;
}
.bloc-galerie-4-col .galerie-wrapper .item figure, .bloc-galerie-5-col .galerie-wrapper .item figure {
  text-align: center;
}
.bloc-galerie-4-col .galerie-wrapper .item figure img, .bloc-galerie-5-col .galerie-wrapper .item figure img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
  aspect-ratio: 3.865/3;
}
.bloc-galerie-4-col .galerie-wrapper .item figure figcaption, .bloc-galerie-5-col .galerie-wrapper .item figure figcaption {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.0555555556em;
  line-height: 23px;
  color: #0D0D0D;
}
.bloc-galerie-4-col .galerie-wrapper .item.large, .bloc-galerie-5-col .galerie-wrapper .item.large {
  grid-column: span 2;
}
.bloc-galerie-4-col .galerie-wrapper .item.large img, .bloc-galerie-5-col .galerie-wrapper .item.large img {
  aspect-ratio: 8/3;
}
@media only screen and (max-width: 1435px) {
  .bloc-galerie-4-col .galerie-wrapper, .bloc-galerie-5-col .galerie-wrapper {
    grid-template-columns: repeat(2, minmax(330px, 1fr));
  }
  .bloc-galerie-4-col .galerie-wrapper .large, .bloc-galerie-5-col .galerie-wrapper .large {
    order: 9;
  }
}
@media only screen and (max-width: 780px) {
  .bloc-galerie-4-col .galerie-wrapper, .bloc-galerie-5-col .galerie-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .bloc-galerie-4-col .galerie-wrapper .item.large, .bloc-galerie-5-col .galerie-wrapper .item.large {
    grid-column: span 1;
  }
}

.bloc-galerie-5-col .galerie-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.bloc-galerie-5-col .galerie-wrapper .item figure img {
  object-fit: contain;
  object-position: center;
}

.bloc-desc-with-image {
  padding: 2.2222222222em 0;
}
@media only screen and (max-width: 850px) {
  .bloc-desc-with-image {
    padding: 1.3888888889em 0;
  }
}
.bloc-desc-with-image > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.bloc-desc-with-image .content-wrapper {
  padding: 0.8333333333em 0;
  display: flex;
}
@media only screen and (max-width: 890px) {
  .bloc-desc-with-image .content-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.bloc-desc-with-image .content-wrapper .image-wrapper {
  flex-basis: 45%;
}
@media only screen and (max-width: 890px) {
  .bloc-desc-with-image .content-wrapper .image-wrapper {
    flex-basis: 100%;
    margin-bottom: 1.2222222222em;
    text-align: center;
  }
}
.bloc-desc-with-image .content-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 890px) {
  .bloc-desc-with-image .content-wrapper .image-wrapper img {
    max-width: 570px;
  }
}
.bloc-desc-with-image .content-wrapper .text-wrapper {
  flex-basis: 55%;
  padding-left: 6.7222222222em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 890px) {
  .bloc-desc-with-image .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}

.bloc-slider_product {
  padding: 4.4444444444em 0 2.2222222222em;
  margin-bottom: 2.2222222222em;
}
@media only screen and (max-width: 850px) {
  .bloc-slider_product {
    padding: 1.3888888889em 0 1.3888888889em;
    margin-bottom: 1.3888888889em;
  }
}
.bloc-slider_product > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.bloc-slider_product > .wrapper .heading-wrapper {
  justify-content: center;
  text-align: center;
  margin-bottom: 1.8888888889em;
}
.bloc-slider_product > .wrapper .heading-wrapper::after {
  display: none;
}
.bloc-slider_product > .wrapper .products-wrapper {
  padding: 0;
  transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .bloc-slider_product > .wrapper .products-wrapper {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 600px) {
  .bloc-slider_product > .wrapper .products-wrapper {
    padding: 0 60px;
  }
}
.bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(235, 235, 235, 0.65);
  border-radius: 0px;
  aspect-ratio: 112/67;
  height: auto;
  margin-bottom: 3.0555555556em;
}
.bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-image a {
  height: 100%;
  margin-bottom: 15px;
}
.bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-image img {
  width: 100%;
  object-fit: contain;
}
.bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content {
  padding: 0 2.2222222222em;
}
@media only screen and (max-width: 650px) {
  .bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content {
    padding: 0 1.3888888889em;
  }
}
.bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content a:not(.secondary), .bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content aa:not(.secondary):hover, .bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content a:not(.secondary):focus, .bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content a:not(.secondary):visited {
  color: #0D0D0D;
  text-decoration: none;
}
.bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 600px) {
  .bloc-slider_product > .wrapper .products-wrapper .product-wrapper .product-content h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1.1111111111em;
    line-height: 23px;
  }
}
.bloc-slider_product > .wrapper .products-wrapper .products-slider {
  position: relative;
}
.bloc-slider_product > .wrapper .products-wrapper .products-slider .slick-prev {
  position: absolute;
  top: 135px;
  left: -80px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0D0D0D;
  border-radius: 100px;
  padding: 0;
  height: 2.2222222222em;
  width: 2.2222222222em;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .bloc-slider_product > .wrapper .products-wrapper .products-slider .slick-prev {
    left: -60px;
  }
}
.bloc-slider_product > .wrapper .products-wrapper .products-slider .slick-prev:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  transform: rotate(-180deg);
  margin-right: 2px;
}
.bloc-slider_product > .wrapper .products-wrapper .products-slider .slick-next {
  position: absolute;
  top: 135px;
  right: -80px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0D0D0D;
  border-radius: 100px;
  padding: 0;
  height: 2.2222222222em;
  width: 2.2222222222em;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .bloc-slider_product > .wrapper .products-wrapper .products-slider .slick-next {
    right: -60px;
  }
}
.bloc-slider_product > .wrapper .products-wrapper .products-slider .slick-next:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  margin-right: -2px;
  margin-top: 1px;
}
.bloc-slider_product > .wrapper .products-wrapper .slick-list {
  margin: 0 -15px;
}
.bloc-slider_product > .wrapper .products-wrapper .slick-slide {
  margin: 0 15px;
}

.bloc-galerie-bordered {
  padding: 2.2222222222em 0;
}
@media only screen and (max-width: 850px) {
  .bloc-galerie-bordered {
    padding: 1.3888888889em 0;
  }
}
.bloc-galerie-bordered > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.bloc-galerie-bordered > .wrapper .galerie-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 1.2777777778em;
}
.bloc-galerie-bordered > .wrapper .galerie-wrapper .item {
  border-radius: 10px;
  padding: 1.1111111111em;
}
.bloc-galerie-bordered > .wrapper .galerie-wrapper .item figure {
  text-align: center;
}
.bloc-galerie-bordered > .wrapper .galerie-wrapper .item figure .wrapper-image {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  border: 8px solid #CC0924;
  border-radius: 500px;
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2777777778em;
  overflow: hidden;
}
.bloc-galerie-bordered > .wrapper .galerie-wrapper .item figure .wrapper-image img {
  width: 73%;
  height: 73%;
  max-height: 130px;
  max-width: 130px;
  object-fit: contain;
}
.bloc-galerie-bordered > .wrapper .galerie-wrapper .item figure figcaption {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.0555555556em;
  line-height: 23px;
  color: #0D0D0D;
}

.bloc-home-desc-with-image {
  position: relative;
  background-color: #0D0D0D;
  background-image: url("../../images/NE-pattern-sans-fond.svg");
  background-repeat: repeat;
}
.bloc-home-desc-with-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(154deg, #0D0D0D 50%, rgba(13, 13, 13, 0) 100%) 0% 0% no-repeat padding-box;
}
.bloc-home-desc-with-image > .wrapper {
  z-index: 1;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4.7222222222em 0 5.2777777778em;
  color: #FFFFFF;
}
@media only screen and (max-width: 850px) {
  .bloc-home-desc-with-image > .wrapper {
    padding: 2.2222222222em 0 2.7777777778em;
  }
}
.bloc-home-desc-with-image > .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 93px;
  height: 173px;
  background-image: url("../../images/doodle-fleche-rouge.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  transform: translate(120%, -30%);
}
@media only screen and (max-width: 1640px) {
  .bloc-home-desc-with-image > .wrapper::after {
    display: none;
  }
}
.bloc-home-desc-with-image .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .bloc-home-desc-with-image .content-wrapper {
    flex-direction: column-reverse;
  }
}
.bloc-home-desc-with-image .content-wrapper .text-wrapper {
  flex-basis: 45%;
  padding-right: 3.3333333333em;
}
@media only screen and (max-width: 1400px) {
  .bloc-home-desc-with-image .content-wrapper .text-wrapper {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 1250px) {
  .bloc-home-desc-with-image .content-wrapper .text-wrapper {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 1050px) {
  .bloc-home-desc-with-image .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.bloc-home-desc-with-image .content-wrapper .text-wrapper .titre {
  margin-bottom: 1.1111111111em;
}
.bloc-home-desc-with-image .content-wrapper .text-wrapper .wysiwyg, .bloc-home-desc-with-image .content-wrapper .text-wrapper .wysiwyg p {
  color: #FFFFFF;
}
.bloc-home-desc-with-image .content-wrapper .text-wrapper .cta-wrapper {
  margin-top: 1.3888888889em;
}
.bloc-home-desc-with-image .content-wrapper .text-wrapper .cta-wrapper a {
  margin-right: 0.7777777778em;
  margin-bottom: 0.8333333333em;
}
.bloc-home-desc-with-image .content-wrapper .image-wrapper {
  flex-basis: 45%;
  transition: flex-basis 0.2s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .bloc-home-desc-with-image .content-wrapper .image-wrapper {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 1250px) {
  .bloc-home-desc-with-image .content-wrapper .image-wrapper {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 1050px) {
  .bloc-home-desc-with-image .content-wrapper .image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.3888888889em;
  }
}
@media only screen and (max-width: 890px) {
  .bloc-home-desc-with-image .content-wrapper .image-wrapper {
    flex-basis: 100%;
  }
}
.bloc-home-desc-with-image .content-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1050px) {
  .bloc-home-desc-with-image .content-wrapper .image-wrapper img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  .bloc-home-desc-with-image .content-wrapper .image-wrapper img {
    max-width: 100%;
  }
}

.bloc-half {
  z-index: 1;
  position: relative;
  margin-bottom: -7.7777777778em;
}
@media only screen and (max-width: 870px) {
  .bloc-half {
    margin-bottom: 0;
  }
}
.bloc-half + section {
  z-index: 0;
  position: relative;
  padding-top: 8.8888888889em;
}
@media only screen and (max-width: 870px) {
  .bloc-half + section {
    padding-top: 0;
  }
}
.bloc-half > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1360px) {
  .bloc-half > .wrapper {
    padding-right: 6.1111111111em !important;
  }
}
@media only screen and (max-width: 870px) {
  .bloc-half > .wrapper {
    padding-right: 5% !important;
  }
}
.bloc-half .content-wrapper {
  position: relative;
  max-width: 1110px;
  display: flex;
  padding: 4.7222222222em 1.1111111111em 4.7222222222em 0;
  color: #FFFFFF;
}
@media only screen and (max-width: 870px) {
  .bloc-half .content-wrapper {
    position: inherit;
    flex-direction: column-reverse;
    padding: 2.2222222222em 0;
  }
}
.bloc-half .content-wrapper::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  background-color: #CC0924;
}
@media only screen and (max-width: 870px) {
  .bloc-half .content-wrapper::before {
    width: 100%;
  }
}
.bloc-half .content-wrapper .text-wrapper {
  flex-basis: 75%;
  padding-right: 8.8888888889em;
}
@media only screen and (max-width: 870px) {
  .bloc-half .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.bloc-half .content-wrapper .text-wrapper h3 {
  margin-bottom: 11px;
}
.bloc-half .content-wrapper .text-wrapper p {
  color: #FFFFFF;
}
.bloc-half .content-wrapper .text-wrapper .cta-wrapper {
  margin-top: 0.7222222222em;
}
.bloc-half .content-wrapper .image-wrapper {
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 870px) {
  .bloc-half .content-wrapper .image-wrapper {
    margin-top: -4.7222222222em;
    margin-bottom: 0.8333333333em;
  }
}
.bloc-half .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(2.2);
  margin: auto;
}
@media only screen and (max-width: 1310px) {
  .bloc-half .content-wrapper .image-wrapper img {
    transform: scale(1.9);
  }
}
@media only screen and (max-width: 870px) {
  .bloc-half .content-wrapper .image-wrapper img {
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    transform: none;
    max-width: 370px;
    width: 100%;
  }
}

.bloc-realisations > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4.7222222222em 0 4.7222222222em;
}
@media only screen and (max-width: 850px) {
  .bloc-realisations > .wrapper {
    padding: 2.2222222222em 0;
  }
}
.bloc-realisations .heading-wrapper {
  text-align: center;
  margin-bottom: 1.6666666667em;
}
.bloc-realisations .heading-wrapper h2 {
  margin-bottom: 16px;
}
.bloc-realisations .heading-wrapper p {
  max-width: 1040px;
  margin: 0 auto;
}
.bloc-realisations .realisations-wrapper {
  position: relative;
  padding: 0;
  transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .bloc-realisations .realisations-wrapper {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 600px) {
  .bloc-realisations .realisations-wrapper {
    padding: 0 60px;
  }
}
.bloc-realisations .realisations-wrapper .realisations-item {
  background-color: red;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisations-item-wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-radius 0.3s ease-in-out;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-image {
  aspect-ratio: 111/83;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-image > a {
  display: block;
  height: 100%;
  width: 100%;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(204, 9, 36, 0.9);
  transition: opacity 0.4s ease-in-out;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-content a, .bloc-realisations .realisations-wrapper .realisations-item .realisation-content a:hover, .bloc-realisations .realisations-wrapper .realisations-item .realisation-content a:focus, .bloc-realisations .realisations-wrapper .realisations-item .realisation-content a:active, .bloc-realisations .realisations-wrapper .realisations-item .realisation-content a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-content a::before {
  content: "";
  display: inline-block;
  height: 95px;
  width: 99px;
  background-image: url("../../images/zoom-icone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 1.6666666667em;
}
.bloc-realisations .realisations-wrapper .realisations-item .realisation-content a h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
}
.bloc-realisations .realisations-wrapper .realisations-item:hover {
  border-radius: 10px;
  overflow: hidden;
}
.bloc-realisations .realisations-wrapper .realisations-item:hover .realisations-item-wrapper {
  border-radius: 10px;
}
.bloc-realisations .realisations-wrapper .realisations-item:hover .realisation-image img {
  transform: scale(1.1);
}
.bloc-realisations .realisations-wrapper .realisations-item:hover .realisation-content {
  opacity: 1;
}
.bloc-realisations .realisations-wrapper .realisations-slider {
  position: relative;
}
.bloc-realisations .realisations-wrapper .realisations-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 870px) {
  .bloc-realisations .realisations-wrapper .realisations-slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bloc-realisations .realisations-wrapper .realisations-slider:not(.slick-initialized) .realisations-item:nth-child(n+4) {
  display: none;
}
.bloc-realisations .realisations-wrapper .realisations-slider .slick-prev {
  position: absolute;
  top: 47%;
  left: -80px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0D0D0D;
  border-radius: 100px;
  padding: 0;
  height: 2.2222222222em;
  width: 2.2222222222em;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .bloc-realisations .realisations-wrapper .realisations-slider .slick-prev {
    left: -60px;
  }
}
.bloc-realisations .realisations-wrapper .realisations-slider .slick-prev:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  transform: rotate(-180deg);
  margin-right: 2px;
}
.bloc-realisations .realisations-wrapper .realisations-slider .slick-next {
  position: absolute;
  top: 47%;
  right: -80px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0D0D0D;
  border-radius: 100px;
  padding: 0;
  height: 2.2222222222em;
  width: 2.2222222222em;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .bloc-realisations .realisations-wrapper .realisations-slider .slick-next {
    right: -60px;
  }
}
.bloc-realisations .realisations-wrapper .realisations-slider .slick-next:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  margin-right: -2px;
  margin-top: 1px;
}
.bloc-realisations .realisations-wrapper .slick-list {
  margin: 0 -15px;
}
.bloc-realisations .realisations-wrapper .slick-slide {
  margin: 0 15px;
}
.bloc-realisations .cta-wrapper {
  text-align: center;
  margin-top: 1.6666666667em;
}

.bloc-two-columns-three_texts {
  background-color: #e8e8e8;
}
.bloc-two-columns-three_texts > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4.6666666667em 0 4.6666666667em;
}
@media only screen and (max-width: 850px) {
  .bloc-two-columns-three_texts > .wrapper {
    padding: 2.2222222222em 0;
  }
}
.bloc-two-columns-three_texts .content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7.7777777778em;
  grid-row-gap: 1.3888888889em;
  transition: grid-column-gap 0.3s ease-in-out;
}
@media only screen and (max-width: 1150px) {
  .bloc-two-columns-three_texts .content-wrapper {
    grid-column-gap: 2.7777777778em;
  }
}
@media only screen and (max-width: 970px) {
  .bloc-two-columns-three_texts .content-wrapper {
    grid-column-gap: 1.3888888889em;
  }
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(1) h2 {
  margin-bottom: 14px;
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(1) .cta-wrapper {
  margin-top: 1.2222222222em;
}
@media only screen and (max-width: 970px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2) {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/2;
  background-color: #0D0D0D;
  padding: 2.4444444444em 2.6111111111em;
  color: #FFFFFF;
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2) h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 0.8333333333em;
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2) p {
  color: #FFFFFF;
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2) .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5555555556em;
}
@media only screen and (max-width: 970px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media only screen and (max-width: 850px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2) {
    padding: 1.6666666667em 1.8333333333em;
  }
}
@media only screen and (max-width: 750px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2)::before {
  content: "";
  display: block;
  height: 74px;
  width: 94px;
  background-image: url("../../images/doodle-services.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(70%, -90%);
}
@media only screen and (min-width: 1400px) and (max-width: 1555px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2)::before {
    height: 50px;
    width: 70px;
    left: 0;
    right: inherit;
    transform: translate(-70%, -90%) scaleX(-1);
  }
}
@media only screen and (max-width: 1360px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2)::before {
    height: 48px;
    width: 68px;
  }
}
@media only screen and (max-width: 970px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(2)::before {
    display: none;
  }
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  background-color: #0D0D0D;
  padding: 2.4444444444em 2.6111111111em;
  color: #FFFFFF;
}
@media only screen and (max-width: 970px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media only screen and (max-width: 850px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(3) {
    padding: 1.6666666667em 1.8333333333em;
  }
}
@media only screen and (max-width: 750px) {
  .bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(3) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(3) h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 15px;
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(3) p {
  color: #FFFFFF;
}
.bloc-two-columns-three_texts .content-wrapper .bloc-item:nth-child(3) .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5555555556em;
}

.bloc-product-and-categorie > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4.7222222222em 0 4.7222222222em;
}
@media only screen and (max-width: 650px) {
  .bloc-product-and-categorie > .wrapper {
    padding: 1.6666666667em 0;
  }
}
.bloc-product-and-categorie .heading-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5.5555555556em;
  grid-row-gap: 1.2777777778em;
  margin-bottom: 4.4444444444em;
}
@media only screen and (max-width: 950px) {
  .bloc-product-and-categorie .heading-wrapper {
    grid-template-columns: 1fr;
  }
}
.bloc-product-and-categorie .heading-wrapper h2 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media only screen and (max-width: 950px) {
  .bloc-product-and-categorie .heading-wrapper h2 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.bloc-product-and-categorie .heading-wrapper .wysiwyg {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 950px) {
  .bloc-product-and-categorie .heading-wrapper .wysiwyg {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.bloc-product-and-categorie .heading-wrapper .cta-wrapper {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media only screen and (max-width: 950px) {
  .bloc-product-and-categorie .heading-wrapper .cta-wrapper {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.bloc-product-and-categorie .categories-wrapper {
  padding: 0;
  transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .bloc-product-and-categorie .categories-wrapper {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 600px) {
  .bloc-product-and-categorie .categories-wrapper {
    padding: 0 60px;
  }
}
.bloc-product-and-categorie .categories-wrapper .categorie-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.bloc-product-and-categorie .categories-wrapper .categorie-wrapper .categorie-image {
  margin-bottom: 1.8333333333em;
}
.bloc-product-and-categorie .categories-wrapper .categorie-wrapper .categorie-image img {
  aspect-ratio: 87/67;
  object-fit: contain;
  object-position: center;
  margin: auto;
}
.bloc-product-and-categorie .categories-wrapper .categorie-wrapper .categorie-content {
  padding: 0 10%;
}
.bloc-product-and-categorie .categories-wrapper .categorie-wrapper .categorie-content a:first-child {
  color: #0D0D0D;
  margin-bottom: 12px;
  text-decoration: none;
}
.bloc-product-and-categorie .categories-wrapper .categorie-wrapper .categorie-content a:first-child h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
}
.bloc-product-and-categorie .categories-wrapper .categories-slider {
  position: relative;
}
.bloc-product-and-categorie .categories-wrapper .categories-slider .slick-prev {
  position: absolute;
  top: 47%;
  left: -80px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0D0D0D;
  border-radius: 100px;
  padding: 0;
  height: 2.2222222222em;
  width: 2.2222222222em;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .bloc-product-and-categorie .categories-wrapper .categories-slider .slick-prev {
    left: -60px;
  }
}
.bloc-product-and-categorie .categories-wrapper .categories-slider .slick-prev:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  transform: rotate(-180deg);
  margin-right: 2px;
}
.bloc-product-and-categorie .categories-wrapper .categories-slider .slick-next {
  position: absolute;
  top: 47%;
  right: -80px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0D0D0D;
  border-radius: 100px;
  padding: 0;
  height: 2.2222222222em;
  width: 2.2222222222em;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .bloc-product-and-categorie .categories-wrapper .categories-slider .slick-next {
    right: -60px;
  }
}
.bloc-product-and-categorie .categories-wrapper .categories-slider .slick-next:before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 15px;
  color: #0D0D0D;
  margin-right: -2px;
  margin-top: 1px;
}
.bloc-product-and-categorie .categories-wrapper .slick-list {
  margin: 0 -15px;
}
.bloc-product-and-categorie .categories-wrapper .slick-slide {
  margin: 0 15px;
}

.header-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.header-contact::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(9, 9, 20, 0) 100%);
}
.header-contact > .wrapper {
  z-index: 1;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.0555555556em 0 10.5555555556em;
}
@media only screen and (max-width: 850px) {
  .header-contact > .wrapper {
    padding: 1.6666666667em 0 2.7777777778em;
  }
}
@media only screen and (max-width: 850px) {
  .header-contact .breadcrumb-wrapper {
    font-size: 0.7777777778em;
    line-height: 1.0555555556em;
  }
}
.header-contact .breadcrumb-wrapper a, .header-contact .breadcrumb-wrapper a:visited, .header-contact .breadcrumb-wrapper a:hover, .header-contact .breadcrumb-wrapper a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.header-contact .breadcrumb-wrapper .current-item {
  color: #FFFFFF;
  font-weight: bold;
}
.header-contact .breadcrumb-wrapper .icon-arrow:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 9px;
  display: inline-block;
  margin: 0 5px;
  color: #FFFFFF;
}
.header-contact .heading-wrapper {
  padding-top: 9.4444444444em;
}
@media only screen and (max-width: 850px) {
  .header-contact .heading-wrapper {
    padding-top: 2.7777777778em;
  }
}
.header-contact .heading-wrapper h1 {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.header-contact .heading-wrapper .wysiwyg {
  max-width: 730px;
}
.header-contact .heading-wrapper .wysiwyg p {
  color: #FFFFFF !important;
}

.contact-infos > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5em 0;
  display: flex;
}
@media only screen and (max-width: 1130px) {
  .contact-infos > .wrapper {
    padding-top: 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 850px) {
  .contact-infos > .wrapper {
    padding: 0 0 1.6666666667em;
  }
}
.contact-infos .informations-wrapper {
  flex-basis: 50%;
  padding-top: 3.5em;
}
@media only screen and (max-width: 1130px) {
  .contact-infos .informations-wrapper {
    margin-bottom: 2.2222222222em;
  }
}
@media only screen and (max-width: 850px) {
  .contact-infos .informations-wrapper {
    flex-basis: 100%;
    padding-top: 1.6666666667em;
  }
}
.contact-infos .informations-wrapper .heading-wrapper {
  margin-bottom: 2.2222222222em;
}
@media only screen and (max-width: 850px) {
  .contact-infos .informations-wrapper .heading-wrapper {
    margin-bottom: 1.3888888889em;
  }
}
.contact-infos .informations-wrapper ul li {
  margin-bottom: 1.5555555556em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .contact-infos .informations-wrapper ul li {
    margin-bottom: 1em;
  }
}
.contact-infos .informations-wrapper ul li:last-child {
  margin-bottom: 0;
}
.contact-infos .informations-wrapper ul li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1em;
}
.contact-infos .informations-wrapper ul li.address::before {
  background-image: url("../../images/contact-adresse-icone.svg");
  width: 1.8333333333em;
  height: 2em;
}
@media only screen and (max-width: 850px) {
  .contact-infos .informations-wrapper ul li.address::before {
    width: 1.3888888889em;
    height: 1.5555555556em;
  }
}
.contact-infos .informations-wrapper ul li.phone::before {
  background-image: url("../../images/contact-telephone-icone.svg");
  width: 1.8333333333em;
  height: 2.1666666667em;
}
@media only screen and (max-width: 850px) {
  .contact-infos .informations-wrapper ul li.phone::before {
    width: 1.3888888889em;
    height: 1.7222222222em;
  }
}
.contact-infos .informations-wrapper ul li.mail::before {
  background-image: url("../../images/contact-courriel-icone.svg");
  width: 1.8333333333em;
  height: 1.7777777778em;
}
@media only screen and (max-width: 850px) {
  .contact-infos .informations-wrapper ul li.mail::before {
    width: 1.3888888889em;
    height: 1.3333333333em;
  }
}
.contact-infos .informations-wrapper ul li.time::before {
  background-image: url("../../images/contact-horaires-icone.svg");
  width: 1.8333333333em;
  height: 1.8333333333em;
}
@media only screen and (max-width: 850px) {
  .contact-infos .informations-wrapper ul li.time::before {
    width: 1.3888888889em;
    height: 1.3888888889em;
  }
}
.contact-infos .informations-wrapper ul li .text-wrapper span {
  display: block;
}
.contact-infos .informations-wrapper ul li .text-wrapper span.label {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.0555555556em;
  line-height: 25px;
  margin-bottom: 4px;
}
.contact-infos .informations-wrapper ul li .text-wrapper a {
  color: #0D0D0D;
  text-decoration: none;
}
.contact-infos .informations-wrapper .social-wrapper {
  margin-top: 2.1666666667em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 420px) {
  .contact-infos .informations-wrapper .social-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact-infos .informations-wrapper .social-wrapper span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 50px;
  margin-right: 18px;
}
@media only screen and (max-width: 420px) {
  .contact-infos .informations-wrapper .social-wrapper span {
    flex-basis: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.contact-infos .informations-wrapper .social-wrapper a {
  margin-right: 1em;
}
.contact-infos .informations-wrapper .social-wrapper a:last-child {
  margin-right: 0;
}
.contact-infos .informations-wrapper .social-wrapper a:before {
  content: "";
  display: inline-block;
  width: 2.6111111111em;
  height: 2.6111111111em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-infos .informations-wrapper .social-wrapper a.facebook:before {
  background-image: url("../../images/facebook-icone.svg");
}
.contact-infos .informations-wrapper .social-wrapper a.youtube:before {
  background-image: url("../../images/youtube-icone.svg");
}
.contact-infos .informations-wrapper .social-wrapper a.linkedin:before {
  background-image: url("../../images/linkedin-icone.svg");
}
.contact-infos .form-wrapper {
  position: relative;
  flex-basis: 50%;
}
.contact-infos .form-wrapper .form {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 10px solid #E8E8E8;
  border-radius: 10px;
  padding: 3.6111111111em 3.3333333333em 2.2222222222em;
}
@media only screen and (max-width: 1130px) {
  .contact-infos .form-wrapper .form {
    position: inherit;
  }
}
@media only screen and (max-width: 850px) {
  .contact-infos .form-wrapper .form {
    padding: 1.9444444444em 6% 0.5555555556em;
  }
}
.contact-infos .form-wrapper .form .gform_heading {
  text-align: center;
  margin-bottom: 1.9444444444em;
}
.contact-infos .form-wrapper .form .gform_heading h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-infos .form-wrapper .form .gform_heading .gform_description {
  color: #5f5f5f;
}
.contact-infos .form-wrapper .form .gform_body .gform_fields {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.7777777778em;
  grid-row-gap: 1.0555555556em;
}
.contact-infos .form-wrapper .form .gform_body .gform_fields .gfield {
  grid-column: span 1;
}
.contact-infos .form-wrapper .form .gform_body .gform_fields .gfield:nth-child(5), .contact-infos .form-wrapper .form .gform_body .gform_fields .gfield:nth-child(6) {
  grid-column: span 2;
}
@media only screen and (max-width: 635px) {
  .contact-infos .form-wrapper .form .gform_body .gform_fields .gfield {
    grid-column: span 2 !important;
  }
}
.contact-infos .form-wrapper .form .gform_body .gform_fields .gfield .ginput_container input, .contact-infos .form-wrapper .form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  background-color: #F1F1F1;
  border-radius: 100px;
  padding: 1.0555555556em 1.5555555556em;
  font-size: 16px;
  line-height: 1.5;
  color: #5D5D5D;
  outline: none;
  border: none;
  transition: all 0.3s ease;
}
.contact-infos .form-wrapper .form .gform_body .gform_fields .gfield .ginput_container input::placeholder, .contact-infos .form-wrapper .form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-style: italic;
}
.contact-infos .form-wrapper .form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 15px;
  height: 274px;
  resize: none;
}
.contact-infos .form-wrapper .form .gform_footer button {
  width: 100%;
  justify-content: center;
}

section.map {
  position: relative;
  height: 685px;
  background-color: #F1F1F1;
}
@media only screen and (max-width: 850px) {
  section.map {
    height: 450px;
  }
}

section.header-page > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.0555555556em 0;
}
@media only screen and (max-width: 850px) {
  section.header-page > .wrapper {
    padding: 1.6666666667em 0;
  }
}
section.header-page:not(.flat) {
  position: relative;
  background-size: cover;
  background-position: center;
}
section.header-page:not(.flat) .wrapper {
  min-height: 650px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 850px) {
  section.header-page:not(.flat) .wrapper {
    min-height: inherit;
  }
}
section.header-page:not(.flat) .wrapper::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #090914 0%, rgba(9, 9, 20, 0) 100%) 0% 0% no-repeat padding-box;
}
section.header-page:not(.flat) .breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  section.header-page:not(.flat) .breadcrumb-wrapper {
    font-size: 0.7777777778em;
    line-height: 1.0555555556em;
  }
}
section.header-page:not(.flat) .breadcrumb-wrapper a, section.header-page:not(.flat) .breadcrumb-wrapper a:visited, section.header-page:not(.flat) .breadcrumb-wrapper a:hover, section.header-page:not(.flat) .breadcrumb-wrapper a:active {
  color: #FFFFFF;
  text-decoration: none;
}
section.header-page:not(.flat) .breadcrumb-wrapper .current-item {
  color: #FFFFFF;
  font-weight: bold;
}
section.header-page:not(.flat) .breadcrumb-wrapper .icon-arrow:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 9px;
  display: inline-block;
  margin: 0 5px;
  color: #FFFFFF;
}
section.header-page:not(.flat) .content-wrapper {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  section.header-page:not(.flat) .content-wrapper {
    margin: 2.7777777778em 0;
  }
  section.header-page:not(.flat) .content-wrapper.has-image {
    flex-direction: column-reverse;
  }
}
section.header-page:not(.flat) .content-wrapper .text-wrapper {
  flex: 1;
  max-width: 730px;
  padding-right: 1.1111111111em;
}
section.header-page:not(.flat) .content-wrapper .text-wrapper h1 {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}
section.header-page:not(.flat) .content-wrapper .text-wrapper p {
  color: #FFFFFF;
}
section.header-page:not(.flat) .content-wrapper .text-wrapper p strong {
  font-weight: bold;
}
section.header-page:not(.flat) .content-wrapper .text-wrapper .date {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 0.7777777778em;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 850px) {
  section.header-page:not(.flat) .content-wrapper .text-wrapper .date {
    font-size: 0.6666666667em;
    line-height: 0.8333333333em;
  }
}
section.header-page:not(.flat) .content-wrapper .image-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  section.header-page:not(.flat) .content-wrapper .image-wrapper {
    max-width: 70%;
  }
}
section.header-page.article .content-wrapper .text-wrapper {
  max-width: 85%;
}
@media only screen and (max-width: 1000px) {
  section.header-page.article .content-wrapper .text-wrapper {
    max-width: 100%;
  }
}
section.header-page.flat h1 {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
section.header-page.flat h1::after {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
  width: 100%;
  background-color: #F1F1F1;
  margin-left: 0.8333333333em;
  margin-bottom: -3px;
}

section.listing-category > .wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 5.2777777778em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.3333333333em;
  grid-row-gap: 1.3333333333em;
}
@media only screen and (max-width: 1175px) {
  section.listing-category > .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 910px) {
  section.listing-category > .wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 850px) {
  section.listing-category > .wrapper {
    padding: 0 0 2.7777777778em;
  }
}
section.listing-category > .wrapper::before {
  content: "";
  display: block;
  height: 20.1111111111em;
  width: 3.3888888889em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../images/longue-fleche-rouge.svg");
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateX(-160%);
}
@media only screen and (max-width: 1615px) {
  section.listing-category > .wrapper::before {
    display: none;
  }
}
section.listing-category .categorie-wrapper {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 11.1111111111em 4.2777777778em 1.2777777778em auto;
}
section.listing-category .categorie-wrapper::before {
  content: "";
  display: block;
  grid-column: 1/2;
  grid-row: 2/4;
  background-color: #F1F1F1;
}
section.listing-category .categorie-wrapper .categorie-image {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  padding: 0 2.3888888889em;
}
section.listing-category .categorie-wrapper .categorie-image a {
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}
section.listing-category .categorie-wrapper .categorie-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.listing-category .categorie-wrapper .categorie-content {
  grid-column: 1/2;
  grid-row: 4/5;
  background-color: #F1F1F1;
  padding: 0em 2.3888888889em 2.3888888889em;
}
section.listing-category .categorie-wrapper .categorie-content .title {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 12px;
}
section.listing-category .categorie-wrapper .categorie-content .title, section.listing-category .categorie-wrapper .categorie-content .title:visited, section.listing-category .categorie-wrapper .categorie-content .title:hover, section.listing-category .categorie-wrapper .categorie-content .title:active {
  color: #0D0D0D;
  text-decoration: none;
}
section.listing-category .categorie-wrapper .categorie-content .secondary {
  margin-top: 0.9444444444em;
}

.error-404 > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8.3333333333em 0;
}
.error-404 .page-header {
  text-align: center;
  margin-bottom: 5.5555555556em;
}
.error-404 .page-header span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 6.6666666667em;
  line-height: 66px;
  display: block;
  margin-bottom: 0.4em;
}
.error-404 .page-header span i {
  color: #CC0924;
}
.error-404 .page-header p {
  color: #5f5f5f;
}
.error-404 .page-content {
  text-align: center;
  margin-bottom: 1.6666666667em;
}

section.anchor-services > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 850px) {
  section.anchor-services > .wrapper {
    transform: none;
    margin: 1.6666666667em 0;
  }
}
section.anchor-services .anchor-wrapper {
  background-color: #0D0D0D;
  padding: 2.2222222222em 3.3333333333em;
  display: flex;
}
@media only screen and (max-width: 850px) {
  section.anchor-services .anchor-wrapper {
    flex-direction: column;
    padding: 1.3888888889em 1.6666666667em;
  }
}
@media only screen and (max-width: 775px) {
  section.anchor-services .anchor-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 400px) {
  section.anchor-services .anchor-wrapper {
    padding: 1.1111111111em 10%;
  }
}
section.anchor-services .anchor-wrapper::before {
  order: 2;
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin: 0 3.3333333333em;
}
@media only screen and (max-width: 775px) {
  section.anchor-services .anchor-wrapper::before {
    width: 100%;
    height: 3px;
    margin: 1.1111111111em 0;
  }
}
section.anchor-services .anchor-wrapper .anchor {
  display: flex;
  align-items: center;
}
section.anchor-services .anchor-wrapper .anchor.all {
  order: 1;
}
section.anchor-services .anchor-wrapper .anchor.all:before {
  content: "";
  display: block;
  height: 85px;
  width: 95px;
  background-image: url("../../images/forfait-tout-inclus-icone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1em;
}
section.anchor-services .anchor-wrapper .anchor.select {
  order: 3;
}
section.anchor-services .anchor-wrapper .anchor.select:before {
  content: "";
  display: block;
  height: 85px;
  width: 95px;
  background-image: url("../../images/forfait-a-la-carte-icone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1em;
}
section.anchor-services .anchor-wrapper .anchor .content-wrapper {
  display: flex;
  flex-direction: column;
}
section.anchor-services .anchor-wrapper .anchor .content-wrapper span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.1666666667em;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  section.anchor-services .anchor-wrapper .anchor .content-wrapper span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1em;
    line-height: 21px;
  }
}

section.step-services > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5555555556em 0 5.8888888889em;
}
@media only screen and (max-width: 850px) {
  section.step-services > .wrapper {
    padding: 0.5555555556em 0 2.7777777778em;
  }
}
section.step-services .heading-wrapper {
  text-align: center;
  margin-bottom: 1.7777777778em;
}
section.step-services .heading-wrapper h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 2.2222222222em;
  line-height: 46px;
}
@media only screen and (max-width: 850px) {
  section.step-services .heading-wrapper h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1.4444444444em;
    line-height: 31px;
  }
}
section.step-services .steps-wrapper {
  position: relative;
  display: grid;
  grid-row-gap: 1.0555555556em;
  grid-template-columns: 60px 1fr;
}
@media only screen and (max-width: 650px) {
  section.step-services .steps-wrapper {
    grid-template-columns: 40px 1fr;
  }
}
section.step-services .steps-wrapper .scroll-rail {
  position: absolute;
  top: 0;
  left: 28px;
  background-color: #F1F1F1;
  width: 4px;
  height: 100%;
  overflow: hidden;
}
section.step-services .steps-wrapper .scroll-rail div {
  position: relative;
  background-color: #CC0924;
}
section.step-services .steps-wrapper .scroll-rail div::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #CC0924;
  transition: height 0.2s ease-in-out;
}
@media only screen and (max-width: 650px) {
  section.step-services .steps-wrapper .scroll-rail {
    left: 18px;
  }
}
section.step-services .steps-wrapper .step-wrapper {
  position: relative;
  z-index: 3;
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 3.3333333333em 1fr;
  grid-column-gap: 1.5555555556em;
}
@media only screen and (max-width: 650px) {
  section.step-services .steps-wrapper .step-wrapper {
    grid-template-columns: 40px 1fr;
    grid-column-gap: 1em;
  }
}
section.step-services .steps-wrapper .step-wrapper .step-number {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 1.5555555556em;
  line-height: 34px;
  background-color: #FFFFFF;
  color: #CC0924;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 4px solid #CC0924;
  align-self: center;
  transition: all 0.3s ease-in-out;
}
section.step-services .steps-wrapper .step-wrapper .step-number.active {
  background-color: #CC0924;
  color: #FFFFFF;
}
@media only screen and (max-width: 650px) {
  section.step-services .steps-wrapper .step-wrapper .step-number {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
}
section.step-services .steps-wrapper .step-wrapper .step-content {
  position: relative;
  background-color: #F1F1F1;
  padding: 1.6111111111em 1.8333333333em;
}
@media only screen and (max-width: 650px) {
  section.step-services .steps-wrapper .step-wrapper .step-content {
    padding: 1.0555555556em 1.2777777778em;
  }
}
section.step-services .steps-wrapper .step-wrapper .step-content::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent #F1F1F1 transparent transparent;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
section.step-services .steps-wrapper .step-wrapper .step-content h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 0.5555555556em;
}
@media only screen and (max-width: 650px) {
  section.step-services .steps-wrapper .step-wrapper .step-content h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1em;
    line-height: 23px;
  }
}
section.step-services .steps-wrapper .step-wrapper .step-content p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 0.8888888889em;
  line-height: 24px;
  color: #5f5f5f;
}
@media only screen and (max-width: 650px) {
  section.step-services .steps-wrapper .step-wrapper .step-content p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 0.8333333333em;
    line-height: 21px;
  }
}
section.step-services .steps-wrapper .step-wrapper.first::before {
  z-index: -1;
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
section.step-services .steps-wrapper .step-wrapper.last::before {
  z-index: -1;
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.first-bloc-contact {
  z-index: 1;
  position: relative;
}
.first-bloc-contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F1F1F1;
}
.first-bloc-contact > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1360px) {
  .first-bloc-contact > .wrapper {
    padding-right: 6.1111111111em !important;
  }
}
@media only screen and (max-width: 870px) {
  .first-bloc-contact > .wrapper {
    padding-right: 5% !important;
  }
}
.first-bloc-contact .content-wrapper {
  max-width: 1400px;
  display: flex;
  padding: 1.9444444444em 0 1.9444444444em 0;
  color: #FFFFFF;
}
@media only screen and (max-width: 990px) {
  .first-bloc-contact .content-wrapper {
    position: inherit;
    flex-direction: column-reverse;
  }
}
.first-bloc-contact .content-wrapper::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #CC0924;
}
@media only screen and (max-width: 990px) {
  .first-bloc-contact .content-wrapper::before {
    width: 100%;
  }
}
.first-bloc-contact .content-wrapper::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 425px;
  background-image: url("../../images/graph-contact-background.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.first-bloc-contact .content-wrapper .text-wrapper {
  flex-basis: 50%;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1410px) {
  .first-bloc-contact .content-wrapper .text-wrapper {
    flex-basis: 60%;
  }
}
.first-bloc-contact .content-wrapper .text-wrapper h3 {
  margin-bottom: 11px;
}
.first-bloc-contact .content-wrapper .text-wrapper p {
  color: #FFFFFF;
}
.first-bloc-contact .content-wrapper .text-wrapper .cta-wrapper {
  margin-top: 0.7222222222em;
}
.first-bloc-contact .content-wrapper .image-wrapper {
  position: relative;
  flex: 1;
  height: 360px;
}
@media only screen and (max-width: 990px) {
  .first-bloc-contact .content-wrapper .image-wrapper {
    height: inherit;
  }
}
.first-bloc-contact .content-wrapper .image-wrapper .image-container {
  height: 341px;
  width: 754px;
  aspect-ratio: 42/19;
}
@media only screen and (max-width: 1510px) {
  .first-bloc-contact .content-wrapper .image-wrapper .image-container {
    width: 40vw;
  }
}
@media only screen and (max-width: 990px) {
  .first-bloc-contact .content-wrapper .image-wrapper .image-container {
    position: inherit;
    height: inherit;
    width: 100%;
    max-width: 500px;
    margin: 0 0 30px;
  }
}
.first-bloc-contact .content-wrapper .image-wrapper .image-container .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.first-bloc-contact .content-wrapper .image-wrapper .image-container .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 67px;
  background-image: url("../../images/doodle-contact-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(70%, -90%);
}
@media only screen and (max-width: 1500px) {
  .first-bloc-contact .content-wrapper .image-wrapper .image-container .image::before {
    transform: translate(70%, -20%);
  }
}
@media only screen and (max-width: 990px) {
  .first-bloc-contact .content-wrapper .image-wrapper .image-container .image::before {
    display: none;
  }
}
.first-bloc-contact .content-wrapper .image-wrapper .image-container .image::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 238px;
  height: 94px;
  background-image: url("../../images/fleche-contact-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-60%);
}
@media only screen and (max-width: 990px) {
  .first-bloc-contact .content-wrapper .image-wrapper .image-container .image::after {
    display: none;
  }
}

section.grid-services {
  position: relative;
  background-color: #F1F1F1;
  background-image: url("../../images/NE-pattern-sans-fond-blanc.svg");
  background-repeat: repeat;
}
section.grid-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(154deg, #F1F1F1 70%, rgba(241, 241, 241, 0) 100%) 0% 0% no-repeat padding-box;
}
section.grid-services + section.bloc-contact {
  margin-top: -12em;
}
@media only screen and (max-width: 990px) {
  section.grid-services + section.bloc-contact {
    margin-top: 0;
  }
}
section.grid-services > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4.7222222222em 0 17.2222222222em;
}
@media only screen and (max-width: 850px) {
  section.grid-services > .wrapper {
    padding: 2.5em 0 2.5em;
  }
}
section.grid-services .heading-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 1.7777777778em;
}
section.grid-services .heading-wrapper h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 2.2222222222em;
  line-height: 46px;
}
@media only screen and (max-width: 850px) {
  section.grid-services .heading-wrapper h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1.4444444444em;
    line-height: 31px;
  }
}
section.grid-services .services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.2777777778em;
}
@media only screen and (max-width: 990px) {
  section.grid-services .services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 735px) {
  section.grid-services .services-wrapper {
    grid-template-columns: 1fr;
  }
}
section.grid-services .services-wrapper .service-wrapper {
  position: relative;
  background-color: #FFFFFF;
  padding: 0 2.2222222222em 2.2222222222em;
}
@media only screen and (max-width: 850px) {
  section.grid-services .services-wrapper .service-wrapper {
    padding: 0 1.3888888889em 1.3888888889em;
  }
}
section.grid-services .services-wrapper .service-wrapper::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #F1F1F1;
}
section.grid-services .services-wrapper .pictogram-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  margin-bottom: 1.1111111111em;
}
section.grid-services .services-wrapper .pictogram-wrapper .pictogram {
  width: 130px;
  height: 130px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 7px solid #CC0924;
}
section.grid-services .services-wrapper .content-wrapper {
  padding-left: 0.2777777778em;
}
section.grid-services .services-wrapper .content-wrapper h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  section.grid-services .services-wrapper .content-wrapper h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 1em;
    line-height: 23px;
  }
}
@media only screen and (max-width: 650px) {
  section.grid-services .services-wrapper .content-wrapper p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 0.8333333333em;
    line-height: 21px;
  }
}

.a-propos-desc-image > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5.2777777778em 0;
}
@media only screen and (max-width: 850px) {
  .a-propos-desc-image > .wrapper {
    padding: 4.1666666667em 0 2.2222222222em;
  }
}
.a-propos-desc-image .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 7.8333333333em;
  grid-row-gap: 2.7777777778em;
}
@media only screen and (max-width: 1050px) {
  .a-propos-desc-image .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.a-propos-desc-image .content-wrapper .image-wrapper {
  align-self: center;
}
.a-propos-desc-image .content-wrapper .image-container {
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 1050px) {
  .a-propos-desc-image .content-wrapper .image-container {
    max-width: 90%;
  }
}
.a-propos-desc-image .content-wrapper .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(228deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 35%) 0% 0% no-repeat padding-box;
}
.a-propos-desc-image .content-wrapper .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background-image: url("../../images/badge-30-ans.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: rotate 15s linear infinite;
}
@media only screen and (max-width: 600px) {
  .a-propos-desc-image .content-wrapper .image-container::after {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .a-propos-desc-image .content-wrapper .image-container::after {
    width: 85px;
    height: 85px;
  }
}
@keyframes rotate {
  0% {
    transform: translate(50%, -50%) rotate(-90deg);
  }
  100% {
    transform: translate(50%, -50%) rotate(270deg);
  }
}
.a-propos-desc-image .content-wrapper .image-container.en::after {
  background-image: url("../../images/badge-30-years.svg");
}
.a-propos-desc-image .content-wrapper .text-wrapper {
  align-self: center;
}

section.citation-bloc {
  position: relative;
}
section.citation-bloc::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F1F1F1;
}
section.citation-bloc::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 3%;
  width: 266px;
  height: 209px;
  background-image: url("../../images/fleche-rouge-pointeur.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1390px) {
  section.citation-bloc::after {
    display: none;
  }
}
section.citation-bloc > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.8888888889em 0 4.4444444444em;
}
@media only screen and (max-width: 850px) {
  section.citation-bloc > .wrapper {
    padding: 1.1111111111em 0 1.6666666667em;
  }
}
section.citation-bloc .content-wrapper {
  max-width: 1100px;
  display: flex;
  padding: 1.9444444444em 0 1.9444444444em 0;
  color: #FFFFFF;
}
section.citation-bloc .content-wrapper::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #0D0D0D;
  background-image: url(../../images/NE-pattern-sans-fond.svg);
  background-repeat: repeat;
}
@media only screen and (max-width: 1170px) {
  section.citation-bloc .content-wrapper::before {
    width: 82%;
  }
}
@media only screen and (max-width: 990px) {
  section.citation-bloc .content-wrapper::before {
    width: 100%;
  }
}
section.citation-bloc .content-wrapper::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background: transparent linear-gradient(154deg, #0D0D0D 50%, rgba(13, 13, 13, 0) 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 1170px) {
  section.citation-bloc .content-wrapper::after {
    width: 82%;
  }
}
@media only screen and (max-width: 990px) {
  section.citation-bloc .content-wrapper::after {
    width: 100%;
  }
}
section.citation-bloc .content-wrapper .text-wrapper {
  flex-basis: 100%;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1435px) {
  section.citation-bloc .content-wrapper .text-wrapper {
    flex-basis: 75%;
  }
}
@media only screen and (max-width: 990px) {
  section.citation-bloc .content-wrapper .text-wrapper {
    flex-basis: 90%;
  }
}
@media only screen and (max-width: 850px) {
  section.citation-bloc .content-wrapper .text-wrapper {
    flex-basis: 100%;
    padding-right: 0;
  }
}
section.citation-bloc .content-wrapper .text-wrapper h2 {
  margin-bottom: 14px;
}
section.citation-bloc .content-wrapper .text-wrapper blockquote {
  font-family: "caveat", sans-serif;
  font-weight: bold;
  font-size: 2.3333333333em;
  line-height: 45px;
  margin-bottom: 20px;
}
section.citation-bloc .content-wrapper .text-wrapper p {
  color: #FFFFFF;
}

section.bloc-accordions.a-propos {
  position: relative;
  background-color: #F1F1F1;
  padding-bottom: 17.2222222222em;
  background-image: url("../../images/NE-pattern-sans-fond-blanc.svg");
  background-repeat: repeat;
}
@media only screen and (max-width: 990px) {
  section.bloc-accordions.a-propos {
    padding-top: 2.2222222222em;
    padding-bottom: 3.8888888889em;
  }
}
section.bloc-accordions.a-propos + section.bloc-contact {
  margin-top: -12em;
}
@media only screen and (max-width: 990px) {
  section.bloc-accordions.a-propos + section.bloc-contact {
    margin-top: 0;
  }
}
section.bloc-accordions.a-propos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(154deg, #F1F1F1 70%, rgba(241, 241, 241, 0) 100%) 0% 0% no-repeat padding-box;
}
section.bloc-accordions.a-propos .heading-wrapper {
  position: relative;
}
section.bloc-accordions.a-propos .accordions-wrapper .accordion-item:not(.active) .accordion-header {
  background-color: #FFFFFF;
}
section.bloc-accordions.a-propos .accordions-wrapper .accordion-item .accordion-content {
  position: relative;
  background-color: #FFFFFF;
}

.realisations-galerie {
  position: relative;
}
.realisations-galerie::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.7450980392) 37%, rgba(236, 236, 236, 0.9882352941) 54%, #ECECEC 100%) 0% 0% no-repeat padding-box;
}
.realisations-galerie + section.bloc-contact {
  margin-top: -12em;
}
@media only screen and (max-width: 990px) {
  .realisations-galerie + section.bloc-contact {
    margin-top: 0;
  }
}
.realisations-galerie > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5.2777777778em 0 17.2222222222em;
}
@media only screen and (max-width: 850px) {
  .realisations-galerie > .wrapper {
    padding: 2.5em 0 2.7777777778em;
  }
}
.realisations-galerie .filter-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.7777777778em;
  padding-bottom: 1.5em;
  border-bottom: 4px solid #F1F1F1;
}
.realisations-galerie .filter-btns .label-filter {
  flex-basis: 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.1666666667em;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.2777777778em;
}
.realisations-galerie .filter-btns button {
  cursor: pointer;
  appearance: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #0D0D0D;
  border-radius: 500px;
  padding: 15px 25px;
  margin: 0px 9px 17px 9px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .realisations-galerie .filter-btns button {
    margin: 0px 4px 10px 4px;
    padding: 10px 20px;
  }
}
.realisations-galerie .filter-btns button:hover {
  background-color: #9B081C;
  border-color: #9B081C;
  color: #FFFFFF;
}
.realisations-galerie .filter-btns button.mixitup-control-active {
  background-color: #CC0924;
  border-color: #CC0924;
  color: #FFFFFF;
}
.realisations-galerie .realisations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.4444444444em;
}
@media only screen and (max-width: 1100px) {
  .realisations-galerie .realisations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 630px) {
  .realisations-galerie .realisations-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.realisations-galerie .realisations-item .realisations-item-wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-radius 0.3s ease-in-out;
}
.realisations-galerie .realisations-item .realisation-image {
  aspect-ratio: 111/83;
}
.realisations-galerie .realisations-item .realisation-image > a {
  display: block;
  height: 100%;
  width: 100%;
}
.realisations-galerie .realisations-item .realisation-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.realisations-galerie .realisations-item .realisation-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(204, 9, 36, 0.9);
  transition: opacity 0.4s ease-in-out;
}
.realisations-galerie .realisations-item .realisation-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.realisations-galerie .realisations-item .realisation-content a, .realisations-galerie .realisations-item .realisation-content a:hover, .realisations-galerie .realisations-item .realisation-content a:focus, .realisations-galerie .realisations-item .realisation-content a:active, .realisations-galerie .realisations-item .realisation-content a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.realisations-galerie .realisations-item .realisation-content a::before {
  content: "";
  display: inline-block;
  height: 95px;
  width: 99px;
  background-image: url("../../images/zoom-icone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 1.6666666667em;
}
.realisations-galerie .realisations-item .realisation-content a h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
}
.realisations-galerie .realisations-item:hover .realisations-item-wrapper {
  border-radius: 10px;
}
.realisations-galerie .realisations-item:hover .realisation-image img {
  transform: scale(1.1);
}
.realisations-galerie .realisations-item:hover .realisation-content {
  opacity: 1;
}

section.listing-catalogue {
  position: relative;
}
section.listing-catalogue::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(236, 236, 236, 0) 70%, #ECECEC 100%) 0% 0% no-repeat padding-box;
}
section.listing-catalogue + section.bloc-contact {
  margin-top: -12em;
}
section.listing-catalogue > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 20em;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 2.8888888889em;
  grid-row-gap: 0.9444444444em;
}
@media only screen and (max-width: 1100px) {
  section.listing-catalogue > .wrapper {
    grid-template-columns: 4fr 6fr;
  }
}
@media only screen and (max-width: 850px) {
  section.listing-catalogue > .wrapper {
    padding: 0 0 13.8888888889em;
  }
}
@media only screen and (max-width: 800px) {
  section.listing-catalogue > .wrapper {
    grid-template-columns: 1fr;
  }
}
section.listing-catalogue > .wrapper > .no-item {
  grid-column: 1/3;
}
section.listing-catalogue .attributs-label {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 800px) {
  section.listing-catalogue .attributs-label {
    grid-column: 1/2;
  }
}
section.listing-catalogue .attributs-label span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.1666666667em;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 850px) {
  section.listing-catalogue .attributs-label span {
    font-size: 1em;
    line-height: 1.1666666667em;
  }
}
@media only screen and (max-width: 800px) {
  section.listing-catalogue .attributs-label {
    cursor: pointer;
    background-color: #F1F1F1;
    padding: 1.3333333333em 1.3888888889em;
  }
  section.listing-catalogue .attributs-label span span {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  section.listing-catalogue .listing-attributs {
    opacity: 1;
    margin-bottom: 1.6666666667em;
    height: auto;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  section.listing-catalogue .listing-attributs.hide {
    opacity: 0;
    height: 0px;
    margin-bottom: 0;
  }
}
section.listing-catalogue .listing-attributs::after {
  content: "";
  display: block;
  margin: 3.0555555556em auto 0;
  width: 156px;
  height: 213px;
  background-image: url("../../images/fleche-rouge-doodle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 800px) {
  section.listing-catalogue .listing-attributs::after {
    display: none;
  }
}
section.listing-catalogue .listing-attributs .checkbox:not(.reset) {
  display: flex;
  margin-bottom: 0.7777777778em;
}
section.listing-catalogue .listing-attributs .checkbox:not(.reset) label {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  background-color: #0D0D0D;
  padding: 1.3333333333em 3.8888888889em 1.3333333333em 1.3888888889em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.0555555556em;
  line-height: 23px;
  color: #FFFFFF;
}
section.listing-catalogue .listing-attributs .checkbox:not(.reset) label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50px;
  border: 3px solid #CC0924;
  transition: all 0.3s ease-in-out;
}
section.listing-catalogue .listing-attributs .checkbox:not(.reset) label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%) scale(0);
  width: 17px;
  height: 13px;
  background-image: url("../../images/check-box-icone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
section.listing-catalogue .listing-attributs .checkbox:not(.reset) input[type=checkbox]:checked + label::before {
  background-color: #CC0924;
  border-color: #CC0924;
}
section.listing-catalogue .listing-attributs .checkbox:not(.reset) input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
section.listing-catalogue .listing-attributs .checkbox:not(.reset) input[type=checkbox] {
  display: none;
}
section.listing-catalogue .listing-attributs .checkbox.reset label {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #0D0D0D;
  border-radius: 100px;
  padding: 1.3333333333em 1.3888888889em;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  font-size: 0.7777777778em;
  line-height: 17px;
  letter-spacing: 0.7px;
  color: #0D0D0D;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
section.listing-catalogue .listing-attributs .checkbox.reset label:hover {
  background-color: #0D0D0D;
  color: #FFFFFF;
}
section.listing-catalogue .listing-attributs .checkbox.reset input[type=checkbox] {
  display: none;
}
section.listing-catalogue .listing-produits > .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.6111111111em;
  grid-row-gap: 1.7777777778em;
}
@media only screen and (max-width: 1100px) {
  section.listing-catalogue .listing-produits > .wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
section.listing-catalogue .listing-produits > .wrapper .product-item .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(235, 235, 235, 0.65);
  border-radius: 0px;
  aspect-ratio: 112/67;
  height: auto;
  margin-bottom: 3.0555555556em;
}
@media only screen and (max-width: 1100px) {
  section.listing-catalogue .listing-produits > .wrapper .product-item .product-image {
    aspect-ratio: 11/7;
  }
}
section.listing-catalogue .listing-produits > .wrapper .product-item .product-image a {
  height: 100%;
  margin-bottom: 15px;
}
section.listing-catalogue .listing-produits > .wrapper .product-item .product-image img {
  width: 100%;
  object-fit: contain;
}
section.listing-catalogue .listing-produits > .wrapper .product-item .product-content {
  padding: 0 2.2222222222em;
}
@media only screen and (max-width: 850px) {
  section.listing-catalogue .listing-produits > .wrapper .product-item .product-content {
    padding: 0 1.3888888889em;
  }
}
section.listing-catalogue .listing-produits > .wrapper .product-item .product-content a:not(.secondary), section.listing-catalogue .listing-produits > .wrapper .product-item .product-content aa:not(.secondary):hover, section.listing-catalogue .listing-produits > .wrapper .product-item .product-content a:not(.secondary):focus, section.listing-catalogue .listing-produits > .wrapper .product-item .product-content a:not(.secondary):visited {
  color: #0D0D0D;
  text-decoration: none;
}
section.listing-catalogue .listing-produits > .wrapper .product-item .product-content h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 850px) {
  section.listing-catalogue .listing-produits > .wrapper .product-item .product-content h3 {
    font-size: 1.1111111111em;
    line-height: 1.2222222222em;
  }
}
section.listing-catalogue .listing-produits > .wrapper #no-item {
  grid-column: 1/3;
  text-align: center;
  padding: 2.2222222222em 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.2777777778em;
  line-height: 28px;
}

section.listing-articles > .wrapper {
  max-width: 1400px;
  margin: 3.8888888889em auto 0;
  padding-bottom: 5.5555555556em;
}
@media only screen and (max-width: 850px) {
  section.listing-articles > .wrapper {
    padding-bottom: 2.5em;
  }
}
section.listing-articles .articles-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.6111111111em;
  grid-row-gap: 2.5em;
}
@media only screen and (max-width: 1100px) {
  section.listing-articles .articles-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  section.listing-articles .articles-wrapper {
    grid-template-columns: 1fr;
  }
}
section.listing-articles .article .text-wrapper {
  position: relative;
  max-width: 90%;
  margin: -2.2222222222em auto 0;
  background-color: #F1F1F1;
  padding: 1.1111111111em 1.3888888889em;
}
section.listing-articles .article .text-wrapper .image-container {
  aspect-ratio: 3/2;
}
section.listing-articles .article .text-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.listing-articles .article .text-wrapper .title-wrapper a {
  color: #0D0D0D;
  text-decoration: none;
}
section.listing-articles .article .text-wrapper h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 1.3333333333em;
  line-height: 28px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 850px) {
  section.listing-articles .article .text-wrapper h2 {
    font-size: 1.1111111111em;
    line-height: 1.2222222222em;
  }
}
section.listing-articles .article .text-wrapper .date-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 0.7777777778em;
  line-height: 17px;
  color: #565656;
  margin-bottom: 0.5555555556em;
  text-transform: uppercase;
}
@media only screen and (max-width: 850px) {
  section.listing-articles .article .text-wrapper .date-wrapper {
    font-size: 0.6666666667em;
    line-height: 0.7777777778em;
  }
}
section.listing-articles .article .text-wrapper .excerpt-wrapper {
  margin-bottom: 0.4444444444em;
}
section.listing-articles .article .text-wrapper .excerpt-wrapper p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 0.7777777778em;
  line-height: 17px;
}

section.content-article > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5.5555555556em 0;
}
@media only screen and (max-width: 850px) {
  section.content-article > .wrapper {
    padding: 2.5em 0;
  }
}

.tax-categorie .header-page h1 {
  margin-bottom: 0 !important;
}

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