@charset "UTF-8";
 
@font-face {
  font-display:swap;
  font-family: 'report';
  src:  url('../fonts/1942-report/1942.eot');
  src:  url('../fonts/1942-report/1942.eot') format('embedded-opentype'),
        url('../fonts/1942-report/1942.woff2') format('woff2'),
        url('../fonts/1942-report/1942.woff') format('woff'),
        url('../fonts/1942-report/1942.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-display:swap;
  font-family: 'andralis';
  src:  url('../fonts/andralis/AndralisNDOsF-Italic.eot');
  src:  url('../fonts/andralis/AndralisNDOsF-Italic.eot') format('embedded-opentype'),
        url('../fonts/andralis/AndralisNDOsF-Italic.woff2') format('woff2'),
        url('../fonts/andralis/AndralisNDOsF-Italic.woff') format('woff'),
        url('../fonts/andralis/AndralisNDOsF-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*, *:before,*:after {
  box-sizing: border-box;
}
img,
textarea {
  max-width: 100%;
  height: auto;
}
:root :where(body) {
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
}
body header,
body .container,
body > footer {
  max-width: 780px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body main {
  margin-bottom: 6rem;
}
body header {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 1fr;
  align-items: center;
  grid-gap: 3rem;
  padding-top: 1rem;
}
body.single header {
  padding: 0;
  width: calc(100% + 2rem);
  margin: -2rem -1rem 0;
  background: none;
}
body header .accroche {
  justify-self: stretch;
  align-self: stretch;
  display: grid;
  grid-gap: 3rem;
  align-items: center;
}
body header .baseline {
  font-family: 'report', sans-serif !important;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  margin: 3rem 0 0;
  font-weight: bold;
}
body header .signature {
  align-items: flex-end;
  text-align: right;
  font-family: 'andralis', sans-serif !important;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
body h1,
body h2,
body h3,
div#ez-toc-container .ez-toc-title {
  font-family: 'andralis', sans-serif !important;
  font-weight: bold;
}
body h1 {
  margin-bottom: 0;
}
body h1.entry-title {
  margin-top: 3rem;
}
body h2,
div#ez-toc-container .ez-toc-title {
  font-size: 2.2rem;
}
body.single h2 {
  margin-top: 3rem;
}
body p,
body li,
div#ez-toc-container ul li {
  font-family: 'andralis', sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.4;
}
body .wp-block-group .wp-block-group p,
body .wp-block-group .wp-block-group li,
.comment-form p,
.comment-form li,
.commentlist p,
.commentlist li {
  font-family: Inter, sans-serif !important;
  font-size: 1.2rem;
}
.comment-form p.logged-in-as,
.comment-form p.comment-notes {
  font-size: .85rem; 
  margin: -1.5rem 0 0;
}
.post-meta p {
  margin-top: 0;
}
.commentaires {
  background: #efefef;
  padding: 2rem;
  margin: 3rem 0;
  border-radius: 1rem;
}
h3#comments {
  margin-top: 0;
}
.single ul {
  list-style-type: none;
}
.single ul li:before {
  content: '— ';
}
.single .wp-block-group .wp-block-group ol li {
  font-size: 1rem;
}


div#ez-toc-container {
  margin: 4rem auto 4rem;
  padding: 2rem;
  box-shadow: none;
}
#ez-toc-container a {
  display: inline;
}

label {
  display: block;
}

