@charset "UTF-8";
/**
 * Feuilles de style principale
 *
 * @package     thème Wordpress : Mairie de Chamrousse
 * @author      DESSI Alain <contact@alain-dessi.com>
 * @link        http://www.alain-dessi.com
 * 
 */
/**
 * Feuille de style couleurs
 *
 * @package     thème : Mairie de Chamrousse
 * @author      DESSI Alain <contact@alain-dessi.com>
 * @link        http://www.alain-dessi.com
 * 
 */
/* ----------------------------------------
 * Polices du site
 * ---------------------------------------*/
.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.nunito-sans-regular {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

/* ----------------------------------------
 * Variables taille (viewport)
 * ---------------------------------------*/
.desktop-only {
  display: inline-block;
}
@media (max-width: 1290px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1290px) {
  .mobile-only {
    display: inline-block;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.container {
  width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-fluid {
  width: 100%;
}

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

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1290px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

.logo-juranville {
  height: 62px;
  width: auto;
}

.background-grey {
  background-color: #4f4f4f;
  color: #f0f0f0 !important;
}

#main-content {
  margin: 0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1290px) {
  #main-content {
    margin-top: 119px;
    padding-bottom: 2rem;
  }
}
#main-content .wp-element-caption {
  width: 100%;
  text-align: center;
  color: #757575;
  padding: 0;
  margin: 0;
}

.home #main-content {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1290px) {
  .home #main-content {
    margin-top: 36px;
  }
}

h2 {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 2.5rem;
}

.btn-dore {
  padding: 1rem 2rem;
  background-color: #c5a374;
  color: #f0f0f0;
  border-radius: 0;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-dore:hover {
  background-color: #333;
}

.btn-normal {
  padding: 1rem 2rem;
  border: 1px solid #9e9e9e;
  color: #333;
  border-radius: 0;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-normal:hover {
  background-color: #333;
  color: #f0f0f0;
}

.button {
  margin-top: 2rem;
}

.logo {
  height: 62px;
  width: 400px;
  background-image: url("../imgs/logo-ajuranville-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.first-hamburger-button {
  position: fixed;
  right: 12px;
  top: 20px;
  z-index: 1000;
  background-color: #333;
}
.first-hamburger-button .hamburger {
  width: 46px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.first-hamburger-button .hamburger span {
  margin: 6px 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #c5a374;
}

/** 
 * Header + Menu
 */
#first-header-menu {
  padding-top: 2rem;
}
@media screen and (max-width: 1290px) {
  #first-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 80px;
    background-color: #333 !important;
    z-index: 500;
  }
}
#first-header-menu .menu-container {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}
#first-header-menu .menu-container .logo-container {
  margin-right: 2rem;
}
@media screen and (max-width: 1290px) {
  #first-header-menu .menu-container .logo-container {
    margin-right: 0rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  #first-header-menu .menu-container .logo-container .logo {
    width: 100vw;
    height: 80px;
    background-size: 260px;
    background-position: 12px center;
    background-image: url("../imgs/logo-ajuranville-white.svg") !important;
  }
}
#first-header-menu .menu-container .menu-main-container {
  width: 100%;
}
@media screen and (max-width: 1290px) {
  #first-header-menu .menu-container .menu-main-container {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    height: 100vh;
    width: 100vw;
    background-color: #333;
    border-top: 1px solid rgba(197, 163, 116, 0.5);
  }
  #first-header-menu .menu-container .menu-main-container.is-open {
    display: block;
  }
}
#first-header-menu .menu-container .menu-main-container ul {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  gap: 2rem;
}
@media screen and (max-width: 1290px) {
  #first-header-menu .menu-container .menu-main-container ul {
    flex-direction: column;
    margin-top: 64px;
    gap: 2rem;
  }
}
#first-header-menu .menu-container .menu-main-container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin: 0;
}
#first-header-menu .menu-container .menu-main-container ul li::before {
  display: none;
}
#first-header-menu .menu-container .menu-main-container ul li.current-menu-item a {
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 1290px) {
  #first-header-menu .menu-container .menu-main-container ul li.current-menu-item a {
    color: #f0f0f0;
    font-weight: 800;
  }
}
#first-header-menu .menu-container .menu-main-container ul li a {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase;
  color: #757575;
  transition: color 0.25s ease-in-out;
}
@media screen and (max-width: 1290px) {
  #first-header-menu .menu-container .menu-main-container ul li a {
    font-size: 1rem;
    color: #757575;
  }
}
#first-header-menu .menu-container .menu-main-container ul li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4573d;
  transition: width 0.25s ease-in-out;
}
#first-header-menu .menu-container .menu-main-container ul li a:hover {
  color: #333;
}
#first-header-menu .menu-container .menu-main-container ul li a:hover::after {
  width: 100%;
}

