@import "font.css";
@import "color.css";

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: var(--grey-background) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ag_bold_condensed", Arial !important;
  text-transform: uppercase;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
.content {
  font-family: "caslonReg", Times;
  font-size: 1.75rem;
  background-color: white;
}
.content hr {
  margin: 0 auto 20px auto;
  max-width: 50px;
  padding: 0;
  border: 0;
  background-color: var(--black-3);
  height: 4px;
}

.important-content {
  color: red !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: --white;
  border: 1px solid var(--white-background);
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: var(--white-background);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px var(--grey-shadow);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.navbar {
  margin-bottom: 0px !important;
  font-family: "ag_condensed", Arial;
  font-size: 18px;
}

.navbar-nav {
  text-align: center;
}

.navbar-nav > li > a {
  padding-right: 9px;
  padding-left: 9px;
  text-transform: uppercase;
  color: var(--navbar-text-color) !important;
  font-size: 18px;
  text-decoration: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: var(--black-3-focus) !important;
}

.nav .open > a {
  background-color: var(--black-3-focus) !important;
}
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: var(--black-3-focus) !important;
}

.navbar-nav > li.active > a {
  background-color: transparent !important;
}
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus {
  background-color: var(--black-3-focus) !important;
}

.dropdown-menu > .active > a {
  background-color: var(--navbar-text-color);
}

.dropdown-menu > li > a {
  font-size: 2rem;
  text-align: center;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  padding: 10px 5px;
}

.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:hover {
  background-color: #001b2f !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #001b2f;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: var(--navbar-color);
}

.navbar-anssi {
  background-color: var(--navbar-color) !important;
  border-bottom: 2px solid var(--grey-white-dark-c) !important;
}

.navbar-brand {
  padding: 10px;
}

.navbar-brand-logo {
  display: inline-block !important;
  width: auto;
  height: 100%;
  margin-right: 10px;
}

@media only screen and (min-width: 842px) {
  .navbar-brand {
    line-height: 90px !important;
    height: 120px;
  }
  .navbar-brand-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .navbar-default .navbar-nav {
    margin: 35px 0;
  }

  .navbar-default .navbar-nav .dropdown-menu > li > a {
    text-align: left;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 3px 20px;
    color: var(--black-3);
  }
  .navbar-nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .navbar > .container {
    width: auto !important;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar-brand-logo {
    width: auto;
    height: 80px;
    margin-right: 10px;
  }

  .navbar-nav > li > a {
    font-size: 18px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

.menu-cert-alert {
  color: var(--cert-alert-color) !important;
}

.menu-cert-avis {
  color: var(--cert-advisory-color) !important;
}

.menu-cert-news {
  color: var(--cert-news-color) !important;
}

.menu-cert-info {
  color: var(--cert-info-color) !important;
}

.menu-cert-cti {
  color: var(--cert-cti-color) !important;
}

.menu-cert-ioc {
  color: var(--cert-ioc-color) !important;
}

.menu-cert-dur {
  color: var(--cert-hardening-color) !important;
}

.menu-cert-fiche {
  color: var(--cert-fiche-color) !important;
}

.content .all-post-link {
  text-align: right;
  padding: 20px 5px 10px 0;
  margin: 0;
}
.content .all-post-link a {
  font-family: "ag_condensed", Arial;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: var(--black-3);
}

#footer {
  background-color: var(--grey-background);
  color: white;
  text-align: center;
}
#footer a {
  color: white !important;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer div {
  font-family: "ag_light_condensed", Arial;
  font-size: 2rem;
}
#footer ul {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
#footer ul li {
  display: inline-block;
  padding: 0 10px;
}
#footer .menu-footer-internal ul li {
  border-right: 1px solid white;
  font-family: "ag_light_condensed", Arial;
  line-height: 20px;
}
#footer .menu-footer-internal ul li:last-child {
  border-right: none;
}
#footer .footer-bottom p {
  font-family: "caslonReg", Times;
  font-size: 1.25rem;
  padding-top: 15px;
}
#footer .footer-bottom img.logo-rf {
  margin-top: 20px;
  background-color: white;
  border: 3px solid white;
}

.cards {
  padding-bottom: 15px;
}
.cards .subtitle {
  margin-bottom: 0;
  text-align: center !important;
  text-transform: none;
  font-family: "ag_light_condensed", Arial !important;
  font-style: italic;
  color: var(--black-4);
}

