.cont-texte,
.cont-button {
  margin: auto;
  margin-top: 100px;
  width: 85%;
  height: auto;
}

.cont-texte h3 {
  font-family: Barlow Condensed;
  /* font-size: 36px; */
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 35px;
  text-align: center;
}

.cont-texte h6 {
  font-family: Barlow Condensed;
  /* font-size: 32px; */
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 38.4px;
  text-align: center;
}

.cont-texte p {
  font-family: Montserrat;
  /* font-size: 20px; */
  font-weight: 400;
  line-height: 24.38px;
  text-align: center;
}

.cont-button {
  margin-top: 50px !important;
}

.cont-button .btn,
.cont-button .lien {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto !important;
  text-decoration: none;
  /* cursor: pointer; */
}

.cont-button .btn {
  margin-bottom: 20px !important;
}

.cont-button .btn a {
  width: 300px;
  text-align: center;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px #00000040;
  /* font-size: 16px; */
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px !important;
  text-decoration: none;
}
.cont-button .btn a:hover {
  background: #f7f7f7;
}

.cont-button .btn a span {
  color: #000;
  margin-left: 10px;
}

.cont-button .lien p {
  font-family: Inter;
  /* font-size: 20px; */
  /* font-weight: 300; */
  line-height: 24.2px;
  text-align: center;
  margin-bottom: 20px;
}

.cont-button .lien a {
  text-decoration: none;
  font-family: Inter;
  /* font-size: 20px; */
  font-weight: 500;
  line-height: 24.2px;
  text-align: center;
  color: #027580;
}
.cont-button .lien a:hover {
  text-decoration: underline;
text-underline-offset: 4px;
}

@media only screen and (max-width: 500px) {
  /* .cont-texte h3 {
    font-size: 5vw;
  }

  .cont-texte h6 {
    font-size: 4vw;
  }

  .cont-texte p {
    font-size: 3vw;
  }

  .cont-button .btn a {
    width: max-content;
    font-size: 3vw;
  }

  .cont-button .lien p,
  .cont-button .lien a {
    font-size: 5vw !important;
  } */
}

@media only screen and (min-width: 1620) {
  .cont-texte,
  .cont-button {
    margin: auto;
    margin-top: auto;
    margin-top: 100px;
    width: 1100px;
    height: auto;
  }
}