.home #first-header-menu {
  background-color: #4f4f4f;
}
.home #first-header-menu .logo {
  background-image: url("../imgs/logo-ajuranville-white.svg");
}
.home #first-header-menu .menu-container .menu-main-container ul li.current-menu-item a {
  color: #f0f0f0;
  font-weight: 800;
}
.home #first-header-menu .menu-container .menu-main-container ul li a {
  color: #f4f3ec;
}
@media screen and (max-width: 1290px) {
  .home #first-header-menu .menu-container .menu-main-container ul li a {
    color: #757575;
  }
}
.home #first-header-menu .menu-container .menu-main-container ul li a::after {
  background-color: #e4573d;
}
.home #first-header-menu .menu-container .menu-main-container ul li a:hover {
  color: #f0f0f0;
}

@media screen and (max-width: 1290px) {
  #first-header-menu .nav-search {
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100%;
  }
}
#first-header-menu .nav-search label {
  position: relative;
  margin-top: 2px;
}
#first-header-menu .nav-search label::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 8px;
  background-image: url("../imgs/search.svg");
  background-size: cover;
}
@media screen and (max-width: 1290px) {
  #first-header-menu .nav-search label::after {
    left: 8px;
  }
}
#first-header-menu .nav-search input[type=text] {
  position: relative;
  border: none;
  background-color: #f4f3ec;
  padding: 10px 16px 9px 16px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #e4573d;
}
@media screen and (max-width: 1290px) {
  #first-header-menu .nav-search input[type=text] {
    width: 100%;
    padding: 10px 16px 9px 32px;
  }
}
#first-header-menu .nav-search input[type=text]:focus {
  outline: none;
  box-shadow: none;
}
#first-header-menu .nav-search input[type=submit] {
  display: none;
}

.home #first-header-menu .nav-search input[type=text] {
  background-color: #404040;
}

/**
 * Header title + fil d'ariane
 */
.header-title-container {
  background-color: #f4f3ec;
  min-height: 210px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1290px) {
  .header-title-container {
    min-height: auto;
    padding-bottom: 1rem;
  }
}
.header-title-container .header-title h1,
.header-title-container .header-title .h1 {
  padding-top: 3rem;
  font-family: "Libre Baskerville", serif;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1290px) {
  .header-title-container .header-title h1,
  .header-title-container .header-title .h1 {
    font-size: 1.35rem;
    padding-top: 1rem;
    line-height: 1.55rem;
  }
}
.header-title-container .header-title .h1 {
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.header-title-container .header-ariane {
  text-align: right;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 1rem !important;
}
@media screen and (max-width: 1290px) {
  .header-title-container .header-ariane {
    font-size: 0.7rem !important;
  }
}
.header-title-container .header-ariane p {
  color: #e4573d !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 1290px) {
  .header-title-container .header-ariane p {
    font-size: 0.7rem !important;
  }
}
.header-title-container .header-ariane a {
  font-size: 1rem !important;
  position: relative;
  font-family: "Libre Baskerville", serif;
  color: #757575;
  font-style: italic;
}
@media screen and (max-width: 1290px) {
  .header-title-container .header-ariane a {
    font-size: 0.7rem !important;
  }
}
.header-title-container .header-ariane a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  transition: width 0.25s ease-in-out;
}
.header-title-container .header-ariane a:hover {
  color: #333;
}
.header-title-container .header-ariane a:hover::after {
  width: 100%;
}

/**
 * HomePage
 */
