.topDisclaimer {
  width: 90%;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .topDisclaimer {
    padding-left: 60px;
    padding-right: 60px;
    width: 80%;
  }
}
@media screen and (min-width: 981px) {
  .topDisclaimer {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.topDisclaimer .preambule span.bold {
  color: #849647;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.topDisclaimer .preambule ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.topDisclaimer .preambule ul li {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  background-image: url("/wp-content/uploads/2025/03/CheckPuce.jpg");
  background-size: 19px Auto;
  margin-bottom: 17px;
  line-height: 1.8em;
}

.disclaimerButtons .bigButtons {
  text-align: center;
}
.disclaimerButtons .bigButtons.double a {
  width: 100%;
  max-width: 542px;
}
@media screen and (min-width: 1280px) {
  .disclaimerButtons .bigButtons.double a {
    width: 47.25%;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .disclaimerButtons .bigButtons.double {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
  }
}
.disclaimerButtons .bigButtons a {
  display: inline-block;
  padding: 25px 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  transition: 0.25s background-color, 0.25s color;
}
@media screen and (min-width: 768px) {
  .disclaimerButtons .bigButtons a {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .disclaimerButtons .bigButtons a {
    width: 47.25%;
  }
}
.disclaimerButtons .bigButtons a.gre {
  background-color: #849647;
  border-color: #849647;
}
.disclaimerButtons .bigButtons a.gre:hover {
  background-color: #fff;
  color: #849647;
}
.disclaimerButtons .bigButtons a.gla {
  background-color: #7e7067;
  border-color: #7e7067;
}
.disclaimerButtons .bigButtons a.gla:hover {
  background-color: #fff;
  color: #7e7067;
}/*# sourceMappingURL=disclaimer.css.map */