@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;
}

/**
* 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;
}

/**
 * Override typography
 */
a {
  color: #ab3f24;
}

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

@media (max-width: 991px) {
  .Header-brand {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .Header-brand {
    font-size: 3vw;
  }
}

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

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

/**
* CLT à la une du site
*/
.UneClt {
  position: relative;
  overflow: hidden;
  background-color: rgba(80, 80, 80, 0.9);
}

.UneClt-background {
  position: absolute;
  width: 100%;
  opacity: 0.4;
  margin-top: -20%;
}

.UneClt-container {
  position: relative;
}

.UneClt-container img {
  width: 100%;
}

.UneClt-container .Fakecover {
  background-color: #ab3f24;
}

.UneClt-link {
  text-decoration: none;
}

.UneClt-titre {
  color: #fff;
}

.UneClt-infos {
  background-color: #ab3f24;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}

@media (min-width: 992px) {
  .UneClt-link {
    padding: 30px;
  }
  .UneClt-titre {
    margin-bottom: 20px;
  }
  .UneClt-infos {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .UneClt {
    background-color: #f8f8f8;
  }
  .UneClt-background {
    left: -100%;
  }
  .UneClt-titre {
    color: #CC0000;
    font-size: 22px;
  }
  .UneClt-infos {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .UneClt-titre {
    font-size: 18px;
  }
  .UneClt-infos {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .UneClt-titre {
    font-size: 16px;
  }
}

.UneClt:hover .UneClt-titre {
  text-decoration: underline;
}

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

/**
* Derniers CLTs avec texte de présentation
*/
.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;
  }
}

/**
* Pseudo couverture
*/
.Fakecover {
  background-color: #ab3f24;
  position: relative;
}

.Fakecover-img {
  position: relative;
  width: 100%;
  height: auto;
}

.Fakecover-title {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  color: #181818;
  padding: 0 20%;
  text-align: center;
  bottom: 85px;
}

@media (max-width: 1199px) {
  .Fakecover-title {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .Fakecover-title {
    font-size: 10px;
  }
}

.Teaser-clt-col:nth-child(5n) .Fakecover {
  background-color: #ac59ff;
}

.Teaser-clt-col:nth-child(5n+1) .Fakecover {
  background-color: #7fe57f;
}

.Teaser-clt-col:nth-child(5n+2) .Fakecover {
  background-color: #00cccc;
}

.Teaser-clt-col:nth-child(5n+3) .Fakecover {
  background-color: #e57fb2;
}

.Teaser-clt-col:nth-child(5n+4) .Fakecover {
  background-color: #1a8cff;
}

/**
* Teaser de CLT
*/
.Teaser-clt {
  text-decoration: none;
  margin-bottom: 20px;
}

.Teaser-clt-image {
  margin-bottom: 10px;
}

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

.Teaser-clt-numero {
  text-align: center;
}

@media (max-width: 575px) {
  .Teaser-clt-numero {
    text-align: left;
  }
}

.Teaser-clt-date {
  color: #505050;
}

.Teaser-clt:hover {
  text-decoration: underline;
}

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

/**
* Texte intégral de CLT
*/
.Content.CltNumero .Content-metadata {
  display: flex;
  justify-content: space-between;
}

.Content.CltNumero .Content-metadata-issue {
  font-weight: bold;
  float: left;
}

.numero {
  padding-left: 2px;
}