.home #introduction {
  padding-top: 108px;
  padding-bottom: 8rem;
}
.home #introduction h2 {
  position: relative;
  margin-top: 2rem;
  padding-left: 0rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-size: 1rem;
  background-color: #4f4f4f;
  z-index: 100 !important;
  text-align: left;
}
.home #introduction h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  right: auto;
  width: 100%;
  height: 1px;
  background-color: #757575;
  z-index: 50;
}
.home #introduction p {
  font-size: 1.1rem;
}
.home #introduction ul li {
  font-size: 1.1rem;
}
.home #introduction ul li.ouvrages-url a {
  font-size: 1rem !important;
  position: relative;
  color: #c5a374;
  font-style: italic;
  font-size: 1.1rem !important;
}
.home #introduction ul li.ouvrages-url a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c5a374;
  transition: width 0.35s ease-in-out;
}
.home #introduction ul li.ouvrages-url a:hover::after {
  width: 100%;
}
.home .btn-orange {
  margin-top: 4rem;
}
.home .btn-orange a {
  background-color: #e4573d;
  border-radius: 0;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}
.home .btn-orange a:hover {
  background-color: #333;
}
.home .center {
  text-align: center;
  padding-bottom: 4rem;
}
.home .font-baskerville {
  font-family: "Libre Baskerville", serif;
}
.home .uppercase {
  text-transform: uppercase;
}
.home ul {
  list-style: none;
  /* on supprime les puces natives */
  margin: 0;
  padding: 0;
}
.home ul li {
  position: relative;
  margin: 0.4rem 0 0.4rem 1.5rem;
  font-size: 0.92rem;
  font-style: italic;
  color: #fff;
}
.home ul li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.4em;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #e4573d;
  border-radius: 50%;
  background: transparent;
}
.home h1 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 4rem;
  letter-spacing: 4px;
  padding: 3rem 0 1rem 0;
  border-bottom: 2px solid #f4f3ec;
}
@media screen and (max-width: 1290px) {
  .home h1 {
    font-size: 2rem;
  }
}
.home #derniers-ouvrages,
.home #derniers-articles {
  padding: 4rem 0;
  background-color: #fff;
}
.home #derniers-ouvrages h2,
.home #derniers-articles h2 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1290px) {
  .home #derniers-ouvrages h2,
  .home #derniers-articles h2 {
    padding: 0 15px 0 15px;
  }
}
.home #derniers-ouvrages .derniers-ouvrages,
.home #derniers-ouvrages .derniers-articles,
.home #derniers-articles .derniers-ouvrages,
.home #derniers-articles .derniers-articles {
  display: flex;
  gap: 4rem;
  text-align: center;
}
@media screen and (max-width: 1290px) {
  .home #derniers-ouvrages .derniers-ouvrages,
  .home #derniers-ouvrages .derniers-articles,
  .home #derniers-articles .derniers-ouvrages,
  .home #derniers-articles .derniers-articles {
    flex-direction: column;
    gap: 2rem;
  }
  .home #derniers-ouvrages .derniers-ouvrages .ouvrage-item,
  .home #derniers-ouvrages .derniers-articles .ouvrage-item,
  .home #derniers-articles .derniers-ouvrages .ouvrage-item,
  .home #derniers-articles .derniers-articles .ouvrage-item {
    padding: 0 0 0.5rem 0 !important;
  }
}
.home #derniers-ouvrages .derniers-ouvrages article,
.home #derniers-ouvrages .derniers-articles article,
.home #derniers-articles .derniers-ouvrages article,
.home #derniers-articles .derniers-articles article {
  flex: 1;
}
.home #derniers-ouvrages .derniers-ouvrages img,
.home #derniers-ouvrages .derniers-articles img,
.home #derniers-articles .derniers-ouvrages img,
.home #derniers-articles .derniers-articles img {
  width: 80%;
  height: auto;
}
.home #derniers-ouvrages .derniers-ouvrages h3,
.home #derniers-ouvrages .derniers-articles h3,
.home #derniers-articles .derniers-ouvrages h3,
.home #derniers-articles .derniers-articles h3 {
  color: #333;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-weight: 100;
}
.home #derniers-ouvrages .derniers-ouvrages .date,
.home #derniers-ouvrages .derniers-articles .date,
.home #derniers-articles .derniers-ouvrages .date,
.home #derniers-articles .derniers-articles .date {
  font-family: "Libre Baskerville", serif;
  color: #9e9e9e;
  font-style: italic;
}
.home #derniers-ouvrages .derniers-ouvrages .excerpt,
.home #derniers-ouvrages .derniers-articles .excerpt,
.home #derniers-articles .derniers-ouvrages .excerpt,
.home #derniers-articles .derniers-articles .excerpt {
  font-size: 1rem;
  line-height: 1.35rem;
  color: #757575;
  text-align: justify;
}
.home #derniers-ouvrages .derniers-articles h3,
.home #derniers-articles .derniers-articles h3 {
  text-align: left;
  font-size: 1.75rem;
}
.home #derniers-ouvrages .button,
.home #derniers-articles .button {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#derniers-articles {
  background-color: #f4f3ec !important;
}

