@charset "UTF-8";
/*!
Theme Name: wp-bk-cat
Theme URI: https://www.wp.bertrand-kaernel.fr/
Author: Bertrand Kaernel
Author URI: https://www.bertrand-kaernel.fr/
Description: xxxx
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bk-cat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wp-bk-cat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/** FONT_SIZE TEXT */
/** FONT_SIZE H TITRE */
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted hsl(0, 0%, 60%);
}

ul,
ol {
  margin: 0px 0px 1.5rem 0px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: hsl(356, 80%, 40%);
  text-decoration: none;
}
a:visited {
  color: hsl(356, 80%, 40%);
}
a:hover, a:focus, a:active {
  color: hsl(356, 80%, 50%);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.a-inverse {
  color: hsl(356, 92%, 35%);
}
a.a-inverse:hover, a.a-inverse:focus, a.a-inverse:active {
  color: #f4f2f0;
}
a.a-light {
  color: hsl(356, 30%, 60%);
}
a.a-light:hover, a.a-light:focus, a.a-light:active {
  color: #f4f2f0;
}
a.icone {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: hsl(356, 80%, 40%);
  margin-left: 0.5rem;
}
a.icone svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
  fill: #f4f2f0;
}
a.icone:hover {
  background: hsl(356, 80%, 50%);
}
a.icone--sm {
  width: 1.5rem;
  height: 1.5rem;
}
a.icone--lg {
  width: 2.75rem;
  height: 2.75rem;
}

.tags-links {
  display: block;
}
.tags-links a {
  position: relative;
  font-size: 12.3px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #939393;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  outline: 1px solid #939393;
  border-radius: 4px;
}
.tags-links a:hover {
  color: hsl(356, 80%, 40%);
  outline: 1px solid hsl(356, 80%, 40%);
}
.tags-links span {
  display: inline-block;
}

.tax-terms {
  display: inline-flex;
  flex-wrap: wrap;
}
.tax-terms .tax-term {
  font-size: 10.75px;
  border: 1px solid #939393;
  border-radius: 4px;
  color: #939393;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 0.25rem;
}
.tax-terms .tax-term:hover {
  border: 1px solid hsl(356, 80%, 50%);
  color: hsl(356, 80%, 50%);
}
.tax-terms--auteur_livre .tax-term {
  font-size: 12.3px;
  border: none;
  color: hsl(356, 80%, 40%);
  padding: 0rem;
  text-transform: initial;
}
.tax-terms--auteur_livre .tax-term:hover {
  border: 0px;
}

button,
a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0px solid;
  border-color: hsl(356, 80%, 40%);
  border-radius: 0.5rem;
  background: hsl(356, 80%, 40%);
  color: #f4f2f0;
  font-weight: 600;
  font-size: 14.35px;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  line-height: 1.8;
  width: max-content;
}
button:hover,
a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #939393;
  cursor: pointer;
  background: hsl(356, 80%, 50%);
}
button:active, button:focus,
a.button:active,
a.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 0.35rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  padding: 0.35rem;
}

textarea {
  width: 100%;
}

#le_loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(221.34, 225.42, 227.46, 0.7);
  z-index: 99;
}
#le_loader .le-loader-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}
#le_loader .le-loader-c div {
  position: absolute;
  border: 6px solid hsl(356, 92%, 35%);
  border-radius: 50%;
  opacity: 1;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#le_loader .le-loader-c div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loader {
  0% {
    height: 0;
    left: 40px;
    opacity: 0;
    top: 40px;
    width: 0;
  }
  4.9% {
    height: 0;
    left: 40px;
    opacity: 0;
    top: 40px;
    width: 0;
  }
  5% {
    height: 0;
    left: 40px;
    opacity: 1;
    top: 40px;
    width: 0;
  }
  to {
    height: 80px;
    left: 0;
    opacity: 0;
    top: 0;
    width: 80px;
  }
}

