@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'alliance';
  src: url("css/fonts/degarism_studio_-_alliance_no.1_light-webfont.woff2") format("woff2"), url("css/fonts/degarism_studio_-_alliance_no.1_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'alliance-bold';
  src: url("css/fonts/alliance_no.1_bold-webfont.woff2") format("woff2"), url("css/fonts/alliance_no.1_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
html {
  scroll-behavior: smooth; }

body, html {
  font-family: 'alliance', sans-serif;
  max-width: 100vw;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 16px; }

body {
  opacity: 0;
  transition: opacity .7s ease;
  overflow: hidden; }

tooltip {
  visibility: collapse !important; }

div.ranger {
  display: flex;
  flex-wrap: wrap; }

div.container {
  width: 100%;
  max-width: 100%;
  padding: 0 78px; }

a {
  color: #0cb2e3; }

p {
  line-height: 1.5; }

h1 {
  font-size: 64px;
  font-weight: 300; }

h2 {
  font-size: 48px;
  font-weight: 300; }

button {
  padding: 13px 40px;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0;
  border: none;
  font-size: 14px; }

section p, section h3, section h4, section h5, section h6, section img, section li, section button, section .color {
  opacity: 0;
  transition: all .5s ease; }
  section p.opaque, section h3.opaque, section h4.opaque, section h5.opaque, section h6.opaque, section img.opaque, section li.opaque, section button.opaque, section .color.opaque {
    opacity: 1; }
section h2 {
  opacity: 0;
  position: relative;
  left: 0px;
  transition: all .5s ease; }
  section h2.active {
    opacity: 1;
    left: 0; }

h1 .word {
  display: inline-block;
  /* groupe le mot comme un bloc inline */
  white-space: nowrap;
  /* pas de wrap à l'intérieur du mot */ }

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: #FFFFFF;
  margin: 2px 0;
  transition: 0.4s;
  border-radius: 1px; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 6px);
  transform: rotate(-45deg) translate(-2px, 6px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -5px);
  transform: rotate(45deg) translate(-1px, -5px); }

.slick-slide:focus, .slick-slide a {
  outline: none; }

div.height {
  width: 100%;
  height: 180px; }

h2 {
  font-size: 48px;
  font-weight: 300; }

h3 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase; }

header {
  padding: 75px 0;
  background-color: #000000;
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all .5s ease; }
  header.opaque {
    top: 0; }
  header div.container div.ranger {
    align-items: center; }
    header div.container div.ranger div.colonne:nth-child(1) {
      width: 170px; }
      header div.container div.ranger div.colonne:nth-child(1) img {
        width: 100%; }
    header div.container div.ranger div.colonne:nth-child(2) {
      width: calc(100% - 170px); }
      header div.container div.ranger div.colonne:nth-child(2) nav {
        width: 100%; }
        header div.container div.ranger div.colonne:nth-child(2) nav ul {
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          gap: 50px; }
          header div.container div.ranger div.colonne:nth-child(2) nav ul li a {
            color: #FFFFFF; }
      header div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
        display: none; }
  header.active {
    padding: 25px 0; }

div#menu-sec {
  transform: translateX(100%);
  transition: all .5s ease;
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 150px;
  z-index: 9;
  background-color: #FFFFFF;
  height: 100vh;
  padding-right: 25px;
  padding-left: 25px; }
  div#menu-sec.active {
    transform: translateX(0); }
  div#menu-sec ul {
    display: flex;
    flex-direction: column; }
    div#menu-sec ul li a {
      display: block;
      padding: 10px 0;
      width: 100%;
      text-align: right;
      color: #000000;
      padding-right: 20px;
      position: relative; }
      div#menu-sec ul li a:after {
        content: '›';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }

section#entete-accueil {
  padding-bottom: 100px; }
  section#entete-accueil .container .ranger .colonne:nth-child(1) {
    width: 35%;
    padding-right: 50px; }
    section#entete-accueil .container .ranger .colonne:nth-child(1) p {
      max-width: 290px;
      color: #666666; }
  section#entete-accueil .container .ranger .colonne:nth-child(2) {
    width: 65%; }
    section#entete-accueil .container .ranger .colonne:nth-child(2) h1 {
      font-weight: 300;
      font-size: clamp(48px, 4.2vw, 120px);
      max-width: 50vw; }
      @media (max-width: 1460px) {
        section#entete-accueil .container .ranger .colonne:nth-child(2) h1 {
          font-size: clamp(30px, 4vw, 120px); } }
    section#entete-accueil .container .ranger .colonne:nth-child(2) p {
      font-size: 20px;
      max-width: 480px; }

.rel-vector {
  position: relative;
  width: 100%;
  height: 1px;
  transition: transform .05s ease;
  z-index: 2; }
  .rel-vector.produits {
    top: -200px; }
  .rel-vector img.vector {
    position: absolute;
    right: 0;
    width: 155px;
    height: 0;
    top: 50%;
    transform: translateY(-65%);
    height: 263px;
    object-fit: contain;
    object-position: center right; }

.image-accueil .container {
  position: relative; }
  .image-accueil .container img {
    width: 100%; }
  .image-accueil .container .txt {
    position: absolute;
    bottom: 35px;
    right: calc( 35px + 78px );
    background-image: url("images/red-circle.svg");
    background-size: 13px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    padding: 10px 24px 10px 36px;
    background-color: rgba(217, 217, 217, 0.5);
    border-radius: 30px;
    color: #FFFFFF;
    text-transform: uppercase; }