.article-item,
.search-item,
.ouvrage-item {
  padding: 0 0 5rem 0;
  border-bottom: 1px solid #f4f3ec;
}
@media screen and (max-width: 1290px) {
  .article-item,
  .search-item,
  .ouvrage-item {
    padding: 0 0 3rem 0;
  }
}

.ouvrage-item {
  padding: 0 0 3.5rem 0;
}

.meta {
  margin: 1rem;
  font-family: "Libre Baskerville", serif;
  color: #9e9e9e;
}
.meta .date {
  margin-right: 2rem;
}

/**
 * nav-links
 */
/* --- Pagination moderne --- */
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 3rem auto;
  padding: 1rem 0;
  max-width: 600px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
}

/* Liens numérotés */
.nav-links .page-numbers {
  display: inline-block;
  min-width: 2.5rem;
  text-align: center;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  color: #9e9e9e;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 32px;
}

.nav-links .page-numbers:hover {
  background: #c5a374;
  color: #f0f0f0;
}

/* Page courante */
.nav-links .page-numbers.current {
  background: #e4573d;
  /* violet Chamrousse ? sinon ajuste */
  color: #fff;
  font-weight: 600;
  border-radius: 32px;
}

/* Points de suspension (...) */
.nav-links .page-numbers.dots {
  background: none;
  color: #9e9e9e;
}

/* Précédent / Suivant */
.nav-links .prev,
.nav-links .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.6rem 1rem;
  background: none;
  color: #9e9e9e;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links .prev:hover,
.nav-links .next:hover {
  color: #f0f0f0;
}

/* Position extrémités */
.nav-links .prev {
  left: 0;
}

.nav-links .next {
  right: 0;
}

/* Responsive */
@media (max-width: 480px) {
  .nav-links {
    font-size: 1rem;
    gap: 0.3rem;
  }
  .nav-links .prev,
  .nav-links .next {
    position: static;
    transform: none;
    order: -1;
    /* les place avant les numéros */
  }
}
.bloc-orange {
  background-color: #e4573d;
  color: #f0f0f0 !important;
  padding: 1rem;
}

/**
 * Liste des Ouvrages
 */
.ouvrages .ouvrages-container {
  display: flex;
}
@media screen and (max-width: 1290px) {
  .ouvrages .ouvrages-container {
    flex-direction: column;
  }
}
.ouvrages .ouvrage-editeur {
  font-family: "Libre Baskerville", serif;
  margin-top: 1rem;
  color: #9e9e9e;
  font-size: 0.92rem;
}
.ouvrages .ouvrage-title a {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 1290px) {
  .ouvrages .ouvrage-title a {
    font-size: 1.6rem;
    line-height: 1.75rem;
  }
}

