.le-bloc-d-Alex {
  background: #f7f6f2;
  border-radius: 8px;
  padding: 16px;
  font-family: inherit;
  max-width: 30%;
  align-self: stretch;
  
}

.le-bloc-d-Alex:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.le-bloc-d-Alex img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}
.le-bloc-d-Alex h2 {
  color: #23336e;
  /* font-size: 1.2rem; */
  margin: 0 0 8px 0;
}
.le-bloc-d-Alex p {
  /* color: #b89c5a;
  font-size: 1rem; */
  margin: 0 0 16px 0;
}
.le-bloc-d-Alex .btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #23336e;
  border-radius: 24px;
  color: #23336e;
  background: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s;
}
.le-bloc-d-Alex .btn:hover {
  background: #23336e;
  color: #fff;
}
