/* CSS Document */
body,
html {
  font-family: 'Barlow',
  sans-serif;
  max-width: 100vw;
  color: #202124;
}
body {
  opacity: 0;
  transition: opacity .7s ease;
  background-color: #F8F8F8;
  max-width: 100vw;
  overflow-x: hidden;
}
div.ranger {
  display: flex;
  flex-wrap: wrap;
}
div.container {
  width: 100%;
  max-width: 100%;
  padding: 0 6vw;
}
button {
  font-family: freight-neo-pro,
  sans-serif;
}
a {
  color: #0cb2e3;
}
.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 1px;
}
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px,
    9px);
  transform: rotate(-45deg) translate(-6px,
    9px);
}
/* 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;
}
h2 {
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 500;
  font-size: 3.563rem;
  line-height: 4.063rem;
  letter-spacing: 2.5px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
}
p {
  font-family: work-sans,
  sans-serif;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 1.188rem;
}
header {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}
header div.border {
  width: 100%;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #F8F8F8;
  padding: 30px 55px;
}
header div.border div.ranger div.colonne:nth-child(1) {
  width: 210px;
}
@media (max-width: 767px) {
  header div.border div.ranger div.colonne:nth-child(1) {
    width: 150px;
  }
}
header div.border div.ranger div.colonne:nth-child(1) img {
  width: 100%;
}
header div.border div.ranger div.colonne:nth-child(2) {
  width: calc( 100% - 210px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  header div.border div.ranger div.colonne:nth-child(2) {
    width: calc( 100% - 150px);
  }
}
header div.border div.ranger div.colonne:nth-child(2) nav {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li a {
  padding: 10px 12px;
  display: block;
  color: #202124;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  header div.border div.ranger div.colonne:nth-child(2) nav ul li a {
    font-size: 1.25vw;
    padding: .5vw .75vw;
  }
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li.wpml-ls-item {
  padding: 0;
  margin: 0;
  background-color: rgba(32,
    33,
    36,
    0.12);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li.wpml-ls-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li ul.sub-menu {
  position: absolute;
  flex-direction: column;
  display: none;
  padding-top: 44px;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li ul.sub-menu li a {
  background-color: #fff;
  font-size: 1.125rem;
  width: 215px;
  padding: 15px 15px 15px 40px;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li ul.sub-menu li ul.sub-menu {
  right: 0;
  top: 0;
  transform: translateX(100%);
  padding-top: 0;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li ul.sub-menu li ul.sub-menu li a {
  padding: 10px 15px;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li ul.sub-menu li ul.sub-menu li:hover a {
  background-color: #EBEBEC;
}
header div.border div.ranger div.colonne:nth-child(2) nav ul li ul.sub-menu li:hover a {
  background-color: #F7F7F7;
}
header div.border div.ranger div.colonne:nth-child(2) nav.main {
  position: relative;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  header div.border div.ranger div.colonne:nth-child(2) nav.main {
    display: none;
  }
}
header div.border div.ranger div.colonne:nth-child(2) nav.main:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: #1D713F;
}
header div.border div.ranger div.colonne:nth-child(2) nav.sec {
  padding-left: 15px;
}
@media (max-width: 1023px) {
  header div.border div.ranger div.colonne:nth-child(2) nav.sec {
    display: none;
  }
}
header div.border div.ranger #bouton-mobile {
  display: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  header div.border div.ranger #bouton-mobile {
    display: block;
  }
}
header div.border div.ranger div.colonne:nth-child(2) nav ul > li:hover > ul {
  display: flex;
}
div#menu-sec {
  display: none;
  padding-bottom: 30px;
}
div#menu-sec ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
div#menu-sec ul li {
  margin: 0;
}
div#menu-sec ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  color: #202124;
  font-size: 1.125rem;
}
div#menu-sec ul li .sub-menu {
  margin: 0;
  display: none;
}
div#menu-sec ul li .sub-menu li a {
  font-size: 1rem;
}
div#menu-sec ul li.menu-item-has-children > a {
  position: relative;
  padding: 10px 30px;
}
div#menu-sec ul li.menu-item-has-children > a:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("images/arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
  position: absolute;
}
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%;
}
:focus {
  outline: none;
}
section#hero {
  background-color: #1D713F;
}
section#hero div.ranger div.colonne {
  height: 40vw;
  min-height: 850px;
}
@media (max-width: 1023px) {
  section#hero div.ranger div.colonne {
    min-height: auto;
  }
}
section#hero div.ranger div.colonne:nth-child(1) {
  width: 45%;
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  section#hero div.ranger div.colonne:nth-child(1) {
    width: 100%;
    padding: 140px 6vw 20px;
    height: 700px;
  }
}
@media (max-width: 767px) {
  section#hero div.ranger div.colonne:nth-child(1) {
    padding-bottom: 140px;
  }
}
section#hero div.ranger div.colonne:nth-child(1) div.texte {
  position: relative;
  width: 100%;
  color: #fff;
  padding-bottom: 110px;
}
section#hero div.ranger div.colonne:nth-child(1) div.texte div.fleche {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  section#hero div.ranger div.colonne:nth-child(1) div.texte div.fleche {
    bottom: -100px;
  }
}
section#hero div.ranger div.colonne:nth-child(1) div.texte div.fleche img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
}
section#hero div.ranger div.colonne:nth-child(1) div.texte div.fleche.prev {
  right: 123px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  section#hero div.ranger div.colonne:nth-child(1) div.texte div.fleche {
    width: 5vw;
    height: 5vw;
  }
  section#hero div.ranger div.colonne:nth-child(1) div.texte div.fleche img {
    width: 2.5vw;
  }
  section#hero div.ranger div.colonne:nth-child(1) div.texte div.fleche.prev {
    right: 8vw;
  }
}
section#hero div.ranger div.colonne:nth-child(1) div.texte button {
  position: absolute;
  bottom: 0;
  left: 0;
}
section#hero div.ranger div.colonne:nth-child(1) div.texte h1,
section#hero div.ranger div.colonne:nth-child(1) div.texte h2 {
  font-size: 3.563rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 4.063rem;
  margin-bottom: .5em;
  font-family: freight-neo-pro,
  sans-serif;
}
@media (max-width: 767px) {
  section#hero div.ranger div.colonne:nth-child(1) div.texte h1,
  section#hero div.ranger div.colonne:nth-child(1) div.texte h2 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
section#hero div.ranger div.colonne:nth-child(1) div.texte p {
  letter-spacing: 2.5px;
  font-size: 1.428rem;
  line-height: 1.75rem;
}
section#hero div.ranger div.colonne:nth-child(1) div.texte button {
  height: 50px;
  border-radius: 25px;
  background-color: #8BC63F;
  padding: 0 23px;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 40px;
}
section#hero div.ranger div.colonne:nth-child(2) {
  width: 55%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  section#hero div.ranger div.colonne:nth-child(2) {
    width: 100%;
    height: 70vw;
    min-height: 600px;
  }
}
section#onglet {
  position: relative;
  width: 100%;
}
section#onglet.archive {
  height: auto;
  padding: 100px 0 0;
}
section#onglet.archive.documentation {
  padding: 100px 0;
}
section#onglet.archive.documentation form > div.ranger {
  flex-direction: column;
  align-items: flex-start;
}
section#onglet.archive.documentation div.container a#reset {
  margin-top: 25px;
}
section#onglet form {
  height: inherit;
}
section#onglet div.container {
  position: relative;
  height: inherit;
  align-items: center;
}
section#onglet div.container div.border {
  position: relative;
  margin-right: 50px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  section#onglet div.container div.border {
    min-width: auto;
    margin-right: 0;
    width: 100%;
  }
}
section#onglet div.container a#reset {
  font-size: 1.125rem;
  font-family: freight-neo-pro,
  sans-serif;
  color: #202124;
  cursor: pointer;
}
@media (max-width: 1023px) {
  section#onglet div.container a#reset {
    padding-top: 30px;
  }
}
section#onglet #send {
  cursor: pointer;
}
section#onglet div.border {
  position: absolute;
  bottom: 0;
  height: 131px;
  max-width: 1150px;
  width: 100%;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  background-color: #F8F8F8;
  left: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(32,
    33,
    36,
    0.26);
}
section#onglet.distributeur div.border {
  margin: 0;
  max-width: initial;
}
@media (max-width: 1023px) {
  section#onglet div.border {
    height: auto;
    padding-right: 0;
  }
}
section#onglet div.border div.ranger {
  color: #202124;
  width: 100%;
}
section#onglet div.border div.ranger h4 {
  font-family: work-sans,
  sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .875rem;
  margin: 0;
  text-transform: uppercase;
}
section#onglet div.border div.ranger p {
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  margin: 0;
  margin-top: 1em;
}
section#onglet div.border div.ranger select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  margin: 0;
  margin-top: 1em;
}
section#onglet div.border div.ranger div.colonne:nth-child(1),
section#onglet div.border div.ranger div.colonne:nth-child(2) {
  width: 33.3333%;
  border-right: 1px solid rgba(32,
    33,
    36,
    0.26);
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  section#onglet div.border div.ranger div.colonne:nth-child(1),
  section#onglet div.border div.ranger div.colonne:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid rgba(32,
      33,
      36,
      0.26);
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
}
section#onglet div.border div.ranger div.colonne.pleine {
  width: 66.6666%;
}
@media (max-width: 1023px) {
  section#onglet div.border div.ranger div.colonne.pleine {
    width: 100%;
  }
}
section#onglet div.border div.ranger div.colonne.hidden {
  display: none;
}
section#onglet div.border div.ranger div.colonne:nth-child(3) {
  width: 33.3333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 30px;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  section#onglet div.border div.ranger div.colonne:nth-child(3) {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    padding-left: 0;
    padding-right: 6vw;
  }
}
section#onglet div.border div.ranger div.colonne:nth-child(3) p {
  margin: 0;
}
section#onglet div.border div.ranger div.colonne:nth-child(3) div.fleche {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #1D713F;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
}
section#onglet div.border div.ranger div.colonne:nth-child(3) div.fleche img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
}
section#onglet.distributeur {
  margin-top: 90px;
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(1) {
  width: 172px;
}
@media (max-width: 1023px) {
  section#onglet.distributeur div.border div.ranger div.colonne:nth-child(1) {
    width: 100%;
  }
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(2) {
  width: 200px;
}
@media (max-width: 1023px) {
  section#onglet.distributeur div.border div.ranger div.colonne:nth-child(2) {
    width: 100%;
  }
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(3) {
  width: calc(100% - 172px - 200px - 245px);
  display: block;
  border-right: 1px solid rgba(32,
    33,
    36,
    0.26);
}
@media (max-width: 1023px) {
  section#onglet.distributeur div.border div.ranger div.colonne:nth-child(3) {
    width: 100%;
    padding-left: 30px;
    border-right: none;
  }
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(3) input {
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  margin: 0;
  margin-top: 1em;
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(3) ::placeholder {
/* Chrome,
Firefox,
Opera,
Safari 10.1+ */
color: #202124;
opacity: 1;
/* Firefox */
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(3) :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #202124;
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(3) ::-ms-input-placeholder {
/* Microsoft Edge */
color: #202124;
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(4) {
  width: 245px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 30px;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  section#onglet.distributeur div.border div.ranger div.colonne:nth-child(4) {
    width: 100%;
    padding-right: 30px;
    border-top: 1px solid rgba(32,
      33,
      36,
      0.26);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(4) p {
  margin: 0;
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(4) div.fleche {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #1D713F;
  cursor: pointer;
  position: relative;
  margin-left: 30px;
}
section#onglet.distributeur div.border div.ranger div.colonne:nth-child(4) div.fleche img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
}
section#onglet.distributeur a#reset {
  display: block;
  margin: 25px 0;
}
section#marche {
  padding-top: 100px;
}
section#marche div.container h2 {
  color: #202124;
}
section#marche div.container div.slides-marche {
  width: 75%;
  margin-left: -25px;
}
@media (max-width: 1023px) {
  section#marche div.container div.slides-marche {
    width: 100%;
    order: 2;
    margin-left: 0;
  }
}
section#marche div.container div.slides-marche div.col {
  padding: 0 25px;
}
@media (max-width: 767px) {
  section#marche div.container div.slides-marche div.col {
    padding: 0;
  }
}
section#marche div.container div.slides-marche a {
  color: #202124;
}
section#marche div.container div.slides-marche div.tuile div.img {
  position: relative;
}
section#marche div.container div.slides-marche div.tuile div.img img {
  border-radius: 10px;
  width: 100%;
}
section#marche div.container div.slides-marche div.tuile div.img div.fleche {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #1D713F;
  cursor: pointer;
  position: absolute;
  right: 60px;
  bottom: 0;
  transform: translateY(50%);
}
section#marche div.container div.slides-marche div.tuile div.img div.fleche img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
}
section#marche div.container div.slides-marche div.tuile h3 {
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 500;
  font-size: 1.563rem;
  line-height: 2.188rem;
  letter-spacing: 2.5px;
}
section#marche div.container div.slides-marche div.tuile div.texte {
  padding: 15px;
  padding-right: 75px;
}
section#marche div.container div.colonne {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  section#marche div.container div.colonne {
    width: 100%;
    order: 1;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
