.allwin5-header {
  background: #fff;
  box-shadow: 0 2px 8px #0001;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
}
.header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo {
  height: 40px;
  width: auto;
  margin-right: 12px;
  vertical-align: middle;
}
.site-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #2563eb;
  margin-right: 32px;
  font-family: 'Inter', Arial, sans-serif;
  letter-spacing: 1px;
  vertical-align: middle;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.08rem;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.main-nav a:hover {
  color: #2563eb;
  background: #f0f4ff;
  box-shadow: 0 2px 8px #2563eb22;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-right a {
  color: #2563eb;
  font-size: 1.35rem;
  padding: 6px;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}
.header-right a:hover {
  color: #fff;
  background: #2563eb;
}
.titre-gradient {
  background: linear-gradient(90deg, #2563eb 0%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.prix-ebook {
  color: #2563eb;
  font-size: 2rem;
  font-weight: bold;
  margin: 12px 0;
}
.ebooks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 32px;
}
.ebook-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px #0001;
  padding: 24px;
  width: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ebook-thumb {
  width: 80px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}
.button {
  background: #2563eb;
  color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
}
.button:hover {
  background: #1e40af;
}
.wp-block-heading,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group .has-text-align-center {
  text-align: center;
}
.orders-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 32px;
}
.order-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px #0001;
  padding: 24px;
  width: 320px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order-card h3 {
  color: #2563eb;
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.orders-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 32px;
}
.order-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px #0001;
  padding: 24px;
  width: 320px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.order-card h3 {
  color: #2563eb;
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.button {
  background: #2563eb;
  color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
}
.button:hover {
  background: #1e40af;
}