.wrapVisite {
  background-color: #F2EEE3;
}
.wrapVisite.dark {
  background-color: #ECE5D3;
}

.visibleBloc {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13.3333333333vw;
  padding-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  .visibleBloc {
    max-width: 1920px;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .visibleBloc {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.visibleBloc .wrapperVisible h2 {
  margin: 0;
  padding: 0;
  color: #042E34;
  font-size: 6.6666666667vw;
  line-height: 8vw;
  font-weight: 400;
  margin-bottom: 8vw;
  text-align: center;
  font-family: "Archia";
}
@media screen and (min-width: 980px) {
  .visibleBloc .wrapperVisible h2 {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .visibleBloc .wrapperVisible h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
.visibleBloc .wrapperVisible .preambule {
  color: #042E34;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  .visibleBloc .wrapperVisible .preambule {
    margin-bottom: 2.6041666667vw;
    font-size: 1.3020833333vw;
    line-height: 1.875vw;
  }
}
@media screen and (min-width: 1920px) {
  .visibleBloc .wrapperVisible .preambule {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 980px) {
  .visibleBloc .wrapperVisible .bulles {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  .visibleBloc .wrapperVisible .bulles:last-child .bulle {
    margin-bottom: 0;
  }
}
.visibleBloc .wrapperVisible .bulles:last-child .bulle:last-child {
  margin-bottom: 0;
}
.visibleBloc .wrapperVisible .bulles .bulle {
  margin-bottom: 5.3333333333vw;
  background-color: #F9F7F3;
  padding: 5.3333333333vw;
  border-radius: 4vw;
  font-size: 4.8vw;
  line-height: 6.4vw;
}
@media screen and (min-width: 980px) {
  .visibleBloc .wrapperVisible .bulles .bulle {
    margin-bottom: 2.6041666667vw;
    border-radius: 1.5625vw;
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
    padding: 2.0833333333vw;
    box-sizing: border-box;
    max-width: calc((100% - 2.6041666667vw) / 2);
    width: calc((100% - 2.6041666667vw) / 2);
  }
}
@media screen and (min-width: 1920px) {
  .visibleBloc .wrapperVisible .bulles .bulle {
    margin-bottom: 50px;
    border-radius: 30px;
    font-size: 25px;
    line-height: 35px;
    padding: 40px;
    max-width: calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
  }
}
.visibleBloc .wrapperVisible .cta {
  text-align: center;
}
.visibleBloc .wrapperVisible .cta a {
  border: 0.5333333333vw solid #042E34;
  color: #042E34;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  padding: 4vw 12vw;
  border-radius: 18.6666666667vw;
  text-decoration: none;
  transition: 0.5s color, 0.5s background-color;
  font-weight: 700;
  display: inline-block;
}
.visibleBloc .wrapperVisible .cta a:hover {
  color: #DFFFA4;
  background-color: #042E34;
}
@media screen and (min-width: 980px) {
  .visibleBloc .wrapperVisible .cta a {
    border-width: 0.1041666667vw;
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
    padding: 0.78125vw 2.34375vw;
    border-radius: 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .visibleBloc .wrapperVisible .cta a {
    border-width: 2px;
    font-size: 25px;
    line-height: 30px;
    padding: 15px 45px;
    border-radius: 70px;
  }
}/*# sourceMappingURL=style.css.map */