section#marche div.container div.colonne div.fleche {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: 1px solid #202124;
  cursor: pointer;
  position: relative;
  transform: translateY(50%);
  top: -136px;
}
@media (max-width: 1023px) {
  section#marche div.container div.colonne div.fleche {
    top: 0;
    transform: none;
  }
}
section#marche div.container div.colonne div.fleche img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
}
section#marche div.container div.colonne div.fleche#prev {
  margin-right: 55px;
}
section#apropos {
  background-color: #1D713F;
  color: #fff;
}
section#apropos button {
  height: 50px;
  border-radius: 25px;
  background-color: #8BC63F;
  padding: 0 23px;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 40px;
}
section#apropos div.container div.ranger.un div.colonne:first-child {
  width: 40%;
  padding-right: 70px;
}
@media (max-width: 1023px) {
  section#apropos div.container div.ranger.un div.colonne:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
section#apropos div.container div.ranger.un div.colonne:last-child {
  width: 60%;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 200px;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  section#apropos div.container div.ranger.un div.colonne:last-child {
    width: 100%;
    top: 0;
    height: 70vw;
  }
}
section#apropos div.container div.ranger.deux {
  padding-top: 100px;
}
section#apropos div.container div.ranger.deux div.colonne:first-child {
  width: 40%;
  padding-right: 0px;
}
@media (max-width: 1023px) {
  section#apropos div.container div.ranger.deux div.colonne:first-child {
    width: 100%;
    order: 2;
  }
}
section#apropos div.container div.ranger.deux div.colonne:first-child img {
  width: calc(100% + 6vw);
  margin-left: -6vw;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1023px) {
  section#apropos div.container div.ranger.deux div.colonne:first-child img {
    margin-left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
section#apropos div.container div.ranger.deux div.colonne:last-child {
  width: 60%;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 140px;
  border-radius: 20px;
  padding-left: 70px;
}
@media (max-width: 1023px) {
  section#apropos div.container div.ranger.deux div.colonne:last-child {
    width: 100%;
    order: 1;
    padding-left: 0;
    top: 0;
    padding-bottom: 30px;
  }
}
section#apropos div.container div.ranger.deux div.colonne:last-child p {
  font-family: freight-neo-pro,
  sans-serif;
  font-size: 1.563rem;
  line-height: 1.875rem;
  letter-spacing: 2.5px;
  font-weight: 500;
  margin: 1em 0;
}
section#apropos div.container div.ranger.deux div.colonne:last-child h5 {
  font-family: freight-neo-pro,
  sans-serif;
  font-size: 1.563rem;
  line-height: 1.875rem;
  letter-spacing: 2.5px;
  font-weight: 400;
  margin: 0;
}
section#apropos div.container div.ranger.deux div.colonne:last-child h6 {
  font-family: work-sans,
  sans-serif;
  font-size: 1rem;
  letter-spacing: 2.5px;
  line-height: 1.188rem;
  color: #8BC63F;
  margin: 0;
}
footer {
  padding-top: 90px;
  background-color: #28583C;
  color: #fff;
  position: relative;
}
footer img.square {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-25%,
    -25%);
  width: 235px;
}
@media (max-width: 1023px) {
  footer img.square {
    width: 20vw;
  }
}
footer div.container div.ranger div.colonne {
  width: 33.333%;
  color: #fff;
  font-family: freight-neo-pro,
  sans-serif;
}
@media (max-width: 1023px) {
  footer div.container div.ranger div.colonne {
    width: 100%;
  }
}
footer div.container div.ranger div.colonne h3 {
  font-size: 1.563rem;
  margin-top: 0;
  font-weight: 400;
}
footer div.container div.ranger div.colonne a {
  color: #fff;
}
footer div.container div.ranger div.colonne:nth-child(1) ul {
  margin: 0;
  padding: 0;
}
footer div.container div.ranger div.colonne:nth-child(1) ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 1em;
  color: #fff;
  font-size: 0.875rem;
}
footer div.container div.ranger div.colonne:nth-child(1) ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("images/map.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer div.container div.ranger div.colonne:nth-child(1) ul li:nth-child(2):before {
  background-image: url("images/phone.svg");
}
footer div.container div.ranger div.colonne:nth-child(1) ul li:nth-child(3):before {
  background-image: url("images/mail.svg");
}
@media (max-width: 1023px) {
  footer div.container div.ranger div.colonne:nth-child(2) {
    margin-top: 30px;
  }
}
footer div.container div.ranger div.colonne:nth-child(2) ul {
  columns: 2;
}
@media (max-width: 1023px) {
  footer div.container div.ranger div.colonne:nth-child(2) ul {
    columns: 1;
  }
}
footer div.container div.ranger div.colonne:nth-child(2) ul li {
  margin-bottom: 1em;
  break-inside: avoid-column;
}
footer div.container div.ranger div.colonne:nth-child(2) ul li a {
  color: #fff;
  font-size: 0.875rem;
}
footer div.container div.ranger div.colonne:nth-child(3) {
  display: flex;
  flex-direction: column;
}
footer div.container div.ranger div.colonne:nth-child(3) button {
  width: 66px;
  font-size: 0;
  background-color: #1D713F;
  height: 66px;
  border-radius: 50%;
  border: none;
  background-image: url("images/fleche-blanc.svg");
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
footer div.container div.ranger div.colonne div.input h3 {
  display: none;
}
footer div.container div.ranger div.colonne div.input .frm_fields_container {
  display: flex;
}
footer div.container div.ranger div.colonne div.input .form-field {
  width: calc( 100% - 66px);
}
footer div.container div.ranger div.colonne div.input input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: freight-neo-pro,
  sans-serif;
  height: 66px;
  width: 100%;
}
footer div.container div.ranger div.colonne div.input ::placeholder {
/* Chrome,
Firefox,
Opera,
Safari 10.1+ */
color: #fff;
opacity: 1;
/* Firefox */
}
footer div.container div.ranger div.colonne div.input :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #fff;
}
footer div.container div.ranger div.colonne div.input ::-ms-input-placeholder {
/* Microsoft Edge */
color: #fff;
}
footer div.container div.ranger div.colonne a.question {
  display: flex;
  margin-top: 60px;
}
footer div.container div.ranger div.colonne a.question span {
  width: calc( 100% - 66px);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
footer div.copy {
  display: flex;
  flex-wrap: wrap;
  margin-top: 95px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  footer div.copy {
    display: block;
    overflow: hidden;
  }
}
footer div.copy p {
  font-family: work-sans,
  sans-serif;
  color: #fff;
  font-size: .75rem;
}
footer div.copy p a {
  color: #fff;
}
section#entete {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  section#entete {
    height: 250px;
  }
}
section#entete div.container {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section#entete div.container h1 {
  margin-bottom: 1.3em;
  color: #fff;
  font-family: freight-neo-pro,
  sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  section#entete div.container h1 {
    font-size: 1.75rem;
  }
}
section#entete div.container h1.barre-bleu {
  position: relative;
}
section#entete div.container h1.barre-bleu:after {
  position: absolute;
  content: '';
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 56px;
  background-color: #2699FF;
}
section#archive-produits {
  padding-top: 100px;
  padding-bottom: 100px;
}
section#archive-produits div.container h2 {
  color: #202124;
}
section#archive-produits div.container div.ranger {
  width: calc( 100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
section#archive-produits div.container div.ranger div.col {
  padding: 0 25px;
  width: 33.3333%;
}
@media (max-width: 1023px) {
  section#archive-produits div.container div.ranger div.col {
    width: 100%;
    padding-bottom: 80px;
  }
}
section#archive-produits div.container div.ranger a {
  color: #202124;
}
section#archive-produits div.container div.ranger div.tuile div.img {
  position: relative;
}
section#archive-produits div.container div.ranger div.tuile div.img img {
  border-radius: 10px;
  width: 100%;
}
section#archive-produits div.container div.ranger div.tuile div.img div.fleche {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #1D713F;
  cursor: pointer;
  position: absolute;
  right: 60px;
  bottom: 0;
  transform: translateY(50%);
}
section#archive-produits div.container div.ranger div.tuile div.img div.fleche img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
}
section#archive-produits div.container div.ranger div.tuile h3 {
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 500;
  font-size: 1.563rem;
  line-height: 2.188rem;
  letter-spacing: 2.5px;
}
section#archive-produits div.container div.ranger div.tuile div.texte {
  padding: 15px;
  padding-right: 75px;
}
@media (max-width: 767px) {
  section#archive-produits div.container div.ranger div.tuile div.texte {
    padding-right: 15px;
  }
}
section#footer-contact {
  background-color: #1D713F;
  padding: 100px 0 80px;
}
section#footer-contact div.container {
  color: #fff;
  text-align: center;
}
section#footer-contact div.container h2 {
  font-size: 2.813rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  section#footer-contact div.container h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