section#produits-accueil {
  padding: 100px 0; }
  section#produits-accueil div.container .ranger {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px; }
    section#produits-accueil div.container .ranger .colonne {
      width: 50%;
      padding: 0 25px; }
      section#produits-accueil div.container .ranger .colonne button {
        margin-top: 30px; }
      section#produits-accueil div.container .ranger .colonne .img {
        width: 100%;
        height: 100%;
        position: relative; }
        section#produits-accueil div.container .ranger .colonne .img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }

section#utilisations-accueil {
  padding: 100px 0 70px; }
  section#utilisations-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 55%; }
    section#utilisations-accueil div.container div.ranger div.colonne:nth-child(1) h3 {
      margin-top: 0; }
    section#utilisations-accueil div.container div.ranger div.colonne:nth-child(1) h2 {
      margin: .1em 0; }
  section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 45%;
    padding-left: 30px; }
    section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations {
      border-left: 0.5px solid #FFFFFF; }
      section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation {
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap; }
        section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation div.img {
          height: 80px;
          width: 110px;
          padding-left: 30px; }
          section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation div.img img {
            width: 42px;
            height: 42px;
            object-fit: contain;
            object-position: top left; }
        section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation div.txt {
          width: calc(100% - 110px);
          padding-bottom: 30px;
          border-bottom: 0.5px solid #FFFFFF; }
          section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation div.txt h3 {
            margin-top: 0;
            margin-bottom: 0; }
          section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation div.txt p {
            margin: 0.25em 0; }
        section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation:last-of-type div.txt {
          border-bottom: none; }

.image-accueil-2 {
  position: relative; }
  .image-accueil-2 img {
    width: 100%; }
  .image-accueil-2 .txt {
    position: absolute;
    bottom: 35px;
    right: calc( 35px + 0px );
    background-image: url("images/red-circle.svg");
    background-size: 13px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    padding: 10px 24px 10px 36px;
    background-color: rgba(217, 217, 217, 0.5);
    border-radius: 30px;
    color: #FFFFFF;
    text-transform: uppercase; }

section#fabrication-accueil {
  background-color: #C5C4BC;
  color: #000000;
  padding: 100px 0 150px; }
  section#fabrication-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 55%;
    padding-right: 5%; }
    section#fabrication-accueil div.container div.ranger div.colonne:nth-child(1) h2 {
      margin: 0;
      max-width: 770px; }
  section#fabrication-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 45%; }
    section#fabrication-accueil div.container div.ranger div.colonne:nth-child(2) p:first-of-type {
      margin-top: 0; }
    section#fabrication-accueil div.container div.ranger div.colonne:nth-child(2) p {
      font-size: 14px; }
  section#fabrication-accueil .processus {
    margin-top: 150px; }
    section#fabrication-accueil .processus div.ranger_process {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      section#fabrication-accueil .processus div.ranger_process .titre {
        width: 400px; }
      section#fabrication-accueil .processus div.ranger_process .echelle {
        width: calc(100% - 400px); }
    section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle {
      flex-wrap: wrap;
      display: flex; }
      section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne {
        width: 18%;
        height: 1px;
        background-color: #000000;
        position: relative; }
        section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          width: 8px;
          height: 8px;
          background-color: #000000;
          transform: translate(-50%, -50%);
          border-radius: 50%; }
        section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.txt.bottom {
          position: absolute;
          bottom: -24px;
          left: 0;
          transform: translate(-50%, 100%); }
        section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.txt.top {
          position: absolute;
          top: -24px;
          left: 50%;
          transform: translate(-50%, -100%); }
        section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span {
          font-size: 18px;
          text-align: center; }
        section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne:last-child {
          width: calc(9%); }
        section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left {
          width: calc(100% - 10px);
          position: absolute;
          border-bottom: 1px solid #000000;
          border-left: 1px solid #000000;
          border-top: 1px solid #000000;
          border-top-left-radius: 77px;
          border-bottom-left-radius: 77px;
          top: 50%;
          left: -5px;
          height: 144px;
          transform: translate(-50%, -50%); }
          section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(1px, 1px) rotate(-45deg);
            width: 6px;
            height: 1px;
            background-color: #000000;
            animation: 'slideXl' 3s linear infinite;
            -webkit-animation: 'slideXl' 3s linear infinite; }
          section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(1px, -3px) rotate(45deg);
            width: 6px;
            height: 1px;
            background-color: #000000;
            animation: 'slideXr' 3s linear infinite;
            -webkit-animation: 'slideXr' 3s linear infinite; }
        section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right {
          width: calc(100% - 10px);
          position: absolute;
          border-bottom: 1px solid #000000;
          border-right: 1px solid #000000;
          border-top: 1px solid #000000;
          border-top-right-radius: 77px;
          border-bottom-right-radius: 77px;
          top: 50%;
          right: -5px;
          height: 144px;
          transform: translate(50%, -50%); }
          section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            transform: translate(-1px, 3px) rotate(45deg);
            width: 6px;
            height: 1px;
            background-color: #000000;
            animation: 'slideXl2' 3s linear infinite;
            -webkit-animation: 'slideXl2' 3s linear infinite; }
          section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            transform: translate(-1px, -1px) rotate(-45deg);
            width: 6px;
            height: 1px;
            background-color: #000000;
            animation: 'slideXr2' 3s linear infinite;
            -webkit-animation: 'slideXr2' 3s linear infinite; }
    section#fabrication-accueil .processus.nexsteel div.ranger_process .echelle .ranger-echelle .colonne {
      width: 290px; }
      section#fabrication-accueil .processus.nexsteel div.ranger_process .echelle .ranger-echelle .colonne:last-child {
        background-color: transparent; }

