.own {
  --cassiopeia-color-primary: #00391e; /*vert gris foncé ACCUEIL*/
  --cassiopeia-color-hover: #37bdaa;/*vert lumineux */
  --cassiopeia-color-link: #2F9C95;/*vert bleu clair */
}
.custom1 {
  --cassiopeia-color-primary: #008ebd; /*vert bleu lumineux PONEYS */
  --cassiopeia-color-link: #008b8b; /*vert bleu moyen */
  --cassiopeia-color-hover: #004671; /*bleu vert foncé */
}
.custom2 {
  --cassiopeia-color-primary: #daa520; /* sable doré CONTACT */
  --cassiopeia-color-link: #cd853f; /* ocre moyen */
  --cassiopeia-color-hover: #8b4513; /* sable brun */
}
.custom3 {
  --cassiopeia-color-primary: #8b4513; /* sable brun PRATIQUE */
  --cassiopeia-color-link: #daa520; /* sable doré */
  --cassiopeia-color-hover: #cd853f; /* ocre moyen */
}

 .btn-tarifs  {
  background-color:#bd1100;>   width : 40%; /* rouge feu */
  display: d-flex;
  margin: 0.5rem;
  text-align: center;
  border-radius:1em;
 }
 .btn-horaires {
     background-color:#8b4513; /* sable brun */
   width : 40%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  50px;
 }
 .btn-competitions {
     background-color:#8b4513; /* sable brun */
   width : 40%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  50px;
 }
 .btn-evenements {
     background-color:#8b4513; /* sable brun */
   width : 40%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  50px;
 }
 .btn-partenaires {
     background-color:firebrick;
   width : 40%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  1em;
 }
 .btn-boutique {
     background-color:#daa520; /* sable doré */
   width : 20%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  1em;
 }
 .btn-documents {
     background-color:#c98585; /* sable corail */
   width : 20%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  1em;
 }
.btn-decouverte {
     background-color:#1C5E5A;  /* gris vert sombre */
   width : 40%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  1em;
 }
.btn-loisirs {
     background-color:#1C5E5A; /* gris vert sombre */
   width : 40%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  1em;
 }
.btn-competition {
     background-color:#1C5E5A; /* gris vert sombre */
   width : 40%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  1em;
 }
.btn-sha {
     background-color:#000080; /* navy */
   width : 30%;
   display: d-flex;
   margin: 0.5rem;
   text-align: center;
   border-radius:  1em;
    --cassiopeia-color-hover: #ff0000;/*rouge */
 }
.readmore a {
    background-image:linear-gradient(to bottom,#fff,red)
}