section#footer-contact div.container p {
  font-size: 1.563rem;
  line-height: 2.188rem;
  font-family: freight-neo-pro,
  sans-serif;
}
section#footer-contact div.container button {
  padding: 0 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
section#accordeon {
  padding: 0px 0 100px;
}
section#accordeon div.container div.accordeon {
  border-bottom: 1px solid rgba(32,
    33,
    36,
    0.26);
}
section#accordeon div.container div.accordeon:last-of-type {
  border-bottom: none;
}
section#accordeon div.container div.accordeon div.title {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  section#accordeon div.container div.accordeon div.title {
    height: auto;
    padding: 20px 0;
  }
}
section#accordeon div.container div.accordeon div.title h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #1D713F;
  display: block;
  position: relative;
  padding-right: 30px;
  margin: 0;
}
@media (max-width: 1023px) {
  section#accordeon div.container div.accordeon div.title h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
section#accordeon div.container div.accordeon div.title h3:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 18px;
  background-image: url("images/arrow-down.svg");
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .35s ease;
}
section#accordeon div.container div.accordeon div.title.active h3:after {
  transform: rotate(-180deg);
}
section#accordeon div.container div.accordeon div.content {
  padding: 40px 0;
  display: none;
}
section#accordeon div.container div.accordeon div.content ul {
  columns: 4;
}
section#accordeon div.container div.accordeon div.content ul li {
  color: #202124;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