.content-with-sidebar {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1290px) {
  .content-with-sidebar {
    flex-direction: column;
    margin-top: 0;
  }
}
.content-with-sidebar .content-area {
  flex: 4;
}
.content-with-sidebar .content-area article {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1290px) {
  .content-with-sidebar .content-area article {
    flex-direction: column;
    margin-top: 0;
  }
}
@media screen and (max-width: 1290px) {
  .content-with-sidebar .content-area article .cover a img {
    width: 100%;
    height: auto;
  }
}
.content-with-sidebar .content-area article .ouvrage-info,
.content-with-sidebar .content-area article .article-info {
  text-align: left;
  padding: 0;
  margin: 0;
}
.content-with-sidebar .content-area article .ouvrage-info h2,
.content-with-sidebar .content-area article .article-info h2 {
  text-align: left;
  font-family: "Libre Baskerville", serif;
  text-transform: inherit;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1290px) {
  .content-with-sidebar .content-area article .ouvrage-info h2,
  .content-with-sidebar .content-area article .article-info h2 {
    font-size: 1.75rem;
    line-height: 1.85rem;
    padding-top: 1.5rem;
  }
}
.content-with-sidebar .content-area article .ouvrage-info h2 a,
.content-with-sidebar .content-area article .article-info h2 a {
  color: #333 !important;
}
.content-with-sidebar .content-area article .ouvrage-info .excerpt,
.content-with-sidebar .content-area article .article-info .excerpt {
  color: #757575;
  font-size: 1rem;
}
.content-with-sidebar .content-area article .ouvrage-info .taxonomies a,
.content-with-sidebar .content-area article .article-info .taxonomies a {
  font-size: 0.95rem;
  color: #e4573d;
}
.content-with-sidebar .sidebar {
  flex: 1;
  font-size: 0.9rem;
  min-width: 260px;
}
.content-with-sidebar .sidebar .sidebar-block {
  margin-bottom: 2rem;
}
.content-with-sidebar .sidebar .sidebar-block h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #f4f3ec;
  padding-bottom: 8px;
  margin-bottom: 1rem;
}
.content-with-sidebar .sidebar .sidebar-block h3 span {
  position: relative;
}
.content-with-sidebar .sidebar .sidebar-block h3 span::before {
  content: "";
  display: block;
  border-top: 1px solid #e4573d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
}
.content-with-sidebar .sidebar .sidebar-block.recherche input[type=text] {
  width: 100%;
  background-color: #f4f3ec;
  border: none;
  padding: 1rem;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
}
.content-with-sidebar .sidebar .sidebar-block.recherche #searchsubmit {
  display: none;
}
.content-with-sidebar .sidebar ul {
  list-style: none;
  padding-left: 0;
}
.content-with-sidebar .sidebar ul.children {
  padding-top: 0.5rem;
  padding-left: 1rem;
}
.content-with-sidebar .sidebar ul li {
  margin-bottom: 0.4rem;
}
.content-with-sidebar .sidebar ul a {
  color: #333;
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #757575;
}
.content-with-sidebar .sidebar ul a:hover {
  color: #e4573d;
}
.content-with-sidebar .sidebar .recent ul li {
  background-color: #f4f3ec;
  padding: 0.5rem;
}
.content-with-sidebar .sidebar .recent ul li a {
  font-size: 0.85rem;
  line-height: 0.95rem;
}

/**
 * Liste des Ouvrages - Liste des articles
 */