.post-type-title h1,
.post-type-title h2 {
  font-size: 4rem;
  text-align: center !important;
  padding: 5px 15px;
}
.post-type-title hr {
  margin-bottom: 30px;
}
.post-type-title.cert-alert h1,
.post-type-title.cert-alert h2 {
  color: var(--cert-alert-color) !important;
}
.post-type-title.cert-alert hr {
  background-color: var(--cert-alert-color) !important;
}
.post-type-title.cert-avis h1,
.post-type-title.cert-avis h2 {
  color: var(--cert-advisory-color) !important;
}
.post-type-title.cert-avis hr {
  background-color: var(--cert-advisory-color) !important;
}
.post-type-title.cert-info h1,
.post-type-title.cert-info h2 {
  color: var(--cert-info-color) !important;
}
.post-type-title.cert-info hr {
  background-color: var(--cert-info-color) !important;
}
.post-type-title.cert-cti h1,
.post-type-title.cert-cti h2 {
  color: var(--cert-cti-color) !important;
}
.post-type-title.cert-cti hr {
  background-color: var(--cert-cti-color) !important;
}
.post-type-title.cert-ioc h1,
.post-type-title.cert-ioc h2 {
  color: var(--cert-ioc-color) !important;
}
.post-type-title.cert-ioc hr {
  background-color: var(--cert-ioc-color) !important;
}
.post-type-title.cert-dur h1,
.post-type-title.cert-dur h2 {
  color: var(--cert-hardening-color) !important;
}
.post-type-title.cert-dur hr {
  background-color: var(--cert-hardening-color) !important;
}
.post-type-title.cert-news h1,
.post-type-title.cert-news h2 {
  color: var(--cert-news-color) !important;
}
.post-type-title.cert-news hr {
  background-color: var(--cert-news-color) !important;
}
.post-type-title.cert-fiche h1,
.post-type-title.cert-fiche h2 {
  color: var(--cert-fiche-color) !important;
}
.post-type-title.cert-fiche hr {
  background-color: var(--cert-fiche-color) !important;
}

.content404 {
  background-color: #72246c;
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 250px;
}
.content404 .title {
  font-size: 10rem !important;
}
.content404 .message {
  padding-top: 20px;
  font-family: "ag_light_condensed", Arial;
  font-size: 4rem;
}
.content404 hr {
  background-color: white !important;
}