section#accordeon div.container div.accordeon div.content ul li a {
  color: #202124;
}
section#article {
  overflow: hidden;
  background-color: #fff;
}
section#article div.ranger article {
  width: calc( 100% - 400px);
  padding-right: 10%;
  padding-top: 65px;
}
@media (max-width: 1023px) {
  section#article div.ranger article {
    width: 100%;
  }
}
section#article div.ranger article img.size-full {
  width: 100%;
}
section#article div.ranger aside {
  width: 400px;
  position: relative;
  z-index: 2;
  padding-left: 60px;
  padding-top: 65px;
}
@media (max-width: 1023px) {
  section#article div.ranger aside {
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
  }
}
section#article div.ranger aside:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
  width: calc(100% + 6vw);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1023px) {
  section#article div.ranger aside:before {
    width: 100%;
  }
}
section#article div.ranger aside h4 {
  text-transform: uppercase;
  font-family: work-sans,
  sans-serif;
  font-weight: 400;
  font-size: .75rem;
}
section#article div.ranger aside h4.margin-top {
  margin-top: 4em;
}
section#article div.ranger aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#article div.ranger aside ul li {
  margin: 0;
  padding: 0;
}
section#article div.ranger aside ul li a {
  display: block;
  margin-bottom: 1em;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  font-size: 1.563rem;
  color: #202124;
}
section#pagination {
  width: 100%;
  background-color: #fff;
  padding: 85px 0 95px;
}
section#pagination div.ranger div.colonne {
  width: 50%;
}
section#pagination div.ranger div.colonne div.flex {
  display: flex;
  align-items: center;
}
section#pagination div.ranger div.colonne div.flex h4 {
  text-transform: uppercase;
  font-family: work-sans,
  sans-serif;
  font-weight: 400;
  font-size: .875rem;
  letter-spacing: 2.5px;
  color: #1D713F;
  padding-left: 35px;
  padding-right: 35px;
}
section#pagination div.ranger div.colonne div.flex p {
  color: #202124;
  font-size: 1.563rem;
  padding-left: 35px;
  padding-right: 35px;
}
section#pagination div.ranger div.colonne div.tuile {
  width: 198px;
  height: 184px;
  position: relative;
}
section#pagination div.ranger div.colonne div.tuile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section#pagination div.ranger div.colonne div.tuile div.fleche {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #1D713F;
  cursor: pointer;
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateY(50%);
}
section#pagination div.ranger div.colonne div.tuile div.fleche img {
  width: 28px;
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
    -50%);
  border-radius: 10px;
}
section#pagination div.ranger div.colonne div.tuile div.fleche img.reverse {
  transform: rotate(-180deg) translate(50%,
    50%);
}
section#pagination div.ranger div.colonne div.tuile.reverse div.fleche {
  left: initial;
  right: 30px;
}
section#pagination div.ranger div.colonne:last-child {
  text-align: right;
}
section#page-apropos {
  background-color: #fff;
  padding: 90px 0;
}
section#page-apropos div.container div.ranger div.colonne {
  width: 50%;
}
section#page-apropos div.container div.ranger div.colonne div.texte {
  max-width: 66.666%;
  color: #1D713F;
}
section#page-apropos div.container div.ranger div.colonne div.texte h2 {
  color: #202124;
}
section#page-apropos div.container div.ranger div.colonne:last-of-type {
  position: relative;
}
section#page-apropos div.container div.ranger div.colonne:last-of-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 6vw);
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-width: initial;
}
section#review {
  background-color: #1D713F;
  padding: 145px 0;
}
section#review div.ranger div.colonne {
  width: 33.3333%;
  color: #fff;
  text-align: center;
}
section#review div.ranger div.colonne p.nombre {
  font-size: 7.063rem;
  font-family: work-sans,
  sans-serif;
  font-weight: 300;
}
section#review div.ranger div.colonne p {
  margin: 0;
  color: #fff;
  font-family: freight-neo-pro,
  sans-serif;
  font-size: 1.563rem;
  line-height: 1.25;
  font-weight: 400;
}
section#pourquoi {
  background-color: #fff;
  padding: 150px 0 115px;
}
section#pourquoi h2 {
  text-align: center;
  margin-bottom: 2em;
}
section#pourquoi div.ranger {
  justify-content: center;
}
section#pourquoi div.ranger div.colonne {
  width: 25%;
  padding: 40px 25px;
}
section#pourquoi div.ranger div.colonne img {
  display: block;
  margin: 0 auto;
}
section#pourquoi div.ranger div.colonne p {
  text-align: center;
  font-family: freight-neo-pro,
  sans-serif;
  font-size: 1.563rem;
  line-height: 1.873rem;
  letter-spacing: 2.5px;
}
section#actualites {
  padding: 80px 0 100px;
  background-color: #1D713F;
  color: #fff;
}
section#actualites div.container {
  text-align: center;
}
section#actualites div.container h2 {
  font-size: 2.813rem;
}
@media (max-width: 767px) {
  section#actualites div.container h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
section#actualites div.container p {
  text-align: center;
  font-family: freight-neo-pro,
  sans-serif;
  font-size: 1.563rem;
  line-height: 1.873rem;
  letter-spacing: 2.5px;
}
section#actualites div.container button {
  display: block;
  margin: 0 auto;
  padding: 0 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  font-size: 1rem;
}
section#actualites div.texte {
  max-width: 595px;
  display: block;
  margin: 0 auto;
}
section#actualites.nous-joindre div.texte {
  max-width: 833px;
}
section#contact {
  padding: 50px 0 50px;
  background-color: #fff;
}
section#contact div.container div.ranger div.colonne h2 {
  font-size: 2.813rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  section#contact div.container div.ranger div.colonne h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