.single-ouvrage .main-content,
.blog .main-content {
  margin-top: 4rem;
}
.single-ouvrage .intro-image,
.blog .intro-image {
  width: 100%;
  height: auto;
  display: block;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.single-ouvrage .intro-image .image,
.blog .intro-image .image {
  flex: 1;
}
.single-ouvrage .intro-image .image img,
.blog .intro-image .image img {
  max-width: 100%;
  height: auto;
}
.single-ouvrage .intro-image .text,
.blog .intro-image .text {
  flex: 4;
}
.single-ouvrage .intro-image .text .ouvrage-title,
.single-ouvrage .intro-image .text .article-title,
.blog .intro-image .text .ouvrage-title,
.blog .intro-image .text .article-title {
  margin-top: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 1290px) {
  .single-ouvrage .intro-image .text .ouvrage-title,
  .single-ouvrage .intro-image .text .article-title,
  .blog .intro-image .text .ouvrage-title,
  .blog .intro-image .text .article-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.single-ouvrage .intro-image .text .ouvrage-editeur,
.blog .intro-image .text .ouvrage-editeur {
  color: #4f4f4f;
  margin: 1rem 0;
}
.single-ouvrage .ouvrage-content p,
.blog .ouvrage-content p {
  font-size: 1.12rem;
  line-height: 1.5rem;
  color: #4f4f4f;
}

.social-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.social-share span {
  font-size: 0.9rem;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}
.social-share ul {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share ul li a {
  color: #d64541;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d64541;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-share ul li a:hover {
  background-color: #d64541;
  color: #fff;
}
.social-share ul svg {
  display: block;
}

.page-default p {
  font-size: 1.12rem;
  line-height: 1.5rem;
  color: #4f4f4f;
}

.search-results .content-area article {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0.5rem 0 3.5rem 0;
}
.search-results .content-area article .search-title {
  text-align: left;
  font-size: 1.85rem;
}
.search-results .content-area article .search-title a {
  color: #333;
}
.search-results .content-area article .search-excerpt {
  margin-bottom: 2rem;
}
.page-juranville h2 {
  margin-top: 3rem;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 1290px) {
  .page-juranville h2 {
    margin-top: 0;
  }
}
.page-juranville p {
  font-size: 1rem;
}
.page-juranville ul li {
  font-size: 1rem;
}
.page-juranville a {
  color: #e4573d;
}
.page-juranville a:hover {
  color: #333;
}

/**
 * Pied de page (FOOTER)
 */
footer {
  background-color: #333;
  color: #f0f0f0;
  padding: 4rem 0 1rem 0;
}
@media screen and (max-width: 1290px) {
  footer {
    padding: 1rem 0 1rem0 0;
  }
}
footer .logo {
  background-size: 260px;
  width: 100%;
  background-image: url("../imgs/logo-ajuranville-white.svg");
  background-position: center center;
}
footer .container {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1290px) {
  footer .container {
    flex-direction: column;
    gap: 0;
  }
}
footer .contact {
  padding-top: 1rem;
}
@media screen and (max-width: 1290px) {
  footer .contact {
    padding-top: 0rem;
  }
}
footer .contact,
footer .menu {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 1290px) {
  footer .contact,
  footer .menu {
    width: 100%;
  }
}
footer .contact strong,
footer .menu strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
}
footer .contact p,
footer .menu p {
  padding-top: 1rem !important;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .contact p a,
footer .menu p a {
  color: rgba(197, 163, 116, 0.5);
  transition: color 0.55s;
  font-size: 0.85rem !important;
}
footer .contact p a:hover,
footer .menu p a:hover {
  color: #c5a374;
}
footer .contact p a::atfer,
footer .menu p a::atfer {
  background-color: #c5a374 !important;
}
footer .contact p a:hover::after,
footer .menu p a:hover::after {
  background-color: #c5a374;
}
footer .menu {
  flex: 1;
  text-align: left;
}
footer .autres {
  flex: 1;
}
footer strong {
  font-size: 1.25rem;
}
footer a {
  font-size: 0.9rem !important;
  position: relative;
  color: #f4f3ec;
}
footer a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f0f0f0;
  transition: width 0.25s ease-in-out;
}
footer a:hover {
  color: #f0f0f0;
}
footer a:hover::after {
  width: 100%;
}
footer ul li {
  position: relative;
  margin: 0.4rem 0 0.4rem 1.5rem;
  font-size: 0.92rem;
  font-style: italic;
  color: #f4f3ec;
}
footer ul li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.4em;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #e4573d;
  border-radius: 50%;
  background: transparent;
}
footer .copyright {
  padding-top: 3rem;
  text-align: center;
  font-size: 0.75rem;
  align-items: end;
  color: #757575;
}
footer .copyright a {
  font-size: 0.75rem !important;
  color: #9e9e9e;
}
footer .copyright span {
  font-size: 0.75rem;
  color: #757575;
}
@media screen and (max-width: 1290px) {
  footer .copyright span {
    display: block;
  }
}

/* Centrage correct des images Gutenberg (tous navigateurs) */
.wp-block-image figure.aligncenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.wp-block-image img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-block-image figcaption {
  text-align: center;
  margin-top: 0.5em;
  font-style: italic;
  font-size: 0.9em;
}

/* Cas Firefox : sécurisation du centrage */
@-moz-document url-prefix() {
  .wp-block-image figure.aligncenter {
    margin-inline: auto;
  }
}

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