section#criteres-accueil {
  background-color: #000000;
  color: #FFFFFF;
  padding: 100px 0 100px; }
  section#criteres-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 55%; }
    section#criteres-accueil div.container div.ranger div.colonne:nth-child(1) h2 {
      margin: 0;
      max-width: 770px; }
  section#criteres-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 45%; }
    section#criteres-accueil div.container div.ranger div.colonne:nth-child(2) p:first-of-type {
      margin-top: 0; }
    section#criteres-accueil div.container div.ranger div.colonne:nth-child(2) p {
      font-size: 14px; }
  section#criteres-accueil div.container .tableau h3 {
    font-size: 14px; }
  section#criteres-accueil div.container .tableau .ranger-tableau {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #FFFFFF; }
    section#criteres-accueil div.container .tableau .ranger-tableau .colonne {
      padding: 18px 0;
      width: 33.333%; }
      section#criteres-accueil div.container .tableau .ranger-tableau .colonne h4 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        font-family: 'alliance-bold', sans-serif; }
      section#criteres-accueil div.container .tableau .ranger-tableau .colonne p {
        margin: 0; }

section#pourquoi-accueil {
  background-color: #C5C4BC;
  color: #000000;
  padding: 100px 0 60px; }
  section#pourquoi-accueil div.container h3 {
    margin-top: 0; }
  section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 55%; }
    section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(1) h2 {
      margin: 0;
      max-width: 770px; }
  section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 45%; }
    section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(2) p:first-of-type {
      margin-top: 0; }
    section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(2) p {
      font-size: 14px; }
  section#pourquoi-accueil .pourquoi {
    margin-top: 100px; }
    section#pourquoi-accueil .pourquoi .ranger-pourquoi {
      display: flex;
      flex-wrap: wrap; }
      section#pourquoi-accueil .pourquoi .ranger-pourquoi div.colonne {
        width: 33.333%;
        padding-right: 5%;
        margin-bottom: 100px; }
        section#pourquoi-accueil .pourquoi .ranger-pourquoi div.colonne img {
          width: 42px;
          height: 42px;
          object-fit: contain;
          object-position: center; }
        section#pourquoi-accueil .pourquoi .ranger-pourquoi div.colonne h3 {
          margin-top: 1em; }
  section#pourquoi-accueil button.lien {
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    margin: 30px auto 0; }

section#page div.container div.ranger div.colonne-full {
  width: 100%; }
section#page div.container div.ranger div.colonne-2 {
  width: 50%; }
section#page div.container div.ranger div.colonne-3 {
  width: 33.33333%; }

footer {
  padding: 100px 0;
  background-color: #000000;
  position: relative; }
  footer div.ranger {
    justify-content: space-between; }
    footer div.ranger div.colonne a {
      color: #FFFFFF; }
    footer div.ranger div.colonne p {
      font-size: 14px; }
    footer div.ranger div.colonne ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer div.ranger div.colonne ul li {
        margin: 0;
        padding: 0; }
    footer div.ranger div.colonne:nth-child(1) {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      footer div.ranger div.colonne:nth-child(1) .contact p {
        margin-bottom: 0; }
    footer div.ranger div.colonne:nth-child(2) li, footer div.ranger div.colonne:nth-child(3) li {
      font-size: 10px;
      line-height: 1.5; }
    footer div.ranger div.colonne:nth-child(4) li a {
      display: block;
      margin-bottom: 1em;
      font-size: 14px; }
    footer div.ranger div.colonne:nth-child(5) {
      width: 20%; }
      footer div.ranger div.colonne:nth-child(5) .slogan p {
        font-size: 14px;
        font-family: 'alliance-bold', sans-serif;
        font-weight: 700;
        margin-top: 0; }
      footer div.ranger div.colonne:nth-child(5) .ranger-socials {
        display: flex;
        flex-direction: row;
        gap: 10px; }
        footer div.ranger div.colonne:nth-child(5) .ranger-socials .colonne {
          width: 24px; }
          footer div.ranger div.colonne:nth-child(5) .ranger-socials .colonne img {
            width: 100%; }

section#entete-avantage {
  padding-bottom: 30vw; }
  section#entete-avantage div.container {
    padding-bottom: 40px; }
    section#entete-avantage div.container div.ranger div.colonne:nth-child(1) {
      width: 55%;
      padding-right: 5%; }
      section#entete-avantage div.container div.ranger div.colonne:nth-child(1) h1 {
        margin-top: 0;
        font-size: clamp(48px, 4vw, 120px); }
        @media (max-width: 1460px) {
          section#entete-avantage div.container div.ranger div.colonne:nth-child(1) h1 {
            font-size: clamp(30px, 3.8vw, 120px); } }
      section#entete-avantage div.container div.ranger div.colonne:nth-child(1) p {
        font-size: 20px; }
      section#entete-avantage div.container div.ranger div.colonne:nth-child(1) .txt {
        max-width: 30vw; }
      section#entete-avantage div.container div.ranger div.colonne:nth-child(1) h3 a {
        color: #FFFFFF; }
    section#entete-avantage div.container div.ranger div.colonne:nth-child(2) {
      width: 45%; }
      section#entete-avantage div.container div.ranger div.colonne:nth-child(2) .img {
        width: 100%;
        padding-bottom: 70%;
        height: 0;
        position: relative; }
        section#entete-avantage div.container div.ranger div.colonne:nth-child(2) .img img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center; }
      section#entete-avantage div.container div.ranger div.colonne:nth-child(2) p {
        font-size: 20px; }
        section#entete-avantage div.container div.ranger div.colonne:nth-child(2) p:first-of-type {
          margin-top: 0; }
    section#entete-avantage div.container div.ranger:nth-child(1) {
      margin-top: 80px; }
  section#entete-avantage.produits {
    padding-bottom: 60px; }
    section#entete-avantage.produits div.container {
      padding-bottom: 0; }
  section#entete-avantage.contact {
    padding-bottom: 50px; }
    section#entete-avantage.contact div.container {
      padding-bottom: 0; }
      section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(1) img {
        width: 100%; }
        section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(1) img.mobile {
          display: none; }
      section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) {
        padding-left: 5%; }
        section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) .coordonnees {
          margin-top: 100px; }
          section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) .coordonnees p {
            font-size: 14px; }
        section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) img {
          width: 100%; }
          section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) img.mobile {
            display: none; }