.site-footer {
  background: hsl(356, 60%, 30%);
  min-height: 25vh;
}
.site-footer__top {
  background: hsl(200, 10%, 88%);
  padding-top: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
  padding-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
@media (min-width: 769px) {
  .site-footer__top .block-newsletter {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .site-footer__top .block-newsletter__title {
    margin-bottom: 0px;
  }
}
.site-footer__top .block-newsletter .honeypot {
  display: none;
}
.site-footer__top .block-newsletter form input[type=submit] {
  margin-left: 0.5rem;
}
.site-footer__main {
  color: #f4f2f0;
  padding-top: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
.site-footer__main .row-top {
  padding-top: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
  padding-bottom: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
  border-bottom: 1px dotted #f4f2f0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1025px) {
  .site-footer__main .row-top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-footer__main .block-title {
  padding-bottom: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
  margin-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
  border-bottom: 1px dotted #f4f2f0;
}
@media (min-width: 769px) {
  .site-footer__main .block-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.site-footer__main .block-title .site-title {
  font-size: clamp(38px, 35.7142857143px + 0.7142857143vw, 46px);
  margin-bottom: clamp(0.5rem, 0.429rem + 0.357vw, 0.75rem);
}
@media (min-width: 769px) {
  .site-footer__main .block-title .site-title {
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .site-footer__main .block-title .site-title {
    font-size: clamp(54px, 51.7142857143px + 0.7142857143vw, 62px);
    position: relative;
    top: 8px;
  }
}
.site-footer__main .block-title .site-description {
  font-size: 18.45px;
}
.site-footer__main .bk-nr-links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 426px) {
  .site-footer__main .bk-nr-links {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .site-footer__main .bk-nr-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
.site-footer__main .bk-nr-links li {
  margin-bottom: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
}
@media (min-width: 769px) {
  .site-footer__main .bk-nr-links li {
    margin-bottom: 0px;
  }
}
.site-footer__main .bk-nr-links li h2 {
  margin-bottom: clamp(0.25rem, 0.179rem + 0.357vw, 0.5rem);
  font-size: clamp(26px, 24.8571428571px + 0.3571428571vw, 30px);
}
.site-footer__main .bk-nr-links li .link-telephone {
  display: block;
}
.site-footer__main .bk-nr-links li a {
  display: block;
}
.site-footer__main .row-bottom {
  align-items: center;
  padding-top: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
  padding-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
@media (min-width: 1025px) {
  .site-footer__main .row-bottom {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer__main nav {
  margin-bottom: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
}
@media (min-width: 1025px) {
  .site-footer__main nav {
    margin-bottom: 0px;
  }
}
.site-footer__main nav ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.site-footer__main nav ul li {
  margin-right: 0.5rem;
  font-size: 18.45px;
  font-weight: 500;
  white-space: nowrap;
}
.site-footer__main nav ul li a {
  color: hsl(356, 30%, 60%);
}
.site-footer__main nav ul li a:hover {
  color: #f4f2f0;
}
.site-footer__main .reseaux-sociaux {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer__main .reseaux-sociaux h2 {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.site-footer__main .reseaux-sociaux .icone {
  display: inline-block;
  margin-left: 0.5rem;
}
.site-footer .block-zero-cookie {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  text-align: center;
  color: #121212;
  font-size: 14.35px;
}
.site-footer .block-zero-cookie svg {
  max-width: 16px;
  height: auto;
  margin-right: 0.75rem;
  fill: hsl(356, 80%, 50%);
}
.site-footer__infos {
  background: #121212;
  position: relative;
  color: #f4f2f0;
  text-align: right;
  font-size: 14.35px;
}
.site-footer__infos__row {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.main-archive #filter-form {
  padding: 1rem clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
  border-bottom: 2px solid hsl(0, 0%, 60%);
}
.main-archive .no-result {
  text-align: center;
  min-height: 60vh;
  display: grid;
  align-items: center;
  justify-content: center;
}
.main-archive .posts-navigation {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.list-row .list-header,
.list-row .page-header {
  display: grid;
  background: hsl(200, 10%, 88%);
  padding: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
  margin-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
@media (min-width: 769px) {
  .list-row .list-header,
  .list-row .page-header {
    margin-bottom: 0px;
  }
}
.list-row .list-header .entry-title,
.list-row .list-header .page-title,
.list-row .page-header .entry-title,
.list-row .page-header .page-title {
  margin: 0px;
}
.list-row .list-header .entry-title .prefix,
.list-row .list-header .page-title .prefix,
.list-row .page-header .entry-title .prefix,
.list-row .page-header .page-title .prefix {
  display: none;
}
@media (min-width: 769px) {
  .list-row.grid-column {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-row.grid-column > *:nth-child(-n+1) {
    grid-column: span 2;
  }
}
@media (min-width: 1025px) {
  .list-row.grid-column {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-row.grid-column > *:nth-child(-n+1) {
    grid-column: span 1;
  }
}
@media (min-width: 426px) {
  .list-row.type-livre {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .list-row.type-livre {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-row.type-livre > *:nth-child(-n+1) {
    grid-column: span 2;
  }
}
@media (min-width: 1025px) {
  .list-row.type-livre {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 426px) {
  .list-row.type-livre .list-header,
  .list-row.type-livre .page-header {
    margin-bottom: 0px;
  }
}
.list-row.type-date {
  margin-bottom: 2px;
}
@media (min-width: 426px) {
  .list-row.type-date {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-row.type-date > *:nth-child(-n+1) {
    grid-column: span 2;
  }
  .list-row.type-date > *:nth-child(n+2) {
    grid-column: span 1;
  }
}
@media (min-width: 1025px) {
  .list-row.type-date {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  position: relative;
  background-color: hsl(200, 10%, 88%);
  overflow: hidden;
  direction: rtl;
  margin-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
@media (min-width: 1025px) {
  .card {
    margin-bottom: 0px;
  }
}
.card:last-child {
  margin-bottom: 0px;
}
.card__content {
  padding: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
  padding-bottom: clamp(4.25rem, 3.536rem + 3.571vw, 6.75rem);
  direction: ltr;
}
.card__content .entry-title {
  margin-bottom: 0.5rem;
}
.card__content .entry-meta {
  font-size: 12.3px;
  color: #939393;
  margin-bottom: clamp(0.5rem, 0.5rem + 0.5vw, 1rem);
  text-transform: uppercase;
}
.card__content .tags-links {
  position: absolute;
  bottom: clamp(0.5rem, 0.429rem + 0.357vw, 0.75rem);
}
.card.card--livre {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  margin-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
@media (min-width: 426px) {
  .card.card--livre {
    margin-bottom: 0px;
  }
}
@supports (aspect-ratio: 1/1) {
  .card.card--livre .card__cover .cover__c {
    aspect-ratio: 0.65;
  }
}
@supports not (aspect-ratio: 1/1) {
  .card.card--livre .card__cover .cover__c {
    position: relative;
    width: 100%;
    padding-top: calc(100% / 0.65);
    overflow: hidden;
  }
  .card.card--livre .card__cover .cover__c > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.card.card--livre .card__cover .cover__c {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card.card--livre .card__content {
  position: absolute;
  background-color: hsl(200, 10%, 88%);
  transition: all 0.2s ease-in;
  top: 160px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.card.card--livre .tax-terms {
  position: absolute;
  bottom: clamp(0.5rem, 0.429rem + 0.357vw, 0.75rem);
}
.card.card--livre .tax-terms--auteur_livre {
  position: relative;
  bottom: 0px;
}
.card.card--livre:hover .card__content {
  cursor: pointer;
  top: 0px;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.card.card--date .card--date__row {
  direction: ltr;
  padding: clamp(0.75rem, 0.75rem + 0.75vw, 1.5rem);
  padding-bottom: clamp(2rem, 2rem + 2vw, 4rem);
}
.card.card--date .date-time {
  display: inline-block;
  font-weight: 700;
  font-style: italic;
  line-height: 2;
  color: #f4f2f0;
  background: hsl(356, 60%, 30%);
  padding: 0px 0.75rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.card.card--date .date-place {
  margin-bottom: 0.5rem;
}
.card.card--date .date-cover {
  position: relative;
  background-image: var(--bgd-image);
  background-size: cover;
}
@supports (aspect-ratio: 1/1) {
  .card.card--date .date-cover {
    aspect-ratio: 1.7;
  }
}
@supports not (aspect-ratio: 1/1) {
  .card.card--date .date-cover {
    position: relative;
    width: 100%;
    padding-top: calc(100% / 1.7);
    overflow: hidden;
  }
  .card.card--date .date-cover > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.card.card--date .date-cover {
  margin: 0px;
  filter: grayscale(0%) brightness(0.6) contrast(1);
}
.card.card--date .date-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: hsl(356, 60%, 30%);
  mix-blend-mode: color;
}
.card.card--date .date-cover:hover {
  filter: brightness(0.8);
  transition: all 0.2s ease-in;
}
.card.category_livre-a-paraitre:after {
  content: "A Paraitre";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: yellow;
  padding: 0.25rem 0.5rem;
  font-size: 12.3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #121212;
}
.card.category_livre-epuises:after {
  content: "Epuisé";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: yellow;
  padding: 0.25rem 0.5rem;
  font-size: 12.3px;
  font-weight: 500;
  text-transform: uppercase;
  color: #121212;
}

.archive-navigation {
  padding-top: clamp(1.75rem, 1.464rem + 1.429vw, 2.75rem);
  padding-bottom: clamp(1.75rem, 1.464rem + 1.429vw, 2.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-navigation .page-numbers {
  display: grid;
  align-items: center;
  justify-content: center;
  background: hsl(356, 60%, 30%);
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  color: #f4f2f0;
  font-weight: 500;
  margin: 0px 0.25rem;
}
.archive-navigation .page-numbers.current {
  background: hsl(356, 80%, 50%);
}
.archive-navigation .page-numbers:hover {
  cursor: pointer;
  background: hsl(356, 80%, 50%);
}

article.page {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
article.page .entry-header {
  margin-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
article.page .entry-header .entry-title {
  margin-bottom: 0px;
}
article.page .page-cover {
  padding-top: 0px;
  padding-bottom: 2rem;
}
article.page .page-cover figure {
  margin: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
article.page .page-cover figcaption {
  text-align: center;
  margin-top: 0.5rem;
}

.page-template-page-contact .success-message {
  border: 2px solid #23a08e;
  color: #23a08e;
  margin-bottom: 2rem;
  padding: 0.5;
}
.page-template-page-contact .validation-message {
  border: 2px solid #e23a08;
  color: #e23a08;
  margin-bottom: 2rem;
  padding: 0.5rem;
}
.page-template-page-contact #bk-contact-form {
  display: grid;
}
.page-template-page-contact #bk-contact-form label {
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  display: grid;
}
.page-template-page-contact #bk-contact-form textarea,
.page-template-page-contact #bk-contact-form input {
  margin-top: 0.5rem;
}
.page-template-page-contact #bk-contact-form input[type=submit] {
  margin-top: 1.5rem;
  width: fit-content;
}
.page-template-page-contact #bk-contact-form .honeypot {
  display: none;
}

.tax-category_date main.site-main,
.page-template-page-agenda-next main.site-main,
.page-template-page-agenda-past main.site-main {
  padding-top: 0px;
}
.tax-category_date .page-header--agenda,
.page-template-page-agenda-next .page-header--agenda,
.page-template-page-agenda-past .page-header--agenda {
  display: grid;
  align-items: center;
  justify-content: center;
}
.tax-category_date .page-header--agenda .entry-title,
.page-template-page-agenda-next .page-header--agenda .entry-title,
.page-template-page-agenda-past .page-header--agenda .entry-title {
  text-align: center;
  margin: 2rem 0px;
}
.tax-category_date .page-footer,
.page-template-page-agenda-next .page-footer,
.page-template-page-agenda-past .page-footer {
  grid-column: 2/span 6;
  text-align: center;
}
@media (min-width: 769px) {
  .tax-category_date .page-footer,
  .page-template-page-agenda-next .page-footer,
  .page-template-page-agenda-past .page-footer {
    grid-column: 2/span 12;
    text-align: right;
  }
}

.page-template-page-accueil main article.type-page {
  margin-bottom: 4rem;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(0.5rem, 0.429rem + 0.357vw, 0.75rem);
}
.page-template-page-accueil .section {
  margin-bottom: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
.page-template-page-accueil .section .block-header {
  display: grid;
  align-items: center;
  justify-content: center;
}
.page-template-page-accueil .section .block-header h2.h1 {
  margin-bottom: 0px;
}
.page-template-page-accueil .section .list-row {
  grid-column: 1/span 3;
}
.page-template-page-accueil .section--en-tete {
  position: relative;
  padding: 0px;
}
.page-template-page-accueil .section--en-tete .article {
  display: grid;
  grid-template-columns: clamp(1.25rem, 1.25rem + 1.75vw, 3rem) repeat(12, 1fr) clamp(1.25rem, 1.25rem + 1.75vw, 3rem);
  grid-template-rows: repeat(6, 13.5vh);
  background: hsl(356, 60%, 30%);
}
.page-template-page-accueil .section--en-tete .article__content {
  z-index: 6;
  grid-column: 1/span 7;
  grid-row: 2/span 4;
  padding: 3rem;
  color: #f4f2f0;
}
.page-template-page-accueil .section--en-tete .article__cover {
  grid-column: 8/span 7;
  grid-row: span 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(0.7);
}
.page-template-page-accueil .section--breves .list-row {
  grid-template-columns: repeat(3, 1fr);
  margin: 0px;
  width: 100%;
}
.page-template-page-accueil .section--breves .list-row .card {
  padding: 2rem 1.5rem;
}
.page-template-page-homepage main {
  text-align: center;
  min-height: 60vh;
  background-image: var(--bgd-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: hsl(356, 60%, 30%);
}
.page-template-page-homepage main article {
  padding: 6rem 0px 6rem;
  padding-left: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
  padding-right: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
}
.page-template-page-homepage main article .entry-header .entry-title {
  text-align: center;
  color: #f4f2f0;
}
.page-template-page-homepage main article .entry-content {
  color: #f4f2f0;
  max-width: 1024px;
  margin: 0px auto;
  text-align: justify;
}

.error404 section {
  grid-column: 2/span 6;
}
@media (min-width: 769px) {
  .error404 section {
    grid-column: 4/span 8;
  }
}
.error404 .page-header {
  margin-top: 3rem;
}
.error404 .search-form {
  margin-bottom: 3rem;
}
.error404 .widget_recent_entries ul {
  margin-top: 0px;
  padding-top: 0px;
}

.search .page-header {
  padding-top: 1.5rem;
  grid-column: 2/span 6;
}
@media (min-width: 769px) {
  .search .page-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    grid-column: 2/span 12;
  }
}
.search .page,
.search .card {
  grid-column: 2/span 6;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  .search .page,
  .search .card {
    grid-column: 2/span 12;
  }
}

.single main {
  padding-top: 0rem;
}
.single .bk-breadcrumb {
  padding: 0.5rem 0px;
  overflow: hidden;
  text-wrap: nowrap;
  border-bottom: 1px dotted hsl(0, 0%, 60%);
}
.single .bk-breadcrumb__ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.single .post {
  position: relative;
}
.single .post .entry-header {
  position: relative;
  height: 25rem;
  margin-bottom: clamp(1.5rem, 1.5rem + 1.5vw, 3rem);
  padding: 0px;
  background: hsl(356, 60%, 30%);
}
.single .post .entry-header .post-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.single .post .entry-header .post-cover figure {
  position: absolute;
  margin: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: grayscale(0%) brightness(0.6) contrast(1);
}
.single .post .entry-header .post-cover figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: hsl(356, 60%, 30%);
  mix-blend-mode: color;
}
.single .post .entry-header section {
  position: absolute;
  bottom: 4rem;
  width: 100%;
}
.single .post .entry-header section hgroup {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.single .post .entry-header section hgroup .entry-title {
  color: #f4f2f0;
  margin-bottom: 0px;
}
.single .post .entry-header section hgroup .entry-meta {
  font-size: 14.35px;
  color: #f4f2f0;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.single .post .entry-header section hgroup .entry-meta .cat-links a {
  color: hsl(356, 30%, 60%);
}
.single .post .entry-header section hgroup .entry-meta .cat-links a:hover {
  color: #f4f2f0;
}
.single .entry-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.single .entry-content:has(+ .entry-footer) {
  margin-bottom: clamp(2.75rem, 2.321rem + 2.143vw, 4.25rem);
}
.single .entry-footer {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: clamp(1.75rem, 1.464rem + 1.429vw, 2.75rem);
}
.single .entry-footer .tags-links {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: clamp(2.75rem, 2.321rem + 2.143vw, 4.25rem);
}
.single .entry-footer .single-partage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.single .entry-footer .single-partage span {
  position: relative;
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
  padding-bottom: clamp(0.25rem, 0.179rem + 0.357vw, 0.5rem);
}
.single .entry-footer .single-partage span:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 1px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: hsl(356, 60%, 30%);
}
.single .post-navigation {
  border-top: 1px dotted hsl(0, 0%, 60%);
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .single .post-navigation__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.single .post-navigation__mention {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 14.35px;
}
.single .post-navigation h2 {
  margin-bottom: 0px;
  font-size: clamp(18px, 17.4285714286px + 0.1785714286vw, 20px);
}
.single .post-navigation .post-previous {
  flex: 1 1 50%;
  margin-bottom: clamp(0.75rem, 0.607rem + 0.714vw, 1.25rem);
}
@media (min-width: 769px) {
  .single .post-navigation .post-previous {
    margin-bottom: 0px;
  }
}
.single .post-navigation .post-next {
  flex: 1 1 50%;
}
@media (min-width: 769px) {
  .single .post-navigation .post-next > * {
    width: 100%;
    text-align: right;
  }
}

.single-livre article {
  padding-top: clamp(2.75rem, 2.321rem + 2.143vw, 4.25rem);
}
.single-livre article .entry-header {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 1px dotted hsl(0, 0%, 60%);
}
.single-livre article .entry-header:has(+ .entry-content) {
  padding-bottom: clamp(1.75rem, 1.464rem + 1.429vw, 2.75rem);
  margin-bottom: clamp(1.75rem, 1.464rem + 1.429vw, 2.75rem);
}
.single-livre article .entry-header:has(+ .entry-footer) {
  padding-bottom: clamp(1.75rem, 1.464rem + 1.429vw, 2.75rem);
  margin-bottom: clamp(1.75rem, 1.464rem + 1.429vw, 2.75rem);
}
.single-livre article .entry-header .post-cover {
  grid-column: 1/span 12;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .single-livre article .entry-header .post-cover {
    grid-column: 1/span 5;
    padding-right: clamp(2.75rem, 2.321rem + 2.143vw, 4.25rem);
    margin-bottom: 0px;
  }
}
.single-livre article .entry-header .post-cover figure {
  aspect-ratio: 0.65;
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.single-livre article .entry-header .header-content {
  grid-column: 1/span 12;
}
@media (min-width: 769px) {
  .single-livre article .entry-header .header-content {
    grid-column: 6/span 7;
    position: sticky;
    top: 1.5rem;
    z-index: 66;
  }
}
.single-livre article .entry-header .header-content .livre__details {
  padding: 0px;
  list-style: none;
}

.single-date article.date {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
}
.single-date .entry-header {
  margin-top: clamp(2.75rem, 2.321rem + 2.143vw, 4.25rem);
  margin-bottom: 2rem;
}
.single-date .entry-header hgroup {
  grid-column: 2/span 12;
}
@media (min-width: 769px) {
  .single-date .entry-header hgroup {
    grid-column: 3/span 10;
  }
}
@media (min-width: 1025px) {
  .single-date .entry-header hgroup {
    grid-column: 4/span 8;
  }
}
.single-date .entry-header .date-detail {
  padding: 2rem;
  background: hsl(200, 10%, 88%);
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 769px) {
  .single-date .entry-header .date-detail {
    grid-column: 3/span 10;
  }
}
@media (min-width: 1025px) {
  .single-date .entry-header .date-detail {
    grid-column: 4/span 8;
  }
}
.single-date .entry-header .date-detail__el {
  margin-bottom: 0.5rem;
}
.single-date .entry-header .date-detail + .post-cover {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .single-date .entry-header .post-cover {
    grid-column: 3/span 10;
  }
}
@media (min-width: 1025px) {
  .single-date .entry-header .post-cover {
    grid-column: 4/span 8;
  }
}
.single-date .entry-header .post-cover figure {
  background-image: var(--post-cover);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@supports (aspect-ratio: 1/1) {
  .single-date .entry-header .post-cover figure {
    aspect-ratio: var(--cover-ratio);
  }
}
@supports not (aspect-ratio: 1/1) {
  .single-date .entry-header .post-cover figure {
    position: relative;
    width: 100%;
    padding-top: calc(100% / var(--cover-ratio));
    overflow: hidden;
  }
  .single-date .entry-header .post-cover figure > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.single-date .entry-header .post-cover figure {
  margin: 0px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-size: small;
  color: rgba(122.4, 30.6, 36.72, 0.7);
}

.gallery {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
  grid-gap: 2rem;
}
.gallery .gallery-item {
  margin: 0px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

p.exergue {
  padding: 0px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
  padding-left: 2rem;
}

.shortcode-encadre {
  background-color: hsl(200, 10%, 88%);
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0px;
}
.shortcode-encadre p + h2 {
  margin-top: 0px;
}
.shortcode-encadre p:first-child,
.shortcode-encadre p:last-child {
  display: none;
}

.shortcode-chapeau {
  font-size: 1.2rem;
  font-weight: 600;
}

.accordion {
  border-radius: 5px;
  margin: 40px auto;
  width: 100%;
  background: hsl(200, 10%, 88%);
}
.accordion__title {
  padding: 1.125rem;
  cursor: pointer;
  position: relative;
  border-bottom: 3px solid hsl(200, 10%, 96%);
}
.accordion__title > h3 {
  margin-top: 0px !important;
  margin-bottom: 0px;
  padding-right: 4rem;
}
.accordion__title.active span.loadMore {
  transform: rotate(45deg);
}
.accordion__title span.loadMore {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 28px;
  background: transparent;
  padding: 0px;
  border: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.accordion > br {
  display: none;
}
.accordion__content {
  border-top: 0px;
  padding: 0rem 1.25rem;
  overflow: hidden;
  height: 0px;
}
.accordion__content > br:first-child,
.accordion__content > br:last-child {
  display: none;
}
.accordion__content p:nth-child(1) {
  margin-top: 0px;
}
.accordion__title.active + .accordion__content {
  padding: 1.25rem 1.25rem;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.bk-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 2rem 0px;
}
.bk-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.hidden {
  display: none;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-in-out;
}
.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

.cross-diagonal {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cline x1='0' y1='0' x2='80' y2='80' stroke='%23aaa' stroke-width='1' stroke-opacity='0.2'/%3E%3Cline x1='80' y1='0' x2='0' y2='80' stroke='%23aaa' stroke-width='1' stroke-opacity='0.2'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  background-repeat: repeat;
}

/** 
* AVOID A FOUC
*/
html {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */