/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/mono-full-image-home/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.leCentre {
  background-color: #000;
  min-height: 992px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
.leCentre .fondfond {
  width: 100%;
  height: auto;
}
.leCentre .containnbandlinks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.leCentre .lesNombres {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40%;
}
.leCentre .lesNombres .eachDev {
  color: #fff;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}
.leCentre .lesNombres .eachDev .numbers {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 1.2px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .leCentre .lesNombres .eachDev .numbers {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 980px) {
  .leCentre .lesNombres .eachDev .containte {
    display: flex;
    justify-content: center;
  }
}
.leCentre .lesNombres .eachDev .cliens {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 1.2px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .leCentre .lesNombres .eachDev .cliens {
    display: inline-block;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.9px;
  }
}
.leCentre .lesNombres .eachDev .small {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  letter-spacing: 0.9px;
  display: block;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .leCentre .lesNombres .eachDev .small {
    display: inline-block;
    padding-left: 10px;
  }
}
.leCentre .lesNombres .eachDev .line {
  height: 6px;
  width: 199px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .leCentre .lesNombres {
    padding-top: 40%;
  }
}
.leCentre a {
  padding: 18px 45px;
  background-color: #fff;
  border-radius: 32px;
  color: #000;
  margin: 10px auto 0;
  display: table;
  text-transform: uppercase;
  left: 0;
  right: 0;
  border: 2px solid transparent;
  transition: 0.3s;
}
.leCentre a:hover {
  transition: 0.3s;
  border-color: #fff;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 980px) {
  .leCentre a {
    bottom: 110px;
  }
}
@media screen and (min-width: 640px) {
  .leCentre {
    min-height: 900px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .leCentre {
    min-height: initial;
    padding-bottom: 0px;
  }
}

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