section#contact div.container div.ranger div.colonne:first-of-type {
  width: 350px;
}
@media (max-width: 1023px) {
  section#contact div.container div.ranger div.colonne:first-of-type {
    width: 100%;
  }
}
section#contact div.container div.ranger div.colonne:first-of-type p,
section#contact div.container div.ranger div.colonne:first-of-type li {
  font-size: .875rem;
  line-height: 1.25rem;
  font-family: work-sans,
  sans-serif;
  letter-spacing: 1px;
}
section#contact div.container div.ranger div.colonne:first-of-type ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#contact div.container div.ranger div.colonne:first-of-type ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 1em;
}
section#contact div.container div.ranger div.colonne:first-of-type ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("images/map-icn.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
section#contact div.container div.ranger div.colonne:first-of-type ul li:nth-child(2):before {
  background-image: url("images/phone-icn.svg");
}
section#contact div.container div.ranger div.colonne:first-of-type ul li:nth-child(3):before {
  background-image: url("images/mail-icn.svg");
}
section#contact div.container div.ranger div.colonne:last-of-type {
  width: calc( 100% - 350px );
  padding-left: 55px;
}
@media (max-width: 1023px) {
  section#contact div.container div.ranger div.colonne:last-of-type {
    width: 100%;
    padding-left: 0;
  }
}
section#contact div.container div.ranger div.colonne:last-of-type .with_frm_style .frm_required {
  display: none;
}
section#contact div.container div.ranger div.colonne:last-of-type label {
  font-size: .75rem;
  line-height: 1.25;
  font-family: work-sans,
  sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #202124;
}
section#contact div.container div.ranger div.colonne:last-of-type input,
section#contact div.container div.ranger div.colonne:last-of-type textarea,
section#contact div.container div.ranger div.colonne:last-of-type select {
  font-family: freight-neo-pro,
  sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #202124;
}
section#contact div.container div.ranger div.colonne:last-of-type input,
section#contact div.container div.ranger div.colonne:last-of-type textarea {
  height: 47px;
  border: 1px solid #C4C4C5;
  border-radius: 5px;
  box-shadow: none;
  background-color: transparent;
}
section#contact div.container div.ranger div.colonne:last-of-type textarea {
  height: 136px;
}
section#contact div.container div.ranger div.colonne:last-of-type select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 47px;
  border: 1px solid #C4C4C5;
  border-radius: 5px;
  box-shadow: none;
  background-color: transparent;
  background-image: url("images/select.svg");
  background-size: 27px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
