@charset "UTF-8";
/**
 * Règles communes aux sites PResse
 */
/**
 * Override typography
 */
body {
  font-family: 'Lato' !important;
}

h1, h2, h3, h4 {
  font-family: 'Chunkfive' !important;
}

a {
  color: #CC0000;
}

/**
* Header Menu
*/
.HeaderMenu-desktop li a {
  color: #181818;
  font-family: 'KarlaBold';
  text-transform: uppercase;
}

.HeaderMenu-desktop li a:after {
  display: none;
}

.HeaderMenu-desktop li a:focus, .HeaderMenu-desktop li a:hover {
  color: #CC0000;
}

.HeaderMenu-desktop li:last-child a {
  padding-right: 0;
}

.HeaderMenu-mobile .navbar-toggler .Burger span {
  background: #724d4b;
}

.HeaderMenu-mobile .navbar-toggler .Burger-title {
  color: #724d4b;
}

.HeaderMenu-mobile .offcanvas-body .accordion-body .nav-item {
  text-align: left;
  background-color: #F2F2F2 !important;
  border-bottom: 1px solid #767676;
}

/**
* Archives
*/
.Archives-title {
  margin-top: 40px;
}

.Archives-title h1 span {
  color: #CC0000;
}

.Archives-filters {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .Archives-filters .row div:first-child select {
    margin-bottom: 10px;
  }
}

.Archives-header {
  background-color: #CC0000;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.Archives-articles-article {
  padding: 10px 0;
}

.Archives-articles-article a {
  font-family: 'Chunkfive';
  text-decoration: none;
}

.Archives-articles-article a:hover {
  text-decoration: underline;
}

.Archives-articles-article:nth-child(even) {
  background-color: #f8f8f8;
}

.Archives .pagination {
  margin: 20px 0;
}

.Archives .pagination li a {
  display: block;
  margin-right: 5px;
  color: #fff;
  background-color: #724d4b;
  border-radius: 50%;
  text-decoration: none;
  padding: 3px 10px;
}

.Archives .pagination li a:hover {
  background-color: #CC0000;
}

.Archives .pagination li.active a {
  background-color: #CC0000;
}

.Archives .pagination li.disabled a {
  background-color: transparent;
  color: #724d4b;
}

/**
* Footer
*/
.Footer {
  background-color: #232323;
  color: #fff;
}

.Footer .container {
  padding: 20px 0;
}

.Footer .container .row {
  margin-bottom: 15px;
}

.Footer .container .row h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.Footer .container .row .nav li {
  border-right: 2px solid #fff;
}

.Footer .container .row .nav li a {
  color: #fff;
  padding: 0 16px;
}

.Footer .container .row .nav li a:hover {
  color: #fff;
  text-decoration: underline;
}

.Footer .container .row .nav li:first-child a {
  padding-left: 0;
}

.Footer .container .row .nav li:last-child {
  border-right: none;
}

@media (max-width: 575px) {
  .Footer .container .row .nav li {
    border-right: none;
  }
  .Footer .container .row .nav li a {
    padding-left: 0;
  }
}

/**
* Article précédent / suivant
*/
.ArticleNav {
  padding-top: 20px;
}

.ArticleNav a {
  color: #CC0000;
  text-decoration: none;
}

.ArticleNav a:hover {
  text-decoration: underline;
}

/**
* Article Full
*/
.Content-sidebar .Sommaire {
  background-color: #f8f8f8;
  padding: 10px;
}

.Content-sidebar .Sommaire ul {
  list-style-type: none;
  padding-left: 0;
}

.Content-sidebar .Sommaire ul li {
  margin-bottom: 5px;
}

.Content-sidebar .Sommaire ul li a {
  color: #232323;
  text-decoration: none;
}

.Content-sidebar .Sommaire ul li a:hover {
  color: #CC0000;
  text-decoration: underline;
}

.Content-sidebar .Sommaire ul li a:before {
  content: '> ';
}

.Content-sidebar .Sommaire ul li.current a {
  font-weight: bold;
  color: #CC0000;
  text-decoration: underline;
}

/**
* Header
*/
.Header-brand a {
  color: #724d4b;
  text-decoration: none;
}

.HeaderMenu-desktop li a {
  padding-left: 0;
  padding-right: 0;
}

.HeaderMenu-mobile-search a {
  color: #724d4b;
}

/**
* Sommaire Journal intégral
*/
.JournalFull {
  margin-bottom: 20px;
}

.JournalFull .Une {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.JournalFull .Une-cover {
  width: 100%;
}

.JournalFull .Une-numero {
  font-size: 40px;
  color: #724d4b;
  margin-top: 15px;
  margin-bottom: 20px;
}

.JournalFull .Une-numero .icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 25px;
  background-color: #CC0000;
  border-radius: 50%;
  color: #fff;
  padding: 6px 10px;
}