.items-expanded {
  margin-top: 20px;
}
.items-expanded .item {
  margin-bottom: 20px;
}
.items-expanded .item .item-header .item-title h3 {
  margin: 0;
  padding: 12px 0px 0px 12px;
  font-size: 2.3rem !important;
  font-family: "ag_condensed", Arial, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Symbola, Aegyptus,
    Code2000, Code2001, Code2002, Musica, LastResort !important;
  display: inline-block;
  width: 100%;
}
.items-expanded .item .item-header .item-title a {
  color: var(--black-3);
}
.items-expanded .item .item-header .item-meta {
  padding: 0px 12px 10px 12px;
  font-size: 1.6rem;
}
.items-expanded .item .item-header .item-meta .item-ref {
  font-family: "ag_condensed", Arial !important;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.items-expanded .item .item-header .item-meta .item-ref:after {
  font-family: "caslonReg", Times;
  content: "•";
  padding-left: 5px;
  color: var(--black-3);
}
.items-expanded .item .item-header .item-meta .item-date {
  font-style: italic;
  position: relative;
  top: -1px;
}
.items-expanded .item .item-header .item-meta .item-status {
  font-weight: bold;
  position: relative;
  top: -1px;
}
.items-expanded .item .item-header .item-meta .item-status:before {
  font-family: "caslonReg", Times;
  content: "•";
  padding-right: 5px;
  color: var(--black-3);
  font-weight: normal;
  font-style: normal;
}
.items-expanded .item .item-excerpt {
  padding: 0 12px 10px 12px;
  font-family: "caslonReg", Times;
  font-size: 1.75rem;
}
.items-expanded .item .item-tags ul {
  padding: 0 12px 0 12px;
}
.items-expanded .item .item-tags ul li {
  list-style: none;
  display: inline;
  padding-right: 6px;
  font-size: 1.5rem;
  font-family: "ag_condensed", Arial;
  text-transform: uppercase;
}
.items-expanded .item .item-tags ul li a {
  color: var(--black-6);
}
.items-expanded .item .item-tags ul li::before {
  content: "#";
  color: var(--black-6);
}
.items-expanded .item:last-child {
  margin-bottom: 20px;
}
.items-expanded .item.open .item-status {
  color: var(--cert-alert-color);
}
.items-expanded .item.closed .item-status {
  color: #296e0e;
}
.items-expanded .item.cert-alert,
.items-expanded .item.cert-avis,
.items-expanded .item.cert-news,
.items-expanded .item.cert-info,
.items-expanded .item.cert-cti,
.items-expanded .item.cert-fiche {
  border-bottom: 4px solid var(--grey-white);
}
.items-expanded .item.cert-alert .item-meta .item-ref {
  color: var(--cert-alert-color);
}
.items-expanded .item.cert-avis .item-meta .item-ref {
  color: var(--cert-advisory-color);
}
.items-expanded .item.cert-info .item-meta .item-ref {
  color: var(--cert-info-color);
}
.items-expanded .item.cert-cti .item-meta .item-ref {
  color: var(--cert-cti-color);
}
.items-expanded .item.cert-fiche .item-meta .item-ref {
  color: var(--cert-fiche-color);
}
.items-expanded .item.cert-ioc .item-meta .item-ref {
  color: var(--cert-ioc-color);
}
.items-expanded .item.cert-dur .item-meta .item-ref {
  color: var(--cert-hardening-color);
}
.items-expanded .item.cert-news .item-meta .item-ref {
  color: var(--cert-news-color);
}

.items-list {
  margin-top: 20px;
  width: 100%;
  table-layout: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.items-list .item {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 25px;
  /*&.open {

  	background-color: $alert-color;

  	.item-title {
  		a { color: white; }
  	}

  	.item-ref, .item-date, .item-status, .item-link {
  		color: white;
  	}

  	.item-date {

  	}

  	.fa-file-pdf-o {
  		color: white;

  		&:hover {
  			color: var(--black-3);
  		}
  	}
  }*/
}
@media only screen and (min-width: 768px) {
  .items-list .item {
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-bottom: 0px;
  }
}
.items-list .item div {
  width: 100px;
  padding: 5px;
  overflow: hidden;
  align-self: baseline;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .items-list .item div {
    align-self: center;
  }
}
.items-list .item div:nth-of-type(1) {
  flex-grow: 2;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .items-list .item div:nth-of-type(1) {
    flex-grow: 0;
    width: 140px;
    text-align: left;
    order: 0;
  }
}
.items-list .item div:nth-of-type(2) {
  width: 160px;
  text-align: center;
  order: 5;
}
@media only screen and (min-width: 768px) {
  .items-list .item div:nth-of-type(2) {
    order: 0;
  }
}
.items-list .item div:nth-of-type(3) {
  flex-grow: 2;
  flex-shrink: 1;
  width: 100%;
  order: 3;
}
@media only screen and (min-width: 768px) {
  .items-list .item div:nth-of-type(3) {
    width: auto;
    order: 0;
  }
}
.items-list .item div:nth-of-type(4) {
  order: 1;
  flex-grow: 2;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .items-list .item div:nth-of-type(4) {
    text-align: center;
    width: 200px;
    order: 0;
    flex-grow: 0;
  }
}
.items-list .item div:nth-last-of-type(1) {
  text-align: center;
  order: 4;
  flex-basis: 30px;
  flex-grow: 0;
}
@media only screen and (min-width: 768px) {
  .items-list .item div:nth-last-of-type(1) {
    flex-basis: 40px;
    order: 0;
  }
}
.items-list .item .item-ref {
  font-family: "ag_condensed", Arial !important;
  text-transform: uppercase;
  font-size: 2rem;
}
.items-list .item .item-title h3 {
  display: inline;
}
.items-list .item .item-title a {
  color: var(--black-3);
  font-family: "ag_condensed", Arial, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Symbola, Aegyptus,
    Code2000, Code2001, Code2002, Musica, LastResort !important;
  font-size: 2rem;
}
.items-list .item .item-date {
  font-size: 1.6rem;
}
.items-list .item .item-status {
  font-weight: bold;
  font-family: "caslonReg", Times;
  color: var(--cert-alert-color);
  font-size: 1.6rem;
}
.items-list .item:nth-child(odd) {
  background-color: var(--grey-white);
}
.items-list .item.cert-alert .item-ref a {
  color: var(--cert-alert-color);
}
.items-list .item.cert-avis .item-ref a {
  color: var(--cert-advisory-color);
}
.items-list .item.cert-cti .item-ref a {
  color: var(--cert-cti-color);
}
.items-list .item.cert-ioc .item-ref a {
  color: var(--cert-ioc-color);
}
.items-list .item.cert-dur .item-ref a {
  color: var(--cert-hardening-color);
}
.items-list .item.open .item-status {
  color: var(--cert-alert-color);
}
.items-list .item.closed .item-status {
  color: #296e0e;
}

.item .item-link {
  color: var(--black-3);
}
.item .item-link:hover {
  color: var(--red-pdf);
}

.article-prev,
.article-next {
  font-family: "ag_condensed", Arial;
  font-size: 1.8rem;
  padding-top: 20px;
}
.article-prev a,
.article-next a {
  color: var(--black-3);
}

.article-next {
  text-align: right;
}

.article-prev {
  text-align: left;
}

.article {
  border-bottom: 1px solid var(--grey-white-dark);
}
.article .article-meta {
  font-family: "caslonReg", Times;
  font-size: 1.75rem;
}
.article .article-meta .premier-ministre {
  font-family: "caslonReg", Times;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.article .article-meta .meta-logo {
  display: none;
  text-align: center;
}
.article .article-meta .meta-logo img {
  width: 120px;
  height: 71px;
  margin-bottom: 6px;
}
.article .article-meta .meta-certfr {
  margin: 10px 0;
  display: none;
}
.article .article-meta .meta-affaire {
  margin-top: 20px;
  display: none;
}
.article .article-meta .meta-pub-date {
  font-family: "ag_light_condensed", Arial;
  color: var(--black-7);
}
.article .article-meta .meta-gauche {
  text-align: center;
}
.article .article-meta .meta-gauche div:first-child {
  font-family: "caslonReg", Times;
  font-weight: bold;
}
.article .article-meta .meta-title h1 {
  font-family: "ag_bold_condensed", Arial, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Symbola, Aegyptus,
    Code2000, Code2001, Code2002, Musica, LastResort !important;
  text-transform: none !important;
  font-size: 2.5rem !important;
  padding-top: 20px;
}
.article .article-meta .meta-document td {
  font-family: "caslonReg", Times, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Symbola, Aegyptus,
    Code2000, Code2001, Code2002, Musica, LastResort !important;
}
.article .article-content {
  font-family: "caslonReg", Times, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Symbola, Aegyptus,
    Code2000, Code2001, Code2002, Musica, LastResort !important;
  font-size: 1.75rem;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  font-family: "ag_bold_condensed", Arial, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Symbola, Aegyptus,
    Code2000, Code2001, Code2002, Musica, LastResort !important;
}
.article .article-content h1 a,
.article .article-content h2 a,
.article .article-content h3 a,
.article .article-content h4 a,
.article .article-content h5 a,
.article .article-content h6 a {
  color: var(--black-3) !important;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.1;
  text-decoration: none;
}
.article .article-content a {
  font-family: "ag_condensed", Arial;
  word-wrap: break-word;
  color: var(--black-6);
}
.article .article-content li {
  padding-top: 15px;
}
.article .article-content pre {
  border: 0;
  word-wrap: break-word;
}
.article .article-content pre a {
  font-size: 1.75rem;
}
.article .article-content tt,
.article .article-content pre,
.article .article-content code {
  font-size: 14px !important;
}
.article .article-content p {
  text-align: justify;
}
.article .article-content img {
  max-width: 100%;
  height: auto;
}
.article .article-footer {
  font-family: "caslonReg", Times;
  font-size: 1.75rem;
}
.article .article-footer dl {
  padding-top: 5px;
}
.article .article-footer dl dd {
  padding-left: 30px;
}

body.single-cert-alert .meta-post-type h2 {
  color: var(--cert-alert-color);
}

body.single-cert-avis .meta-post-type h2 {
  color: var(--cert-advisory-color);
}

body.single-cert-news .meta-post-type h2 {
  color: var(--cert-news-color);
}

body.single-cert-info .meta-post-type h2 {
  color: var(--cert-info-color);
}

body.single-cert-cti .meta-post-type h2 {
  color: var(--cert-cti-color);
}

body.single-cert-ioc .meta-post-type h2 {
  color: var(--cert-ioc-color);
}

body.single-cert-dur .meta-post-type h2 {
  color: var(--cert-hardening-color);
}

.article-page {
  border-bottom: 1px solid var(--grey-white-dark);
}
.article-page .page-content {
  font-family: "caslonReg", Times;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.article-page .page-content a {
  color: var(--black-6);
}
.article-page .page-content li {
  padding-top: 15px;
}
.article-page .page-content img {
  max-width: 100%;
  height: auto;
}

ul.page-numbers {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 20px 0;
  font-family: "ag_condensed", Arial;
  font-size: 2rem;
  display: inline-block;
}

ul.page-numbers li {
  display: inline;
}

ul.page-numbers li > a,
ul.page-numbers li > span {
  float: left;
  padding: 6px 14px;
  border: 1px var(--grey-white-dark) solid;
  margin-left: -1px;
  color: var(--black-3);
}

ul.page-numbers li > a.current,
ul.page-numbers li > span.current {
  text-decoration: underline;
  background-color: var(--grey-white);
}

ul.page-numbers li:first-child > a,
ul.page-numbers li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

ul.page-numbers li:last-child > a,
ul.page-numbers li:last-child > span {
  margin-right: 0;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.archive .archive-link {
  font-family: "ag_condensed", Arial;
  font-size: 2rem;
  color: var(--black-3);
  padding-left: 10px;
}
.archive .archive-link i {
  padding-left: 8px;
}

.archive .no-posts {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "ag_light_condensed", Arial;
  font-size: 2.5rem;
  color: var(--black-6);
}

.archive .no-posts-link {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-family: "ag_light_condensed", Arial;
  font-size: 2.5rem;
}
