
body{
    height: 1080px;
}

.liste-plans {
    border-radius: 25px;
    border: 1px solid;
    max-width: 95%;
    margin: auto;
    margin-top: 10px;
    padding: 40px 20px;
    color: #000;
    box-sizing: border-box;

}
 .titre-interne{

     font-size: 28px;

 }
 .titre-page {
    font-size: 1.7rem;
  }

  .liste-boutons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
  align-items: center;   /* centre les boutons horizontalement */
}

.btn-orange {
  display: inline-block;
  padding: 12px 24px;
  background: #ff9800;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  max-width: 300px;
  min-width: 300px;
}
.content-wrap {
    flex: 1; /* pousse le footer en bas */
}