@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: #a42325;
  text-decoration: none;
}

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

/**
* Comportements génériques des blocs
* .Latest
* .UneMensuel
*/
.Block {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .Block {
    padding: 20px 0;
  }
}

/**
* Affichage du mensuel à la une
* sur la page d'accueil
*/
.UneMensuel {
  position: relative;
  overflow: hidden;
  background-color: rgba(80, 80, 80, 0.9);
  color: #fff;
}

.UneMensuel-background {
  position: absolute;
  width: 100%;
  margin-top: -70%;
  opacity: 0.2;
}

.UneMensuel-container {
  position: relative;
}

.UneMensuel-cover {
  max-width: 100%;
}

.UneMensuel-cover:hover {
  filter: brightness(85%);
  transition: all 0.5s ease;
}

.UneMensuel-title {
  margin-bottom: 20px;
}

.UneMensuel-numero {
  margin-bottom: 0;
  padding: 10px 20px 5px 20px;
  background-color: #CC0000;
}

.UneMensuel-date {
  padding: 10px 20px 5px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.UneMensuel-actions {
  margin: 10px 0;
}

.UneMensuel-actions a.icon {
  padding: 8px 10px;
  margin-right: 10px;
  background-color: #CC0000;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}

.UneMensuel-actions a.icon.dropdown-toggle {
  padding: 10px 13px;
}

.UneMensuel-actions a.icon.dropdown-toggle::after {
  display: none;
}

.UneMensuel-list {
  list-style-type: square;
  color: #CC0000;
  margin-left: 0;
  padding-left: 13px;
}

.UneMensuel-list li {
  line-height: 36px;
}

.UneMensuel-list li a {
  color: #fff576;
  text-decoration: none;
  font-size: 22px;
}

.UneMensuel-list li a:hover {
  text-decoration: underline;
}

.UneMensuel.Mobile {
  background-color: #a42325;
}

.UneMensuel.Mobile .UneMensuel-numero {
  margin: 10px 0;
  padding: 0;
  background-color: transparent;
}

.UneMensuel.Mobile .UneMensuel-date {
  padding: 0;
  font-size: 18px;
  margin-bottom: 10px;
}

.UneMensuel.Mobile .UneMensuel-actions a.icon {
  background-color: #fff;
  color: #CC0000;
}

@media (max-width: 767px) {
  .UneMensuel.Mobile .UneMensuel-sommaire {
    margin-top: 10px;
  }
}

.Latest {
  background-color: #f8f8f8;
}

.Latest-presentation {
  font-size: 24px;
  font-family: 'KarlaBold';
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .Latest-presentation {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/**
* Teaser d'un mensuel
* sur la page d'accueil
*/
.Teaser-mensuel {
  display: block;
  text-align: center;
  width: 80%;
  color: #232323;
  text-decoration: none;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .Teaser-mensuel {
    display: flex;
    text-align: left;
    width: 100%;
  }
}

.Teaser-mensuel-image img {
  width: 100%;
}

.Teaser-mensuel-numero {
  margin-bottom: 0;
}

.Teaser-mensuel-date {
  font-family: 'Lato';
  font-size: 16px;
}

.Teaser-mensuel:hover {
  color: #CC0000;
}

.Teaser-mensuel:hover img {
  filter: brightness(85%);
  transition: all 0.5s ease;
}

/**
* Sommaire d'un mensuel en pleine page
*/
.SommaireMensuel-actions {
  margin: 10px 0;
}

.SommaireMensuel-actions a.icon {
  padding: 8px 10px;
  margin-right: 10px;
  background-color: #CC0000;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}

.SommaireMensuel-actions a.icon.dropdown-toggle {
  padding: 10px 13px;
}

.SommaireMensuel-actions a.icon.dropdown-toggle::after {
  display: none;
}

.SommaireMensuel .Teaser-mensuel {
  width: 100%;
}

@media (max-width: 767px) {
  .SommaireMensuel .Teaser-mensuel h3 {
    display: none;
  }
}

.SommaireMensuel-numero span {
  color: #CC0000;
}

.SommaireMensuel-article {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #767676;
  border-bottom: 1px dotted #767676;
}

.SommaireMensuel-article h2 {
  color: #232323;
  font-size: 24px;
}

.SommaireMensuel-article:hover {
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .SommaireMensuel-article {
    padding: 10px 0px;
  }
}

/**
* Sidebar Article Full
*/
.Content-sidebar .Sommaire-numero {
  margin-bottom: 10px;
}

.Content-sidebar .Sommaire-numero-info h3 {
  color: #CC0000;
}

.Content-sidebar .Sommaire-numero-info .date {
  color: #767676;
}

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

/**
* Spécificités des archives
*/
.Archives-filters {
  background-color: rgba(80, 80, 80, 0.9);
}

.Archives-header {
  background-color: rgba(80, 80, 80, 0.9);
}

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