@charset "UTF-8";
/* Pages statiques des tarifs (/prix.html, /prix/{slug}.html) : tableau lisible, liste des modèles, bouton vers le moteur. */
.prix {
  line-height: 1.4;
  text-align: left;
}

.price-table {
  max-width: 640px;
  margin: 1.5rem auto 0;
  color: var(--gris2);
}
.price-table h2 {
  margin: 0 0 0.4em;
  font-size: 1.3em;
  font-family: inherit;
  color: var(--gris1);
  text-align: left;
}
.price-table p {
  margin: 0 0 0.8em;
  font-size: 0.95em;
}
.price-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  color: var(--gris1);
}
.price-table tr {
  border: 0;
}
.price-table tr:hover {
  font-size: inherit;
  font-weight: inherit;
}
.price-table th, .price-table td {
  width: auto;
  padding: 0.5em 0.6em;
  border-bottom: 1px solid rgba(0, 171, 197, 0.3);
  text-align: left;
}
.price-table tbody tr {
  transition: background 0.15s;
}
.price-table tbody tr:hover {
  background: rgba(0, 171, 197, 0.08);
}
.price-table td a {
  display: block;
  color: inherit;
}
.price-table tbody tr:hover td a {
  color: var(--accent);
}
.price-table th {
  color: var(--gris2);
  font-weight: normal;
  font-size: 0.85em;
  text-transform: uppercase;
}
.price-table .price {
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
}
.price-table .unavailable {
  display: inline-block;
  margin-left: 0.4em;
  padding: 0.1em 0.5em;
  border-radius: 1em;
  background: rgba(239, 68, 68, 0.15);
  color: #af4b4b;
  font-size: 0.75em;
}
.price-table .price-cta {
  margin: 1.2em 0 0;
  text-align: center;
}
.price-table .price-cta-top {
  display: grid;
  gap: 0.5em;
  justify-items: center;
  margin: 0 0 1.4em;
}
.price-table .not-a-robot {
  font-size: 0.85em;
  color: var(--gris3);
}
.price-table .not-a-robot:hover {
  color: var(--accent);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1.4em;
  border-radius: 20px;
  background: var(--accent);
  color: var(--topmain);
  font-weight: bold;
  transition: background 0.2s;
}
.cta:hover {
  background: var(--accentCyan);
}

.prix-back {
  max-width: 640px;
  margin: 1.5rem auto 0;
  font-size: 0.9em;
}
.prix-back a {
  color: var(--gris2);
}
.prix-back a:hover {
  color: var(--accent);
}

.devices-index {
  max-width: 640px;
  margin: 1.5rem auto 0;
  color: var(--gris2);
}
.devices-index h3 {
  margin: 1.2em 0 0.4em;
  font-size: 1em;
  font-family: inherit;
  color: var(--gris1);
  text-align: left;
}
.devices-index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1em;
}
.devices-index a {
  color: var(--gris2);
}
.devices-index a:hover {
  color: var(--accent);
  text-decoration: underline;
}

/*# sourceMappingURL=prix.css.map */
