.content {
/*
 * max-width: 430px;
 * margin: 0 auto;
 * padding: 10px 0;
 * text-align: left;
 */
}
.intro { 
  font-size: 18px;
  width:100%;
  max-width:1024px;
  padding: 10px 10px 0 10px;
  text-align:left;
  margin: 0 auto;
}
.equipe img {
  width:100%;
  max-width:1024px;
  height: auto;
  margin: 10px 0 0 0;
}
.center {
  text-align:center;
}
.mb-20 {
  margin-bottom: 20px;
}

.btn {
 font-size:22px;
 font-weight:bold;
}
.btn {
    display: inline-block;
    background-color: #3498db; /* Couleur du bouton */
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn a {
    color: #fff; /* Couleur du texte du lien */
    text-decoration: none;
    display: block; /* Rend le lien cliquable sur toute la boîte */
    width: 100%;
}

.btn:hover {
    background-color: #2980b9; /* Couleur au survol */
}

.btn a:hover {
    text-decoration: none; /* Pas de soulignement même au survol */
}
.small {
  font-size:1.125rem;
}