section#contact div.container div.ranger div.colonne:last-of-type button {
  display: block;
  padding: 0 25px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #1D713F;
  color: #1D713F;
  background-color: transparent;
  font-size: 1.125rem;
  font-family: freight-neo-pro,
  sans-serif;
}
:focus {
  outline: none;
}
section#produit {
  background-color: #fff;
}
section#produit div.ranger aside {
  width: 376px;
  background-color: #F7F7F7;
  padding-left: 80px;
  padding-right: 40px;
  padding-top: 90px;
}
@media (max-width: 1023px) {
  section#produit div.ranger aside {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#produit div.ranger aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section#produit div.ranger aside ul li {
  margin: 0;
  padding: 0;
}
section#produit div.ranger aside ul li a {
  display: block;
  color: #202124;
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 1.5px;
  margin-bottom: 1em;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
}
section#produit div.ranger aside ul li a.active {
  color: #2699FF;
}
section#produit div.ranger div.content {
  width: calc( 100% - 376px);
  padding-right: 6vw;
  padding-left: 60px;
  padding-top: 90px;
}
@media (max-width: 1023px) {
  section#produit div.ranger div.content {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
section#produit div.ranger div.content h2 {
  color: #2699FF;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 500;
  letter-spacing: 2.5px;
  font-size: 2.188rem;
  line-height: 2.813rem;
}
@media (max-width: 767px) {
  section#produit div.ranger div.content h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
section#produit div.ranger div.content h2:first-of-type {
  margin-top: 0;
}
section#produit div.ranger div.content h3 {
  color: #2699FF;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 500;
  letter-spacing: 2.5px;
  font-size: 1.563rem;
  line-height: 2.188rem;
}
section#produit div.ranger div.content ul {
  columns: 2;
  padding-left: 30px;
}
@media (max-width: 767px) {
  section#produit div.ranger div.content ul {
    columns: 1;
  }
}
section#produit div.ranger div.content ul li {
  margin-bottom: 1em;
  font-family: work-sans,
  sans-serif;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 1.188rem;
}
section#produit div.ranger div.content img {
  border-radius: 10px;
}
section#produit div.ranger div.content img.size-full {
  width: 100%;
  margin-top: 40px;
}
section#produit div.ranger div.content #performance {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #D4DEDC;
}
section#produit div.ranger div.content #documentation {
  padding-top: 80px;
  padding-bottom: 80px;
}
section#produit div.ranger div.content #documentation button {
  margin-top: 2em;
}
section#produit div.ranger div.content #specification {
  padding: 80px 6vw;
  background-color: #2699FF;
  text-align: center;
  width: calc( 100% + 60px + 6vw );
  margin-left: -60px;
  margin-right: -6vw;
}
@media (max-width: 1023px) {
  section#produit div.ranger div.content #specification {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section#produit div.ranger div.content #specification h2 {
    font-size: 1.75rem;
  }
}
section#produit div.ranger div.content #specification h2,
section#produit div.ranger div.content #specification h3,
section#produit div.ranger div.content #specification p {
  color: #fff;
}
section#produit div.ranger div.content #specification button {
  border-color: #fff;
  margin: 0 20px 20px;
  background-color: transparent;
  color: #fff;
}
section#produit div.ranger div.content button {
  background-color: #2699FF;
  border: 2px solid #2699FF;
  color: #fff;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  font-family: 'Barlow',
  sans-serif;
}
section#produit div.ranger div.content button.fichier {
  background-color: #fff;
  border: 2px solid #2699FF;
  color: #2699FF;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 60px;
  margin-right: 15px;
  background-image: url("images/upload.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 25px;
}
section#doc h2 {
  font-size: 2.5rem;
}
section#doc div.container div.ranger div.tuile {
  width: 25%;
}
section#doc div.container div.ranger div.tuile h3 {
  color: #202124;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  letter-spacing: 2.5px;
  font-size: 1.75rem;
  line-height: 1.25;
}
section#doc div.container div.ranger div.tuile ul {
  padding-left: 30px;
}
section#doc div.container div.ranger div.tuile ul li {
  margin-bottom: 1em;
  font-family: work-sans,
  sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 1.5px;
}
section#doc div.container div.ranger div.tuile ul li a {
  color: #202124;
}
section#carrieres {
  padding: 50px 0 80px;
}
section#carrieres ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  width: 100%;
}
@media (max-width: 1023px) {
  section#carrieres ul {
    columns: 1;
  }
}
section#carrieres ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding: 37px 0;
  font-size: 1.563rem;
  line-height: 1.25;
  color: #202124;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  padding-left: 100px;
  break-inside: avoid-column;
  display: block;
}
section#carrieres ul li:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #1D713F;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  background-image: url("images/fleche-blanc.svg");
}
section#emplois {
  background-color: #1D713F;
  padding: 130px 0 145px;
}
section#emplois div.intro {
  text-align: center;
  margin-bottom: 80px;
}
section#emplois div.intro h2 {
  color: #fff;
  font-size: 3.563rem;
  margin: 0;
}
@media (max-width: 767px) {
  section#emplois div.intro h2 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
}
section#emplois div.intro p {
  color: #fff;
  font-size: 1rem;
  font-family: work-sans,
  sans-serif;
  line-height: 1.188rem;
  font-weight: 400;
  letter-spacing: 1.5px;
}
section#emplois div.ranger {
  width: calc( 100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
section#emplois div.ranger div.colonne {
  width: 33.3333%;
  padding: 0 25px;
  margin-bottom: 45px;
  color: #fff;
}
@media (max-width: 1023px) {
  section#emplois div.ranger div.colonne {
    width: 100%;
  }
}
section#emplois div.ranger div.colonne p {
  font-size: 1.563rem;
  line-height: 1.25;
  color: #fff;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
}
section#emplois div.ranger div.colonne button {
  background-color: #8BC63F;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 1rem;
  font-family: 'Barlow',
  sans-serif;
  padding: 0 30px;
  border: none;
}
section#candidature-spontanee {
  padding: 100px 0 75px;
  background-color: #fff;
}
section#avis {
  background-color: #fff;
  padding: 90px 0 90px;
}
section#avis div.container div#form {
  max-width: 100%;
}
section#avis div.container div#form #frm_field_25_container {
  margin-bottom: 70px;
}
section#avis div.container div#form h2 {
  color: #202124;
  font-size: 2.813rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  section#avis div.container div#form h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