section#image-avanatge {
  background-color: #C5C4BC;
  margin-bottom: -30vw; }
  section#image-avanatge div.container .image {
    position: relative;
    top: -30vw;
    width: 100%;
    height: 0;
    padding-bottom: 56%; }
    section#image-avanatge div.container .image video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

section#types-projets-avantage {
  background-color: #C5C4BC;
  padding: 100px 0 50px; }
  section#types-projets-avantage .container .ranger .colonne {
    width: 45%; }
    section#types-projets-avantage .container .ranger .colonne:nth-child(1) {
      position: relative; }
      section#types-projets-avantage .container .ranger .colonne:nth-child(1) img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom center; }
    section#types-projets-avantage .container .ranger .colonne:nth-child(2) {
      width: 55%;
      padding-left: 10%;
      color: #000000;
      display: flex;
      flex-direction: column; }
      section#types-projets-avantage .container .ranger .colonne:nth-child(2) h2 {
        max-width: 580px;
        margin-top: 0; }
      section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets {
        padding-top: 100px; }
        section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets {
          padding-top: 30px;
          display: flex;
          flex-wrap: wrap; }
          section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.img {
            height: 80px;
            width: 80px;
            padding-left: 0px; }
            section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.img img {
              width: 42px;
              height: 42px;
              object-fit: contain;
              object-position: top left; }
          section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.txt {
            width: calc(100% - 80px);
            padding-bottom: 30px;
            border-bottom: 0.5px solid #000000;
            color: #000000; }
            section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.txt h3 {
              margin-top: 0;
              margin-bottom: 0; }
            section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.txt p {
              margin: 0.25em 0; }
          section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets:last-of-type div.txt {
            border-bottom: none; }

section#equipe-avantage {
  padding: 100px 0 0px; }
  section#equipe-avantage div.ranger .colonne:nth-child(1) {
    width: 250px; }
    section#equipe-avantage div.ranger .colonne:nth-child(1) h2 {
      margin-top: 0; }
  section#equipe-avantage div.ranger .colonne:nth-child(2) {
    width: calc(100% - 250px);
    padding-left: 5%; }
    section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
      section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe {
        padding: 0px 15px;
        width: 50%;
        margin-bottom: 100px; }
        section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe div.img {
          height: 0;
          position: relative;
          width: 100%;
          padding-bottom: 115%; }
        section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe h3 {
          margin-bottom: 0;
          font-weight: 700;
          margin-top: 30px; }
        section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe p:first-of-type {
          margin-top: 0; }

.hr .container hr {
  border-color: #FFFFFF;
  margin: 0; }
.hr.black {
  background-color: #C5C4BC; }
  .hr.black .container hr {
    border-color: #000000; }

section#carousel_produits {
  padding-bottom: 100px; }
  section#carousel_produits .container .carousel_produits .slide {
    width: 100%; }
    section#carousel_produits .container .carousel_produits .slide img {
      width: 100%; }
  section#carousel_produits .slick-dots li button:before {
    color: #FFFFFF;
    font-size: 20px; }
  section#carousel_produits .slick-dots {
    bottom: -40px; }

section#applications_produits {
  padding: 100px 0; }
  section#applications_produits .container .texte {
    max-width: 75%; }
    section#applications_produits .container .texte h2 {
      margin-top: 0; }
    section#applications_produits .container .texte ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      section#applications_produits .container .texte ul li {
        display: block;
        padding: 15px 15px 15px 50px;
        border-bottom: 0.5px solid #FFFFFF;
        position: relative;
        font-size: 14px; }
        section#applications_produits .container .texte ul li:after {
          content: '•';
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%);
          color: #FFFFFF;
          font-size: 35px; }
        section#applications_produits .container .texte ul li:last-child {
          border-bottom: none; }

