.letter {
  font-weight: 900;
  color: var(--orange);
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.number {
  font-weight: 900;
  color: var(--orange);
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.section2 > .container {
  width: unset;
}
.section2 > .container > .flex-switch {
  margin-top: 230px;
  flex-direction: column-reverse;
}
.section2 > .container > .flex-switch > .col-1 {
  /* Pour agricole */
}
.section2 > .container > .flex-switch > .col-1 > *:not(.format) {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 26px;
}
.section2 > .container > .flex-switch > .col-1 h1 {
  font-weight: 500;
}
.section2 > .container > .flex-switch > .col-1 h1 .orange {
  display: block;
  font-weight: 900;
}
.section2 > .container > .flex-switch > .col-1 > .hauteur p {
  font-size: 1.2em;
  font-weight: 600;
}
.section2 > .container > .flex-switch > .col-1 > .id {
  margin-bottom: 20px;
}
.section2 > .container > .flex-switch > .col-1 > .poids {
  margin-top: 50px;
}
.section2 > .container > .flex-switch > .col-1 > .poids hr {
  height: 3px;
  max-width: 458px;
  margin: 14px 0;
}
.section2 > .container > .flex-switch > .col-1 > .poids .imgs {
  column-gap: 20px;
}
.section2 > .container > .flex-switch > .col-1 > .dimensions-container strong {
  font-weight: 500;
  font-size: 1.2em;
}
.section2 > .container > .flex-switch > .col-1 > .dimensions-container strong sup {
  font-size: 0.6em;
}
.section2 > .container > .flex-switch > .col-1 > .dimensions-container ul {
  margin-top: 20px;
}
.section2 > .container > .flex-switch > .col-1 > .dimensions-container ul li::before {
  content: "-";
  margin-right: 7px;
  margin-left: -16px;
}
.section2 > .container > .flex-switch > .col-2 {
  margin-top: -68px;
  z-index: 1;
  position: relative;
  max-width: 420px;
}
.section2 > .container > .flex-switch > .col-2 .elm-absolute {
  position: absolute;
  left: 0%;
  bottom: -5%;
}
.section2 .col-2 {
  max-width: 380px;
}
.section2 h1 {
  margin-bottom: 20px;
}
.section3 {
  background-color: #f7f7f7;
}
.partie {
  margin-top: 80px;
}
.partie .orange {
  font-weight: 900;
}
.partie .heading {
  margin-bottom: 26px;
}
.partie .heading .title {
  display: flex;
  align-items: center;
}
.partie h3 {
  font-weight: 600;
  margin-top: 10px;
}
.partie.partie-eclairage {
  padding-top: 20px;
}
.partie.partie-eclairage .container .eclairage-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  row-gap: 20px;
}
.partie.partie-eclairage .container .eclairage-container .eclairage {
  text-align: center;
}
.partie.partie-eclairage .container .eclairage-container .eclairage img {
  margin: auto;
  max-width: 400px;
}
.partie.partie-specification {
  padding-bottom: 40px;
}
.partie.partie-specification .container .specification-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  row-gap: 60px;
  column-gap: 30px;
}
.partie.partie-specification .container .specification-container .specification h3 {
  text-align: center;
}
.partie.partie-specification .container .specification-container .specification p {
  text-align: center;
}
.section4 {
  background-color: var(--mauve);
  padding-top: 60px;
  padding-bottom: 60px;
}
.section4 p,
.section4 h2,
.section4 h3 {
  color: var(--blanc);
}
.section4 .container .row-1 {
  align-items: center;
}
.section4 .container .row-1 h2 {
  font-weight: 500;
}
.section4 .container .row-1 .icons {
  margin-top: 20px;
  column-gap: 30px;
}
.section4 .container .row-1 .icons div {
  text-align: center;
}
.section4 .container .row-2 {
  text-align: center;
  margin-top: 60px;
}
.section5 .banner img {
  margin-top: -15px;
}
@media only screen and (min-width: 768px) {
  .section2 h1 {
    font-size: 2.2em;
  }
  .section2 > .container .flex-switch {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 132px;
  }
  .section2 > .container .flex-switch > .col-2 {
    position: relative;
  }
  .partie.partie-eclairage .container .eclairage-container .eclairage img {
    max-width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .section2 > .container > .flex-switch {
    margin-top: 314px;
  }
  .section2 > .container > .flex-switch > .col-1 {
    width: 46%;
    /* Pour agricole */
  }
  .section2 > .container > .flex-switch > .col-1 > *:not(.format) {
    padding-left: 15%;
    padding-right: 15%;
  }
  .section2 > .container > .flex-switch > .col-1 > .hauteur p {
    font-size: 1.8em;
  }
  .section2 > .container > .flex-switch > .col-1 > .poids {
    margin-top: 70px;
  }
  .section2 > .container > .flex-switch > .col-1 > .poids .row {
    display: grid;
    grid-template-columns: 1fr 2.6fr;
    align-items: flex-end;
  }
  .section2 > .container > .flex-switch > .col-1 > .dimensions-container strong {
    font-size: 2.1em;
  }
  .section2 > .container > .flex-switch > .col-2 {
    width: 50%;
    max-width: max-content;
    margin-top: -76px;
  }
  .section2 h1 {
    font-size: 3.8em;
    line-height: 66px;
  }
  .section2 .flex-switch {
    margin-bottom: 54px;
  }
  .section3 h3 {
    font-size: 1.8em;
  }
  .partie {
    margin-top: 118px;
  }
  .partie h2 {
    font-size: 2.6em;
  }
  .partie .orange {
    font-size: 1.7em;
    margin-top: -16px;
  }
  .partie.partie-specification {
    padding-bottom: 50px;
  }
  .partie.partie-eclairage .container .eclairage-container {
    display: flex;
  }
  .section4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section4 .container .row-1 h2 {
    font-size: 1.9em;
  }
  .section5 .banner img {
    margin-top: -42px;
  }
}
