body {
  font-family: system-ui, -apple-system, sans-serif;
  color: #1d1d1f;
  line-height: 1.65;
  letter-spacing: normal;
}

/* Unification typographique globale pour le texte (police système) en écrasant les surcharges de Bootstrap et du thème */
body, p, a, li, span, input, textarea, select, button, blockquote, .post-meta, .summary, .subheading, .copyright {
  font-family: system-ui, -apple-system, sans-serif !important;
}

/* Préservation de Font Awesome pour les icônes */
.fa {
  font-family: "FontAwesome" !important;
}

a {
  color: #0672D1;
}

a:hover {
  color: #063E7D;
}

a:visited {
  color: #7E57C2;
}

footer {
  font-size: 14px;
  padding: 0 0 20px 0;
}

footer.index a {
  color: #aaa;
}

table {
  border-spacing: 8px 0;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #ccc;
}

th, td {
  padding: 2px 8px;
}

h1, h2, h3, h4, h5, h6, .post-archive-link, .navbar-brand {
  font-family: "Figtree", system-ui, -apple-system, sans-serif !important;
  letter-spacing: -0.022em;
}

h1{
  font-weight: 700;
}

h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000
}

h2, h3, h4, h5, h6 {
  margin-top: 40px;
}

.intro-header .page-heading h1, .intro-header .site-heading h1, .intro-header .post-heading h1, h1 {
  letter-spacing: -.003em;
}
.intro-header .site-heading .subheading, .intro-header .page-heading .subheading {
  font-weight: normal;
}

@media screen and (max-width:768px) {
  .intro-header .page-heading h1, .intro-header .site-heading h1, .intro-header .post-heading h1, h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  article {
    text-align: start;
  }
  .summary {
    font-size: 18px;
  }
  body {
    font-size: 16px;
  }
}

@media screen and (min-width:768px) {
  .intro-header .page-heading h1, .intro-header .site-heading h1, .intro-header .post-heading h1, h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  article {
    text-align: start;
  }
  .summary {
    font-size: 22px;
  }
  article {
    text-align: justify;
  }
  body {
    font-size: 17px;
  }
}

.post-archive-link {
  font-size: 19px;
  font-weight: 600;
}

.site-heading, .page-heading, .intro-header, .post-heading {
  height: auto;
}

.intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
  padding: 120px 0 0 0;
  color: #000000;
}

.post-heading .meta, .intro-header .post-heading .meta {
  font-weight: 600;
  color: #757575;
  font-size: 12px;
}

.post-heading .meta{
  margin-bottom: 5px;
  display:inline-block;
}

.intro-header {
  margin-bottom: 0px;
}

.intro-header hr{
  margin-top: 32px;
  margin-bottom: 32px;
}

.summary {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}

p:first-of-type {
  margin-top: 0px;
}

p {
  margin-top: 20px;
}

article img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

figure {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

figure img {
  border: #eee 1px solid;
  border-radius: 16px;
  box-shadow: #eee 0px 4px 4px;
}

figcaption {
  color: #6e6e73;
  margin-top: 8px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 600;
}

.navbar-custom {
  background: #0672D1;
  color: #FFFFFF
}

.navbar-default .navbar-brand{
  color: #FFFFFF
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF80;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #FFFFFF80;
}
.navbar-default .navbar-toggle {
  border-color: #FFFFFF80;
}

.navbar-custom .nav li a {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFFFFF
}

@media only screen and (min-width:768px) {
  .navbar-custom {
    border-bottom: 1px solid transparent
  }
  .navbar-custom .navbar-brand {
    font-weight: 400;
    padding: 20px
  }
  .navbar-custom .nav li a {
    padding: 20px
  }
}

@media only screen and (min-width:1170px) {
  .navbar-custom.is-fixed {
    position: fixed;
    top: -61px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #000000
  }
  .navbar-custom.is-fixed .nav li a {
    color: #000000
  }
}

.intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading {
  color: #000000
}

.intro-header .post-heading .meta a {
  color: #000000
}

.download-footer{
  padding-top: 80px
}

.btn-naonedbus {
  background-color: #0672D1;
  color: #FFFFFF !important;
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s;
  border: none;
}

.btn-naonedbus:hover {
  background-color: #063E7D;
  color: #FFFFFF !important;
  text-decoration: none;
}

:lang(fr) {
  quotes: "« " " »";;
}