section#avis div.container div#form h3 {
  color: #202124;
  font-family: work-sans,
  sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
section#avis div.container div#form button {
  display: block;
  margin: 60px auto 0;
}
#form {
  max-width: 775px;
  display: block;
  margin: 0 auto;
}
#form h3 {
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 500;
  font-size: 3.563rem;
  line-height: 4.063rem;
  letter-spacing: 2.5px;
  color: #202124;
  text-align: center;
  margin-bottom: 75px;
}
#form input[type=text],
#form input[type=email],
#form input[type=tel],
#form textarea,
#form select {
  border: 1px solid #C4C4C5;
  height: 47px;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #202124;
}
#form textarea {
  height: 136px;
}
#form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/select.svg");
  background-size: 27px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
#form label {
  text-transform: uppercase;
  color: #202124;
  font-family: work-sans,
  sans-serif;
  font-size: .75rem;
  line-height: 1.25;
  margin-bottom: .25em;
}
#form label .frm_required {
  display: none;
}
#form .with_frm_style .frm_top_container .frm_primary_label,
#form .with_frm_style .frm_hidden_container .frm_primary_label,
#form .with_frm_style .frm_pos_top {
  text-transform: uppercase;
  color: #202124;
  font-family: work-sans,
  sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: .25em;
}
#form .with_frm_style .frm_top_container .frm_primary_label .frm_required,
#form .with_frm_style .frm_hidden_container .frm_primary_label .frm_required,
#form .with_frm_style .frm_pos_top .frm_required {
  display: none;
}
#form .frm_dropzone.frm_single_upload {
  max-width: 100%;
}
#form p {
  color: #202124;
  font-size: 1rem;
}
#form button {
  background-color: #fff;
  height: 50px;
  border-radius: 25px;
  color: #1D713F;
  border: 2px solid #1D713F;
  font-size: 1.125rem;
  font-family: 'Barlow',
  sans-serif;
  padding: 0 30px;
  box-shadow: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#form button:hover {
  background-color: #1D713F;
  color: #FFF;
}
section#description-carriere {
  background-color: #fff;
  padding: 90px 0 55px;
}
section#description-carriere div.container div.ranger div.colonne {
  width: 33.3333%;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  section#description-carriere div.container div.ranger div.colonne {
    width: 100%;
  }
}
section#description-carriere div.container div.ranger h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  color: #202124;
  font-family: work-sans,
  sans-serif;
  margin: 0;
}
section#description-carriere div.container div.ranger p {
  margin: 0;
  font-size: 1.688rem;
  line-height: 1.25;
  color: #202124;
  font-weight: 400;
  font-family: freight-neo-pro,
  sans-serif;
}
section#description-carriere div.container div.ranger.two div.colonne:first-child {
  width: 33.333%;
}
@media (max-width: 1023px) {
  section#description-carriere div.container div.ranger.two div.colonne:first-child {
    width: 100%;
  }
}
section#description-carriere div.container div.ranger.two div.colonne:last-child {
  width: 66.666%;
}
@media (max-width: 1023px) {
  section#description-carriere div.container div.ranger.two div.colonne:last-child {
    width: 100%;
  }
}
section#description-carriere div.container div.ranger.full div.colonne {
  width: 100%;
}
section#description-offre {
  padding: 95px 0 110px;
  background-color: #1D713F;
  color: #fff;
}
section#description-offre h2 {
  margin: 0;
  color: #fff;
}
section#description-offre p {
  font-size: 1rem;
  line-height: 1.188rem;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