section#caracteristiques_produits {
  background-color: #C5C4BC;
  padding: 100px 0 0px; }
  section#caracteristiques_produits .ranger .colonne:nth-child(1) {
    width: 50%; }
    section#caracteristiques_produits .ranger .colonne:nth-child(1) img {
      width: 100%;
      margin-top: 100px; }
      section#caracteristiques_produits .ranger .colonne:nth-child(1) img.deux {
        margin-top: 100px;
        width: 80%; }
  section#caracteristiques_produits .ranger .colonne:nth-child(2) {
    width: 50%;
    padding-left: 5%;
    color: #000000; }
    section#caracteristiques_produits .ranger .colonne:nth-child(2) .ranger-caracteristiques_produits {
      border-bottom: 1px solid #000000;
      padding: 30px 0; }
      section#caracteristiques_produits .ranger .colonne:nth-child(2) .ranger-caracteristiques_produits:last-of-type {
        border-bottom: none; }
      section#caracteristiques_produits .ranger .colonne:nth-child(2) .ranger-caracteristiques_produits h3 {
        margin: 0;
        font-weight: 700; }
      section#caracteristiques_produits .ranger .colonne:nth-child(2) .ranger-caracteristiques_produits p {
        font-size: 14px; }
  section#caracteristiques_produits .ranger .colonne button {
    background-color: #000000;
    color: #FFFFFF;
    margin-bottom: 30px; }

section#couleur_produits {
  padding: 100px 0 70px;
  background-color: #C5C4BC;
  color: #000000; }
  section#couleur_produits div.container h2 {
    margin: 0; }
  section#couleur_produits div.container .ranger {
    margin-top: 100px; }
    section#couleur_produits div.container .ranger .colonne {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px;
      width: 16.666%; }
      section#couleur_produits div.container .ranger .colonne div.color {
        width: 138px;
        height: 138px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        section#couleur_produits div.container .ranger .colonne div.color.border {
          border: 1px solid #000000; }
      section#couleur_produits div.container .ranger .colonne span.txt {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        color: #000000;
        margin: 1.5em 0;
        white-space: nowrap; }

section#produits {
  margin-bottom: 60px; }
  section#produits div.container .ranger {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; }
    section#produits div.container .ranger .colonne {
      width: 33.333%;
      padding: 0 20px; }
      section#produits div.container .ranger .colonne .tuile {
        background-color: #d9d9d9;
        padding: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        section#produits div.container .ranger .colonne .tuile h3 {
          margin: 0;
          color: #000000;
          font-weight: 700; }
        section#produits div.container .ranger .colonne .tuile .img {
          width: 100%;
          margin-top: 30px;
          margin-bottom: 30px;
          display: block;
          height: 0;
          padding-bottom: 70%;
          position: relative; }
          section#produits div.container .ranger .colonne .tuile .img img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center; }
        section#produits div.container .ranger .colonne .tuile .txt {
          color: #000000; }
          section#produits div.container .ranger .colonne .tuile .txt p {
            font-size: 14px; }
        section#produits div.container .ranger .colonne .tuile .btn button {
          margin-top: 30px;
          background-color: #000000;
          color: #FFFFFF;
          padding: 13px 40px;
          border: none;
          border-radius: 0; }

section#applications-produits {
  padding-bottom: 100px; }
  section#applications-produits div.container .texte {
    max-width: 960px; }
    section#applications-produits div.container .texte ul {
      list-style: none;
      margin: 30px 0 0;
      padding: 0; }
      section#applications-produits div.container .texte ul li {
        display: block;
        position: relative;
        padding: 13px 0 13px 40px;
        font-size: 14px;
        border-bottom: 1px solid #FFFFFF; }
        section#applications-produits div.container .texte ul li:last-of-type {
          border-bottom: none; }
        section#applications-produits div.container .texte ul li:after {
          content: '•';
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 24px; }

section#besoin-info {
  padding: 100px 0; }
  section#besoin-info div.container .ranger {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px; }
    section#besoin-info div.container .ranger .colonne {
      padding: 0 25px; }
      section#besoin-info div.container .ranger .colonne:nth-child(1) {
        width: 45%; }
        section#besoin-info div.container .ranger .colonne:nth-child(1) button {
          margin-top: 60px; }
        section#besoin-info div.container .ranger .colonne:nth-child(1) p {
          font-size: 20px; }
        section#besoin-info div.container .ranger .colonne:nth-child(1) .texte {
          max-width: 410px; }
      section#besoin-info div.container .ranger .colonne:nth-child(2) {
        width: 55%;
        position: relative; }
        section#besoin-info div.container .ranger .colonne:nth-child(2) img {
          width: 100%; }
        section#besoin-info div.container .ranger .colonne:nth-child(2) span.txt {
          position: absolute;
          bottom: 35px;
          right: calc( 35px + 25px );
          background-image: url("images/red-circle.svg");
          background-size: 13px;
          background-position: left 12px center;
          background-repeat: no-repeat;
          padding: 10px 24px 10px 36px;
          background-color: rgba(217, 217, 217, 0.5);
          border-radius: 30px;
          color: #FFFFFF;
          text-transform: uppercase; }

@keyframes slideXl {
  to {
    transform: translate(1px, 1px) rotate(-45deg); }
  from {
    transform: translate(-100px, 1px) rotate(-45deg); } }
@keyframes slideXr {
  to {
    transform: translate(1px, -3px) rotate(45deg); }
  from {
    transform: translate(-100px, -3px) rotate(45deg); } }
