:root {
  --ciel-white: #fff;
  --ciel-paper: #fbfaf7;
  --ciel-ink: #241c17;
  --ciel-muted: #6f625a;
  --ciel-wood: #6b4a33;
  --ciel-wood-dark: #3a261b;
  --ciel-blue: #54c7e8;
  --ciel-blue-deep: #0b5f82;
  --ciel-fr-blue: #1c3f94;
  --ciel-fr-red: #b02a2a;
  --ciel-line: rgba(36, 28, 23, .16);
  --ciel-line-blue: rgba(84, 199, 232, .42);

  --ciel-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ciel-container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ciel-ink);
  background: var(--ciel-white);
  font-family: var(--ciel-font);
  font-size: .95rem;
  line-height: 1.85;
  letter-spacing: .035em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0;
}

iframe,
video {
  max-width: 100%;
}

a {
  color: var(--ciel-blue-deep);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--ciel-blue);
  outline-offset: 3px;
}

button,
input,
textarea,
select {
  font: inherit;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin-top: .55em;
  color: var(--ciel-muted);
  font-size: .82rem;
  line-height: 1.6;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
  margin: .35em 1.4em 1em 0;
}

.alignright {
  float: right;
  margin: .35em 0 1em 1.4em;
}

.entry-content {
  font-size: .95rem;
  line-height: 1.95;
}

.entry-content h2 {
  margin: 3.2em 0 1.2em;
  padding: 0 0 .55em;
  border-bottom: 2px solid var(--ciel-line-blue);
  color: var(--ciel-ink);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.45;
}

.entry-content h3 {
  margin: 2.4em 0 1em;
  padding-left: .9em;
  border-left: 4px solid var(--ciel-wood);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.55;
}

.entry-content h4 {
  margin: 2em 0 .8em;
  color: var(--ciel-blue-deep);
  font-size: 1rem;
  font-weight: 600;
}

.entry-content p {
  margin: 0 0 1.45em;
}

.entry-content strong {
  color: var(--ciel-wood-dark);
  font-weight: 700;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.6em;
  padding-left: 1.4em;
}

.entry-content li + li {
  margin-top: .45em;
}

.entry-content hr {
  height: 1px;
  margin: 2.6em 0;
  border: 0;
  background: var(--ciel-line);
}

.entry-content blockquote {
  margin: 2em 0;
  padding: 1.2em 1.4em;
  border-left: 3px solid var(--ciel-blue);
  background: var(--ciel-paper);
  color: var(--ciel-muted);
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: .9rem;
}

.entry-content th,
.entry-content td {
  padding: .75em .9em;
  border: 1px solid var(--ciel-line);
  text-align: left;
}

.u-accent { color: var(--ciel-blue-deep); }
.u-france-blue { color: var(--ciel-fr-blue); }
.u-france-red { color: var(--ciel-fr-red); }
.u-wood { color: var(--ciel-wood); }
.u-muted { color: var(--ciel-muted); }

@media (max-width: 767px) {
  body {
    font-size: .92rem;
    line-height: 1.8;
    letter-spacing: .025em;
  }

  .entry-content {
    line-height: 1.9;
  }

  .entry-content h2 {
    margin-top: 2.4em;
    font-size: 1.28rem;
  }

  .entry-content h3 {
    margin-top: 2em;
    font-size: 1.08rem;
  }

  .alignleft,
  .alignright {
    float: none;
    margin: 1.4em 0;
  }
}