section#map {
  width: 100%;
  border-top: 1px solid rgba(32,
    33,
    36,
    0.26);
}
section#map div.ranger {
  height: 700px;
}
@media (max-width: 1023px) {
  section#map div.ranger {
    height: auto;
  }
}
section#map div.ranger div#result {
  width: calc( 6vw + 435px);
  height: inherit;
  overflow-y: auto;
  padding-left: 6vw;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  section#map div.ranger div#result {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
    height: auto;
  }
}
section#map div.ranger div#result div.result {
  border-bottom: 1px solid rgba(32,
    33,
    36,
    0.26);
  padding: 20px 0;
  cursor: pointer;
}
section#map div.ranger div#result div.result h3 {
  font-size: 1.125rem;
  font-family: work-sans,
  sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  color: #202124;
}
section#map div.ranger div#result div.result h4,
section#map div.ranger div#result div.result p {
  font-size: 0.75rem;
  font-family: work-sans,
  sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  color: #202124;
}
section#map div.ranger div#acf-map {
  width: calc( 100% - 6vw - 435px);
  height: inherit;
  position: relative;
}
@media (max-width: 1023px) {
  section#map div.ranger div#acf-map {
    width: 100%;
    height: 100vw;
  }
}
section#map div.ranger div#acf-map div.acf-map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
section#map div.ranger div#acf-map .gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 25px;
  box-shadow: none;
}
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d {
  text-transform: uppercase;
}
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d h3 {
  text-transform: none;
  font-family: freight-neo-pro,
  sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  line-height: 1.25;
  color: #202124;
}
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d h4 {
  margin: 0;
}
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d h4,
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d p,
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d li {
  font-size: 0.625rem;
  font-family: work-sans,
  sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #202124;
}
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d h4 a,
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d p a,
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d li a {
  color: #202124;
}
section#map div.ranger div#acf-map .gm-style .gm-style-iw-d ul {
  columns: 2;
  list-style: none;
  padding-left: 0;
}
div#popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	z-index: 99999999999999;
	background-size: cover;
}
div#popup .abs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
div#popup div.content{
	z-index: 9999999999999999;
	width: 600px;
	height: auto;
	max-width: calc(100% - 12vw);
	max-height: calc(100% - 50px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 40px;
	border-radius: 16px;
	overflow-y: auto;
	background-size: cover;
}
div#popup span#x-popup{
	z-index: 9999999999999999;
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 1;
	font-size: 32px;
	font-weight: 100;
	cursor: pointer;
	color: #FFF;
}
div#popup div.content h1 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: 2.5px;
}
div#popup div.content h2 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 1.15;
    letter-spacing: 2.5px;
}
div#popup div.content h3 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 2.5px;
}
div#popup div.content h4 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.15;
    letter-spacing: 2.5px;
}
div#popup div.content h5 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.15;
    letter-spacing: 2.5px;
}
div#popup div.content h6 {
    font-family: freight-neo-pro, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.15;
    letter-spacing: 2.5px;
}
div#popup div.content button{
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
	padding: 0 50px;
	color: #000;
	border: none;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 40px;
	font-family: freight-neo-pro, sans-serif;
	transition: all .5s ease;
}
div#popup div.content button:hover{
	background-color: #8BC63F;
	color: #fff;
}
div#popup .logo{
	display: block;
	width: 200px;
	margin: 40px auto 0;
}