.hide {
  display: none;
}
:root :where(.wp-block-list) {
  padding-left: 0;
}
.single .visuel img {
  width: 420px;
  display: block;
  margin: 0 auto 4rem;
}
.single .visuel.bas {
  margin-bottom: 4rem;
}
.single .visuel.bas img {
  margin: 0 auto;
  width: 240px;
}
.wp-block-table:not(.meles) td:first-child {
  font-weight: bold;
  text-align: center;
  word-wrap: keep-all !important;
}
.wp-block-table:not(.meles) td:not(:first-child):not(:empty) {
  background-color: black;
  color: white;
}
.wp-block-table.meles td {
  text-align: center;
}
mark.has-inline-color {
  margin: 0 .1rem 0 0;
  padding: .1rem .25rem;
}
bdo[lang] {
  font-family: Inter, sans-serif !important;
  font-size: 1rem;
}
body .evenements li {
  line-height: 1;
  margin-bottom:.5rem;
}
body .evenements h3:not(:first-child) {
  border-top: 1px dotted black;
  padding-top: .5rem;
  margin-top: 1.5rem;
}
body .evenements .wp-block-column:not(:last-child) {
  border-right: 1px dotted black;
  padding-right: .5rem;
}
.nav-links {
  margin-bottom: 6rem;
  width: auto;
  overflow: hidden;
}
.nav-link {
  text-align: center;
  margin-bottom: 2rem;
}
.nav-link a {
  text-align: center;
  text-decoration: none;
  border: 1px dotted black;
  display: inline-block;
  padding: .75rem 1rem;
}
.visuel.bas .nav-link a {
  text-align: center;
  text-decoration: none;
  border: 1px dotted black;
  display: inline-block;
  padding: 1rem 2rem;
}
.nav-link a:hover,
.nav-link a:focus,
.visuel.bas .nav-link a:hover,
.visuel.bas .nav-link a:focus {
  border: 1px solid black;
}
.nav-link.nav-link-prev {
  float: left;
  margin-right: 1rem;
}
.nav-link.nav-link-next {
  float: right;
  margin-left: 1rem;
}
.nav-link .button {
  font-family: Inter, sans-serif !important;
  font-size: .95rem;
  text-decoration: underline;
}
.nav-link .title {
  font-family: 'report', sans-serif !important;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: -2px;
}
p .nav-link .title {
  font-size: 1.8rem;
  letter-spacing: -.25rem;
  margin-top: -1rem;
  display: inline-block;
}


body.home .page-journal :where(.wp-block-columns) {
  margin-bottom: 0;
}
body.home .page-journal :where(.wp-block-columns) a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

textarea,
input:not([type="checkbox"]) {
  width: 100%;
  padding: .5rem;
  font-size: 1.2rem;
}
label[for="wp-comment-cookies-consent"] {
  display: inline;
}
input[type="submit"] {
  width: auto;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  margin: 2rem auto 0;
  display: block;
}
.commentlist {
  padding: 0;
  list-style: none;
}
.commentlist li {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.comment-metadata {
  display: none;
}
.comment-respond {
  border: 1px dotted black;
  padding: 0 2rem;
  border-radius: 1rem;
}

.page-journal {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
}
.page-journal:hover,
.page-journal:focus-within {
  box-shadow: inset 0 0 20px rgba(0,0,0,0.1), 1px 1px 32px rgba(0,0,0,0.4);
}

.page-journal  {
  position: relative;
}

@media screen and (max-width: 781px) {
  .home .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 25% !important;
  }
  body .evenements .wp-block-column:not(:last-child) {
    border-right: 0;
    padding-right: 0;
  }
}
@media screen and (min-width:551px) {
  .page-journal {
    width: min(90%, 868px);
    margin: 0 auto 3rem;
    padding: 1.5rem 3rem;
    border-radius: 4px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
  } 
  .page-journal:hover,
  .page-journal:focus-within {
    -webkit-transform: scale(1.025);
       -moz-transform: scale(1.025);
        -ms-transform: scale(1.025);
         -o-transform: scale(1.025);
            transform: scale(1.025);
  } 
  .single .page-journal {
    width: min(90%, 868px);
    padding: 3rem;
    margin: 6rem auto;
  } 
}
@media screen and (max-width:550px) {
  body header {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 3rem;
  }
  body.single header {
    margin: 0 0 3rem;
    width: 100%;
  }
  body header .baseline {
    font-size: 2.5rem;
    margin: 0;
  }
  body header .signature {
    text-align: center;
  }
  .page-journal,
  .single .page-journal {
    max-width: 780px;
    width: 94%;
    padding: 1rem;
    margin: 1rem auto;
    position: relative;
  }
  .single .page-journal {
    margin: 1rem auto 6rem;
  }
  .commentaires {
    padding: 1rem;
    margin: 3rem 0;
  }
  .comment-respond {
    padding: 0 1rem;
  }
  input[type="submit"] {
    padding: 1rem;
  }
  .visuel.bas .nav-link a {
    padding: 1rem;
  }
}
@media screen and (max-width:280px) {
  .home .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }
  h2.wp-block-post-title {
    text-align: center;
  }
}