@keyframes slideXl2 {
  to {
    transform: translate(-1px, 3px) rotate(45deg); }
  from {
    transform: translate(100px, 3px) rotate(45deg); } }
@keyframes slideXr2 {
  to {
    transform: translate(-1px, -1px) rotate(-45deg); }
  from {
    transform: translate(100px, -1px) rotate(-45deg); } }
@media (min-width: 1480px) and (max-width: 1919px) {
  @keyframes slideXl {
    to {
      transform: translate(1px, 1px) rotate(-45deg); }
    from {
      transform: translate(-70px, 1px) rotate(-45deg); } }
  @keyframes slideXr {
    to {
      transform: translate(1px, -3px) rotate(45deg); }
    from {
      transform: translate(-70px, -3px) rotate(45deg); } }
  @keyframes slideXl2 {
    to {
      transform: translate(-1px, 3px) rotate(45deg); }
    from {
      transform: translate(70px, 3px) rotate(45deg); } }
  @keyframes slideXr2 {
    to {
      transform: translate(-1px, -1px) rotate(-45deg); }
    from {
      transform: translate(70px, -1px) rotate(-45deg); } } }
@media (min-width: 1024px) and (max-width: 1479px) {
  section#entete-accueil .container .ranger .colonne:nth-child(2) p, section#entete-avantage div.container div.ranger div.colonne:nth-child(2) p {
    font-size: 18px; }

  section#entete-accueil .container .ranger .colonne:nth-child(1) p {
    font-size: 14px;
    max-width: 266px; }

  body, html {
    font-size: 16px; }

  h2 {
    font-size: 32px; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span {
    font-size: 14px; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right {
    height: 100px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left {
    height: 100px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; }

  @keyframes slideXl {
    to {
      transform: translate(1px, 1px) rotate(-45deg); }
    from {
      transform: translate(-50px, 1px) rotate(-45deg); } }
  @keyframes slideXr {
    to {
      transform: translate(1px, -3px) rotate(45deg); }
    from {
      transform: translate(-50px, -3px) rotate(45deg); } }
  @keyframes slideXl2 {
    to {
      transform: translate(-1px, 3px) rotate(45deg); }
    from {
      transform: translate(50px, 3px) rotate(45deg); } }
  @keyframes slideXr2 {
    to {
      transform: translate(-1px, -1px) rotate(-45deg); }
    from {
      transform: translate(50px, -1px) rotate(-45deg); } }
  section#fabrication-accueil .processus div.ranger_process .titre {
    width: 320px; }

  section#fabrication-accueil .processus div.ranger_process .echelle {
    width: calc(100% - 320px); }

  section#fabrication-accueil .processus.nexsteel div.ranger_process .echelle .ranger-echelle .colonne {
    width: 28%; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) {
    padding-left: 5%; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.img {
    width: 60px; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.txt {
    width: calc(100% - 60px); }

  header div.container div.ranger div.colonne:nth-child(2) nav ul {
    gap: 40px; }

  section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe {
    margin-bottom: 60px; }

  section#couleur_produits div.container .ranger .colonne {
    width: 20%; } }
@media (min-width: 1024px) and (max-width: 1279px) {
  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span {
    font-size: 12px; }

  footer div.ranger div.colonne:nth-child(1) img {
    width: 140px; }

  footer div.ranger div.colonne p {
    font-size: 12px; }

  footer div.ranger div.colonne:nth-child(4) li a {
    font-size: 12px; }

  footer div.ranger div.colonne:nth-child(5) .slogan p {
    font-size: 12px; }

  header div.container div.ranger div.colonne:nth-child(2) nav ul {
    gap: 30px; }

  section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe {
    margin-bottom: 40px; }

  section#couleur_produits div.container .ranger .colonne {
    width: 25%; }

  section#entete-avantage div.container div.ranger div.colonne:nth-child(1) .txt {
    max-width: 480px; } }
