@charset "UTF-8";
:root {
  --md-text-font: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif;
  --md-code-font: ui-monospace, SFMono-Regular, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}

[data-md-color-scheme=default] {
  --md-default-bg-color: #ffffff;
  --md-default-fg-color: #1f2328;
  --md-primary-fg-color: #ffffff;
  --md-primary-bg-color: #1f2328;
  --md-accent-fg-color: #0969da;
  --md-typeset-a-color: #0969da;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
  color: #1f2328;
}

.md-header {
  background: #ffffff;
  color: #1f2328;
  box-shadow: none;
  border-bottom: 1px solid #d0d7de;
}
.md-header .md-header__title {
  font-weight: 600;
  font-size: 1rem;
}
.md-header .md-header__button {
  color: #1f2328;
}

.md-search__form {
  background: #f6f8fa;
  border: 1px solid #d0d7de;
  border-radius: 6px;
}

.md-search__input {
  color: #1f2328;
}
.md-search__input::placeholder {
  color: #59636e;
}

.md-grid {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.md-main__inner {
  margin-top: 0;
}

.md-sidebar {
  padding-top: 1rem;
}

.md-sidebar--primary {
  width: 280px;
  border-right: 1px solid #d0d7de;
}

.md-sidebar--secondary {
  border-left: 1px solid #d0d7de;
}

.md-nav {
  font-size: 0.78rem;
}
.md-nav .md-nav__title {
  color: #1f2328;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
}
.md-nav .md-nav__link {
  color: #1f2328;
}
.md-nav .md-nav__link:hover {
  color: #0969da;
}
.md-nav .md-nav__link--active {
  color: #0969da;
  font-weight: 600;
}

.md-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.md-content__inner {
  padding: 2rem 2.2rem 4rem;
}

.md-typeset {
  color: #1f2328;
  font-size: 0.85rem;
  line-height: 1.6;
}
.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4 {
  color: #1f2328;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.md-typeset h1 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.md-typeset h2 {
  font-size: 1.5rem;
  margin-top: 2.25rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #d0d7de;
}
.md-typeset h3 {
  font-size: 1.25rem;
  margin-top: 1.75rem;
}
.md-typeset a {
  color: #0969da;
  text-decoration: none;
}
.md-typeset a:hover {
  color: #0550ae;
  text-decoration: underline;
}
.md-typeset code {
  border-radius: 6px;
}
.md-typeset pre > code {
  font-size: 0.8rem;
  line-height: 1.5;
}
.md-typeset table:not([class]) {
  border: 1px solid #d0d7de;
}
.md-typeset table:not([class]) th {
  background: #f6f8fa;
  font-weight: 600;
}
.md-typeset table:not([class]) td, .md-typeset table:not([class]) th {
  border: 1px solid #d0d7de;
}
.md-typeset blockquote {
  color: #59636e;
  border-left-color: #d0d7de;
}

.preface-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.94rem;
  line-height: 1.8;
}
.preface-content p {
  margin-bottom: 1.25rem;
}
.preface-content strong {
  font-weight: 650;
}

.md-typeset img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.md-typeset pre > code {
  white-space: pre-wrap !important;
  overflow-x: hidden !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.md-dialog {
  padding: 0 !important;
  background-color: #ffffff !important;
  border: 1px solid #d0d7de !important;
  border-left: 4px solid #1f883d !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 16px rgba(31, 35, 40, 0.15) !important;
  overflow: hidden;
}
.md-dialog__inner {
  position: relative;
  padding: 0.8rem 1.1rem 0.8rem 3rem;
  background-color: #ffffff !important;
  color: #1f2328 !important;
  font-size: 0.85rem;
  line-height: 1.4;
}
.md-dialog__inner::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  color: #ffffff;
  background-color: #1f883d;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.8rem;
}

#Cards et logos Newsletters .newsletter-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.newsletter-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #d0d7de;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 1.5rem;
}

.newsletter-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.08);
}

.newsletter-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-card-image img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0;
}

.newsletter-card-content {
  min-width: 0;
}

.newsletter-card-content h2 {
  margin: 0 0 0.7rem 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.newsletter-card-content hr {
  margin: 0.7rem 0 1rem 0;
  border: 0;
  border-top: 1px solid #d0d7de;
}

.newsletter-card-content p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.newsletter-card-content p:last-child {
  margin-bottom: 0;
}

.preface-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1.5rem 0 2.5rem 0;
}

.preface-photo {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 !important;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(31, 35, 40, 0.12);
}

.preface-intro {
  display: flex;
  align-items: center;
}
.preface-intro p {
  margin: 0;
  color: #59636e;
  font-size: 1rem;
  line-height: 1.6;
}
.preface-intro strong {
  color: #1f2328;
  font-size: 1.35rem;
  font-weight: 650;
}

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