.block-texte-bouton {
  width: 907px;
  margin: 156px auto 109px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 51px;
}

.block-texte-bouton-texte {
  width: 907px;
  font: 400 40px/49px 'Exo 2', sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1B355E;
}

.block-texte-bouton a {
  display: flex;
  width: 266px;
  height: 60px;
  padding: 0 23px 0 19px;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  align-self: stretch;
  background: #FFF url('data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.6667%2015L17.5%2010M21.6667%2015L17.5%2020M21.6667%2015H8M28.5%2015C28.5%2022.4558%2022.4558%2028.5%2015%2028.5C7.54416%2028.5%201.5%2022.4558%201.5%2015C1.5%207.54416%207.54416%201.5%2015%201.5C22.4558%201.5%2028.5%207.54416%2028.5%2015Z%22%20stroke%3D%22%231B355E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat 197px 50% / 27px;
  box-shadow: 0 6px 16.3px 0 rgba(27, 53, 94, 0.25);
  border: 1px solid #909FB8;
  border-radius: 22px;
  color: #1B355E;
  font: 600 16px/51px 'Exo 2', sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  margin: 0 auto;
  gap: 21px;
}

.block-texte-bouton a:hover {
  background: #1B355E url('data:image/svg+xml,%3Csvg%20width%3D%2229%22%20height%3D%2230%22%20viewBox%3D%220%200%2029%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.1667%2015.3623L17%2010.3623M21.1667%2015.3623L17%2020.3623M21.1667%2015.3623H7.5M28%2015.3623C28%2022.8181%2021.9558%2028.8623%2014.5%2028.8623C7.04416%2028.8623%201%2022.8181%201%2015.3623C1%207.90646%207.04416%201.8623%2014.5%201.8623C21.9558%201.8623%2028%207.90646%2028%2015.3623Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat 197px 50% / 27px;
  color: #FFF;
  border: 1px solid #1B355E;
}