@media (max-width: 1023px) {
  h2 {
    font-size: 32px; }

  section#entete-accueil .container .ranger .colonne:nth-child(1) {
    width: 100%;
    padding-right: 0;
    order: 2; }

  section#entete-accueil .container .ranger .colonne:nth-child(2) {
    width: 100%;
    order: 1; }

  section#entete-accueil .container .ranger .colonne:nth-child(2) p {
    max-width: 100%; }

  section#utilisations-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 100%; }

  section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 100%;
    padding-left: 0; }

  section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations {
    border-left: none; }

  section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation div.img {
    width: 60px;
    padding-left: 0; }

  section#utilisations-accueil div.container div.ranger div.colonne:nth-child(2) .utilisations .ranger-utilisation div.txt {
    width: calc(100% - 60px); }

  section#fabrication-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 100%; }

  section#fabrication-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 100%; }

  section#criteres-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 100%; }

  section#criteres-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 100%; }

  section#criteres-accueil .overflow {
    overflow-x: scroll;
    width: calc(100% + 25px);
    margin-right: -25px;
    padding-right: 25px; }

  section#criteres-accueil div.container .tableau .ranger-tableau {
    min-width: 1024px; }

  div.container {
    padding: 0 25px; }

  section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(1) {
    width: 100%; }
    section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(1) h2 {
      margin-bottom: .5em; }

  section#pourquoi-accueil div.container div.ranger div.colonne:nth-child(2) {
    width: 100%; }

  section#pourquoi-accueil .pourquoi .ranger-pourquoi div.colonne {
    width: 100%;
    margin-bottom: 30px; }

  footer div.ranger div.colonne {
    width: 100%; }
    footer div.ranger div.colonne:nth-child(1), footer div.ranger div.colonne:nth-child(3) {
      margin-bottom: 20px; }
    footer div.ranger div.colonne:nth-child(2), footer div.ranger div.colonne:nth-child(3) {
      width: 50%; }
    footer div.ranger div.colonne:nth-child(4) {
      margin-top: 20px; }
    footer div.ranger div.colonne:nth-child(5) {
      width: 100%;
      margin-top: 20px; }

  .image-accueil .container .txt {
    bottom: 15px;
    right: calc( 15px + 25px );
    background-size: 8px;
    background-position: left 9px center;
    padding: 5px 12px 5px 22px; }

  .image-accueil-2 .txt {
    bottom: 15px;
    right: calc( 15px + 0px );
    background-image: url("images/red-circle.svg");
    background-size: 8px;
    background-position: left 9px center;
    padding: 5px 12px 5px 22px; }

  section#criteres-accueil div.container .tableau .ranger-tableau .colonne {
    padding: 10px 0; }

  section#criteres-accueil div.container div.ranger div.colonne:nth-child(1) h2 {
    margin-bottom: .5em; }

  section#pourquoi-accueil .pourquoi {
    margin-top: 40px; }

  footer {
    padding: 60px 0; }

  .rel-vector img.vector {
    width: 80px;
    height: 140px; }

  header div.container div.ranger div.colonne:nth-child(2) nav {
    display: none; }

  header div.container div.ranger div.colonne:nth-child(2) #bouton-mobile {
    display: block;
    cursor: pointer; }

  header div.container div.ranger div.colonne:nth-child(2) {
    display: flex;
    justify-content: flex-end; }

  header {
    padding: 50px 0; }

  section#fabrication-accueil div.container div.ranger div.colonne:nth-child(1) h2 {
    margin-bottom: .5em; }

  section#pourquoi-accueil {
    padding-top: 60px;
    padding-bottom: 60px; }

  section#criteres-accueil {
    padding: 60px 0; }

  section#fabrication-accueil {
    padding: 60px 0; }

  section#utilisations-accueil {
    padding: 60px 0 30px; }

  section#entete-accueil {
    padding-bottom: 60px; }

  section#entete-avantage div.container div.ranger div.colonne:nth-child(1) {
    width: 100%;
    padding-right: 0; }

  section#entete-avantage div.container div.ranger div.colonne:nth-child(2) {
    width: 100%; }

  section#types-projets-avantage .container .ranger .colonne {
    width: 100%; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 60px; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets {
    padding-top: 0; }

  section#equipe-avantage div.ranger .colonne:nth-child(1) {
    width: 100%;
    margin-bottom: 60px; }

  section#equipe-avantage div.ranger .colonne:nth-child(2) {
    width: 100%;
    padding-left: 0; }

  section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe {
    margin-bottom: 60px; }

  section#applications_produits .container .texte {
    max-width: 100%; }

  section#caracteristiques_produits .ranger .colonne:nth-child(1) {
    width: 100%; }

  section#caracteristiques_produits .ranger .colonne:nth-child(1) img {
    margin-top: 0; }

  section#caracteristiques_produits .ranger .colonne:nth-child(1) img.deux {
    width: 100%;
    margin-top: 0px; }

  section#caracteristiques_produits {
    padding-top: 60px; }

  section#caracteristiques_produits .ranger .colonne:nth-child(2) {
    width: 100%;
    padding-left: 0; }

  section#couleur_produits div.container .ranger .colonne {
    width: 33.333%; }

  section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) {
    padding-left: 0; }

  section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) .coordonnees {
    margin-top: 30px;
    margin-bottom: 30px; }

  div.height {
    height: 100px; }

  .page-template-accueil div.height {
    height: 160px; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.img {
    width: 50px; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.img img {
    width: 30px; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(2) .types_projets .ranger-types_projets div.txt {
    width: calc(100% - 50px); }

  section#fabrication-accueil .processus div.ranger_process .titre {
    width: 100%; }

  section#fabrication-accueil .processus div.ranger_process .echelle {
    width: 100%;
    margin-top: 60px;
    padding-left: 47px; }

  section#fabrication-accueil .processus.nexsteel div.ranger_process .echelle .ranger-echelle .colonne {
    width: 1px; }

  section#fabrication-accueil .processus {
    margin-top: 60px;
    margin-bottom: 100px; }

  section#fabrication-accueil .processus div.ranger_process .titre h3 {
    font-weight: 700;
    text-align: center; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span {
    font-size: 14px; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left {
    height: 90px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right {
    height: 90px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }

  section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(1) img.desktop {
    display: none; }

  section#entete-avantage.contact div.container div.ranger div.colonne:nth-child(2) img.mobile {
    display: block; }

  @keyframes slideXl {
    to {
      transform: translate(6px, -3px) rotate(-45deg); }
    from {
      transform: translate(6px, -53px) rotate(-45deg); } }
  @keyframes slideXr {
    to {
      transform: translate(1px, -3px) rotate(45deg); }
    from {
      transform: translate(1px, -53px) rotate(45deg); } }
  @keyframes slideXl2 {
    to {
      transform: translate(-2px, 4px) rotate(45deg); }
    from {
      transform: translate(-2px, 54px) rotate(45deg); } }
  @keyframes slideXr2 {
    to {
      transform: translate(-6px, 3px) rotate(135deg); }
    from {
      transform: translate(-6px, 53px) rotate(135deg); } }
  section#fabrication-accueil div.container div.ranger div.colonne:nth-child(1) {
    padding-right: 0; }

  section#besoin-info div.container .ranger .colonne:nth-child(1) {
    width: 100%;
    order: 2; }

  section#besoin-info div.container .ranger .colonne:nth-child(2) {
    width: 100%;
    order: 1;
    margin-bottom: 50px; }

  section#entete-avantage div.container div.ranger div.colonne:nth-child(1) .txt {
    max-width: 100%; }

  section#besoin-info div.container .ranger .colonne:nth-child(2) span.txt {
    bottom: 15px;
    right: calc( 15px + 25px );
    background-size: 8px;
    background-position: left 9px center;
    padding: 5px 12px 5px 22px; }

  section#besoin-info div.container .ranger .colonne:nth-child(1) p {
    font-size: 16px; }

  section#besoin-info div.container .ranger .colonne:nth-child(1) button {
    margin-top: 30px; }

  section#besoin-info {
    padding: 60px 0; }

  section#entete-avantage div.container div.ranger div.colonne:nth-child(1) p {
    font-size: 16px; }

  section#entete-avantage.produits div.container div.ranger:nth-child(2) div.colonne:nth-child(1) {
    margin-bottom: 60px; }

  section#produits-accueil div.container .ranger .colonne {
    width: 100%; }
    section#produits-accueil div.container .ranger .colonne:nth-child(1) {
      order: 1;
      margin-bottom: 30px; }
    section#produits-accueil div.container .ranger .colonne:nth-child(2) {
      order: 2; }

  section#produits-accueil div.container .ranger .colonne .img {
    height: 0;
    padding-bottom: 70%; }

  section#produits-accueil {
    padding: 60px 0; }

  section#carousel_produits {
    padding-bottom: 60px; }

  section#fabrication-accueil .processus div.ranger_process .echelle {
    padding-left: 0; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle {
    flex-direction: column;
    align-items: center; }
    section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne {
      width: 1px;
      height: 100px; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.txt.bottom {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    left: initial;
    right: 50px;
    text-align: right;
    white-space: nowrap; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.txt.top {
    bottom: initial;
    top: 100%;
    transform: translateY(-50%);
    left: 50px;
    white-space: nowrap; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left {
    width: 80px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom: none;
    border-right: 1px solid #000000;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right {
    width: 80px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0;
    border-top: none;
    border-left: 1px solid #000000;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 0); }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne:last-child {
    width: 1px;
    height: 100px; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left:before {
    top: initial;
    bottom: 0;
    right: 0; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_left:after {
    bottom: 0;
    right: 0;
    left: initial;
    top: initial;
    transform: translate(6px, -3px) rotate(-45deg); }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right:before {
    top: 0;
    left: 0;
    bottom: initial;
    transform: translate(-6px, 3px) rotate(135deg); }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span.arrow_right:after {
    top: 0;
    left: 0;
    bottom: initial;
    transform: translate(0px, 3px) rotate(45deg);
    width: 7px; }

  section#fabrication-accueil .processus.nexsteel div.ranger_process .echelle .ranger-echelle .colonne:nth-child(3):after {
    width: 1px;
    height: 50px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translate(0%, -100%);
    content: ''; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne:nth-child(1) {
    background-color: transparent; }
    section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne:nth-child(1):after {
      width: 1px;
      height: 50px;
      background-color: #000000;
      position: absolute;
      top: 0;
      left: 0%;
      transform: translate(0%, 100%);
      content: ''; }

  section#fabrication-accueil .processus div.ranger_process .echelle {
    margin-top: 0; }

  section#fabrication-accueil .processus.nexsteel {
    margin-bottom: 0; }

  section#types-projets-avantage .container .ranger .colonne:nth-child(1) img {
    position: relative; } }
@media (max-width: 767px) {
  section#criteres-accueil div.container .tableau .ranger-tableau {
    min-width: 767px; }

  section#entete-accueil .container .ranger .colonne:nth-child(2) h1 {
    max-width: 100%; }

  section#equipe-avantage div.ranger .colonne:nth-child(2) .ranger-equipe .colonne-equipe {
    width: 100%; }

  section#applications_produits .container .texte ul li {
    padding: 10px 10px 10px 30px; }
    section#applications_produits .container .texte ul li:after {
      left: 10px; }

  section#couleur_produits div.container .ranger .colonne {
    width: 50%; }

  section#couleur_produits div.container .ranger .colonne div.color {
    width: 100px;
    height: 100px; }

  section#couleur_produits div.container .ranger .colonne span.txt {
    white-space: initial; }

  section#fabrication-accueil .processus div.ranger_process .echelle .ranger-echelle .colonne span {
    font-size: 10px; }

  section#image-avanatge div.container .image {
    padding-bottom: 100%; }

  section#produits div.container .ranger .colonne {
    width: 100%;
    margin-bottom: 25px; } }
@media (max-width: 500px) {
  section#image-avanatge div.container .image {
    padding-bottom: 120%; } }

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