.JournalFull .Une-numero .icon.pdf {
  padding: 6px 12px;
}

.JournalFull .Une-numero .icon:hover {
  background-color: #724d4b;
}

.JournalFull .Une-edito {
  text-decoration: none;
  color: #232323;
}

.JournalFull .Une-edito-title {
  font-size: 32px;
  color: #181818;
  margin-bottom: 16px;
}

.JournalFull .Une-edito-teaser {
  font-size: 18px;
  line-height: 26px;
}

.JournalFull .Une-edito:hover .Une-edito-title {
  color: #CC0000;
  text-decoration: none;
}

.JournalFull .Rubrique {
  margin-top: 30px;
}

.JournalFull .Rubrique .Teaser, .JournalFull .Rubrique .Teaser--without-picture {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.JournalFull .Rubrique .Teaser .row, .JournalFull .Rubrique .Teaser--without-picture .row {
  min-height: 70px;
  align-items: center;
}

.JournalFull .Rubrique .Teaser .row .col-md-4, .JournalFull .Rubrique .Teaser--without-picture .row .col-md-4 {
  padding-right: 0;
}

.JournalFull .Rubrique .Teaser .row .col-md-8, .JournalFull .Rubrique .Teaser--without-picture .row .col-md-8 {
  padding-left: 0;
}

.JournalFull .Rubrique .Teaser h3, .JournalFull .Rubrique .Teaser--without-picture h3 {
  padding: 10px;
  font-size: 16px;
  color: #232323;
  margin-bottom: 0;
}

.JournalFull .Rubrique .Teaser h3 .red, .JournalFull .Rubrique .Teaser--without-picture h3 .red {
  color: #CC0000;
}

.JournalFull .Rubrique .Teaser h3 .brown, .JournalFull .Rubrique .Teaser--without-picture h3 .brown {
  color: #724d4b;
}

.JournalFull .Rubrique .Teaser img, .JournalFull .Rubrique .Teaser--without-picture img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

.JournalFull .Rubrique .Teaser:hover, .JournalFull .Rubrique .Teaser--without-picture:hover {
  background-color: #CC0000;
}

.JournalFull .Rubrique .Teaser:hover h3, .JournalFull .Rubrique .Teaser--without-picture:hover h3 {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}

.JournalFull .Rubrique .Teaser:hover h3 .red, .JournalFull .Rubrique .Teaser--without-picture:hover h3 .red {
  color: #fff;
}

.JournalFull .Rubrique .Teaser:hover h3 .brown, .JournalFull .Rubrique .Teaser--without-picture:hover h3 .brown {
  color: #fff;
}

.JournalFull .Rubrique .Teaser:hover img, .JournalFull .Rubrique .Teaser--without-picture:hover img {
  filter: brightness(85%);
  transition: all 0.2s ease;
}

.JournalFull .Rubrique .Teaser--without-picture {
  text-align: center;
}

.JournalFull .Rubrique .Teaser--without-picture h3 {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .JournalFull .Une-edito-teaser {
    display: none;
  }
}

/**
* Bloc Les derniers numéros
*/
.Latest {
  background-color: #f8f8f8;
  margin-top: 20px;
  padding: 20px 0;
}

.Latest h2 {
  color: #724d4b;
}

/**
* Intitulé d'une rubrique 
*/
.RubriqueLabel {
  font-size: 28px;
  color: #fff;
  background-color: #CC0000;
  padding: 10px 16px 5px 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .RubriqueLabel {
    font-size: 22px;
  }
}

/**
* Article Full
*/
.Content-sidebar .Sommaire ul h3.RubriqueLabel {
  font-size: 14px;
  margin-bottom: 5px;
}

.Content-metadata {
  /*display: flex;*/
  justify-content: space-between;
}

/**
* Derniers numéros sur la page d'accueil
*/
.Latest--journal {
  text-align: center;
  text-decoration: none;
}

.Latest--journal img {
  margin-bottom: 10px;
}

.Latest--journal .date {
  color: #181818;
}

.Latest--journal:hover img {
  filter: brightness(85%);
  transition: all 0.2s ease;
}

.Latest--journal:hover h3 {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .Latest--journal h3 {
    margin-bottom: 0;
  }
  .Latest--journal .date {
    margin-bottom: 10px;
  }
}

/**
* Archives
*/
.Archives-numero {
  margin: 10px 0;
  display: block;
  color: #724d4b;
  text-decoration: none;
}

.Archives-numero-image img {
  border: 1px solid #f8f8f8;
}

.Archives-numero-infos {
  margin: 5px auto 0 auto;
}

.Archives-numero-date {
  padding-top: 5px;
}

@media (min-width: 576px) {
  .Archives-numero-issue {
    float: left;
    margin-right: 10px;
  }
}

.Archives-numero:hover {
  filter: brightness(85%);
  transition: all 0.5s ease;
  color: #CC0000;
}
