/*
Theme Name: Stockage Campus
Theme URI: https://blog.stockageenligne.com
Author: stockageenligne.com
Author URI: https://stockageenligne.com
Description: Theme WordPress autonome, moderne et responsive pour un blog de cours, ressources et technologie.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stockage-campus
*/

:root {
  --sc-ink: #102027;
  --sc-muted: #5e6b74;
  --sc-soft: #f4f7fb;
  --sc-paper: #ffffff;
  --sc-line: #dce5ec;
  --sc-coral: #ff5f45;
  --sc-teal: #0ea5a4;
  --sc-yellow: #f4c542;
  --sc-green: #4f9a5f;
  --sc-shadow: 0 18px 50px rgba(16, 32, 39, 0.1);
  --sc-radius: 8px;
  --sc-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sc-ink);
  background: var(--sc-soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-color: rgba(14, 165, 164, 0.45);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--sc-teal);
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--sc-paper);
  background: var(--sc-ink);
  border-radius: var(--sc-radius);
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--sc-line);
  backdrop-filter: blur(14px);
}

.header__inner,
.site-main,
.footer__inner,
.campus-hero,
.archive-heading,
.content-layout {
  width: min(100% - 32px, var(--sc-container));
  margin-inline: auto;
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 78px;
}

.site-branding {
  min-width: 0;
}

.site-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.1;
}

.site-title a {
  text-decoration: none;
}

.site-title::before {
  content: "";
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: var(--sc-radius);
  background:
    linear-gradient(135deg, var(--sc-coral) 0 50%, transparent 50%),
    linear-gradient(45deg, var(--sc-teal) 0 50%, var(--sc-yellow) 50%);
  box-shadow: 0 10px 22px rgba(16, 32, 39, 0.16);
}

.main-navigation {
  justify-self: end;
}

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation a {
  display: block;
  padding: 9px 12px;
  border-radius: var(--sc-radius);
  color: var(--sc-ink);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  background: #e9f6f5;
  color: #067978;
}

.header-search {
  width: min(260px, 24vw);
}

.search-form {
  display: flex;
  align-items: stretch;
  min-width: 0;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  overflow: hidden;
  background: var(--sc-paper);
}

.search-form label {
  flex: 1;
  min-width: 0;
}

.search-field {
  width: 100%;
  min-height: 42px;
  border: 0;
  padding: 0 12px;
  color: var(--sc-ink);
  background: transparent;
}

.search-submit {
  min-width: 44px;
  border: 0;
  border-left: 1px solid var(--sc-line);
  color: var(--sc-paper);
  background: var(--sc-teal);
  cursor: pointer;
}

.campus-hero {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--sc-line);
}

.section-kicker,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--sc-teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-kicker::before,
.card-kicker::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.button-link,
.post-card__more,
.nav-links a,
.comment-reply-link,
.form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  color: var(--sc-ink);
  background: var(--sc-paper);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.featured-card,
.post-card,
.sidebar-card,
.comment-list .comment-body {
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
  box-shadow: var(--sc-shadow);
}

.featured-card {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(0, 0.85fr);
  min-height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.featured-card__media,
.post-card__media,
.single-hero__media {
  position: relative;
  overflow: hidden;
  background: #d9eef0;
}

.featured-card__media img,
.post-card__media img,
.single-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.featured-card__media {
  min-height: 410px;
}

.featured-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 4vw, 34px);
}

.featured-card__label {
  margin: 0 0 10px;
  color: var(--sc-coral);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-card__title,
.post-card__title,
.entry-title {
  margin: 0;
  line-height: 1.12;
}

.featured-card__title {
  font-size: 2.35rem;
}

.featured-card__title a,
.post-card__title a {
  text-decoration: none;
}

.entry-meta,
.post-card__meta,
.featured-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 14px 0 0;
  color: var(--sc-muted);
  font-size: 0.9rem;
}

.category-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #075958;
  background: #dff4f2;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.featured-card__excerpt,
.post-card__excerpt {
  margin: 16px 0 0;
  color: var(--sc-muted);
}

.site-main {
  flex: 1;
  padding: 22px 0 58px;
  scroll-margin-top: 220px;
}

.section-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
  margin: 18px 0 18px;
}

.section-heading h2,
.archive-heading h1 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1.08;
}

.content-explorer {
  margin: 4px 0 30px;
  padding: 26px 0 28px;
  border-top: 1px solid var(--sc-line);
  border-bottom: 1px solid var(--sc-line);
  background: #f8fbfa;
}

.content-explorer__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px 20px;
}

.content-explorer__header h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.08;
}

.content-explorer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--sc-line);
}

.explorer-group {
  min-width: 0;
  padding: 22px;
  border-bottom: 1px solid var(--sc-line);
}

.explorer-group:nth-child(odd) {
  border-right: 1px solid var(--sc-line);
}

.explorer-group__heading {
  padding-left: 12px;
  border-left: 4px solid var(--sc-teal);
}

.explorer-group--subjects .explorer-group__heading {
  border-left-color: var(--sc-yellow);
}

.explorer-group--formats .explorer-group__heading {
  border-left-color: var(--sc-coral);
}

.explorer-group--sections .explorer-group__heading {
  border-left-color: #3978a8;
}

.explorer-group__heading p {
  margin: 0 0 3px;
  color: var(--sc-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.explorer-group__heading h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.15;
}

.explorer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.explorer-link {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px 9px 12px;
  border: 1px solid #d8e4e7;
  border-radius: 6px;
  color: var(--sc-ink);
  background: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.explorer-link:hover {
  border-color: var(--sc-teal);
  color: #075958;
  background: #effaf9;
  transform: translateY(-1px);
}

.explorer-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.explorer-link small {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 50%;
  color: #075958;
  background: #dff4f2;
  font-size: 0.7rem;
  font-weight: 900;
}

.explorer-group--subjects .explorer-link small {
  color: #604600;
  background: #f8e7a2;
}

.explorer-group--formats .explorer-link small {
  color: #77321f;
  background: #ffe3dc;
}

.explorer-group--sections .explorer-link small {
  color: #1e527a;
  background: #e0eff8;
}

.platform-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 0 30px;
  padding: 20px 22px;
  border: 1px solid #d8e4e7;
  border-left: 6px solid var(--sc-coral);
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
  box-shadow: 0 12px 30px rgba(16, 32, 39, 0.08);
}

.platform-card__content {
  min-width: 0;
}

.platform-card .section-kicker {
  margin-bottom: 8px;
  color: var(--sc-coral);
}

.platform-card h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.15;
}

.platform-card p {
  max-width: 68ch;
  margin: 8px 0 0;
  color: var(--sc-muted);
  font-size: 0.98rem;
}

.platform-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.platform-card__button,
.platform-card__link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--sc-radius);
  padding: 9px 14px;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.platform-card__button {
  border: 1px solid var(--sc-coral);
  color: var(--sc-paper);
  background: var(--sc-coral);
}

.platform-card__button:hover {
  color: var(--sc-paper);
  background: #e34f38;
}

.platform-card__link {
  border: 1px solid var(--sc-line);
  color: #075958;
  background: #effaf9;
}

.platform-card__link:hover {
  border-color: var(--sc-teal);
  color: #075958;
}

.archive-heading {
  padding: 34px 0 10px;
}

.archive-heading p {
  max-width: 68ch;
  margin: 12px 0 0;
  color: var(--sc-muted);
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  display: flex;
  position: relative;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.post-card__rank {
  display: grid;
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 3px solid var(--sc-paper);
  border-radius: 50%;
  color: var(--sc-paper);
  background: var(--sc-coral);
  box-shadow: 0 6px 18px rgba(16, 32, 39, 0.22);
  font-size: 1rem;
  font-weight: 950;
}

.post-card__media {
  aspect-ratio: 16 / 10;
}

.post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.post-card__title {
  font-size: 1.25rem;
}

.post-card__title a:hover,
.featured-card__title a:hover {
  color: var(--sc-coral);
}

.post-card__more {
  margin-top: auto;
  align-self: flex-start;
  color: var(--sc-teal);
  background: #effaf9;
}

.placeholder-media {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 220px;
  place-items: center;
  color: rgba(16, 32, 39, 0.42);
  background:
    linear-gradient(135deg, #dff4f2 0 35%, #fff2d0 35% 67%, #ffe3dc 67%);
  font-weight: 900;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
  padding-top: 24px;
}

.entry-main {
  min-width: 0;
}

.single-hero {
  background: var(--sc-paper);
  border-bottom: 1px solid var(--sc-line);
}

.single-hero__inner {
  width: min(100% - 32px, var(--sc-container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: center;
  padding: 34px 0;
}

.single-hero__content {
  min-width: 0;
}

.entry-meta--single {
  align-items: center;
  gap: 12px 18px;
}

.entry-meta__dates {
  display: grid;
  gap: 3px;
  padding-right: 18px;
  border-right: 1px solid var(--sc-line);
}

.entry-meta__dates span {
  display: block;
}

.entry-meta__dates strong {
  color: var(--sc-ink);
}

.entry-meta__reading,
.entry-meta__author {
  white-space: nowrap;
}

.single-hero__title {
  margin: 12px 0 0;
  font-size: 3.4rem;
  line-height: 1;
}

.single-hero__excerpt {
  max-width: 68ch;
  margin: 16px 0 0;
  color: var(--sc-muted);
  font-size: 1.08rem;
}

.single-hero__media {
  aspect-ratio: 4 / 3;
  border-radius: var(--sc-radius);
  box-shadow: var(--sc-shadow);
}

.entry-content,
.page-content {
  min-width: 0;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
  box-shadow: var(--sc-shadow);
}

.entry-content > *:first-child,
.page-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child,
.page-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.page-content h2,
.page-content h3 {
  line-height: 1.16;
  margin-top: 1.5em;
}

.entry-content h2,
.page-content h2 {
  font-size: 1.75rem;
}

.entry-content h3,
.page-content h3 {
  font-size: 1.35rem;
}

.entry-content p,
.page-content p {
  margin: 0 0 1.1em;
}

.entry-content a,
.page-content a {
  overflow-wrap: anywhere;
}

.entry-content blockquote,
.page-content blockquote {
  margin: 1.6em 0;
  padding: 18px 20px;
  border-left: 5px solid var(--sc-coral);
  background: #fff7f5;
  border-radius: 0 var(--sc-radius) var(--sc-radius) 0;
}

.entry-content table,
.page-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--sc-line);
}

.entry-content th,
.entry-content td,
.page-content th,
.page-content td {
  padding: 10px;
  border: 1px solid var(--sc-line);
}

.entry-content pre,
.page-content pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 18px;
  border-radius: var(--sc-radius);
  color: #f9fbfc;
  background: #13242b;
}

.entry-content img,
.page-content img {
  border-radius: var(--sc-radius);
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.post-tags a {
  display: inline-flex;
  padding: 5px 10px;
  border: 1px solid var(--sc-line);
  border-radius: 999px;
  background: var(--sc-paper);
  color: var(--sc-muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.post-navigation,
.posts-navigation,
.pagination {
  margin-top: 28px;
}

.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
}

.pagination .page-numbers {
  display: grid;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--sc-line);
  border-radius: 6px;
  color: var(--sc-ink);
  background: var(--sc-paper);
  box-shadow: 0 4px 12px rgba(16, 32, 39, 0.06);
  font-weight: 900;
  text-decoration: none;
}

.pagination a.page-numbers:hover {
  border-color: var(--sc-teal);
  color: #075958;
  background: #effaf9;
  transform: translateY(-1px);
}

.pagination .page-numbers.current {
  border-color: var(--sc-coral);
  color: var(--sc-paper);
  background: var(--sc-coral);
}

.pagination .page-numbers.dots {
  width: 30px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-size: 1.2rem;
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-weight: 850;
}

.page-links .post-page-numbers {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--sc-line);
  border-radius: 6px;
  color: var(--sc-ink);
  background: var(--sc-paper);
  text-decoration: none;
}

.page-links .post-page-numbers.current {
  border-color: var(--sc-coral);
  color: var(--sc-paper);
  background: var(--sc-coral);
}

.sidebar {
  display: grid;
  min-width: 0;
  gap: 18px;
  position: sticky;
  top: 104px;
}

.sidebar-card {
  padding: 18px;
}

.sidebar-card h2,
.sidebar .widget-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
}

.sidebar ul {
  margin: 0;
  padding-left: 18px;
}

.sidebar li + li {
  margin-top: 8px;
}

.sidebar .search-form {
  width: 100%;
}

.not-found {
  width: min(100% - 32px, 760px);
  margin: 48px auto;
  padding: 34px;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
  box-shadow: var(--sc-shadow);
}

.comments-area {
  margin-top: 28px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list .comment-body {
  margin-top: 16px;
  padding: 16px;
}

.comment-form-comment textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  padding: 10px 12px;
}

.site-footer {
  margin-top: auto;
  color: var(--sc-paper);
  background: var(--sc-ink);
}

.footer__inner {
  display: block;
  width: min(100% - 32px, var(--sc-container));
  margin-inline: auto;
  padding: 34px 0 24px;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 28px;
  align-items: start;
}

.footer__brand,
.footer__qr {
  min-width: 0;
}

.footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--sc-yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer__eyebrow::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.footer__brand h2,
.footer__qr h2 {
  margin: 0;
  color: var(--sc-paper);
  font-size: 1.45rem;
  line-height: 1.15;
}

.footer__text {
  max-width: 72ch;
  margin-top: 12px;
}

.footer__text p,
.footer__bottom p,
.footer__qr-widget p {
  margin: 0 0 0.85em;
  color: rgba(255, 255, 255, 0.75);
}

.footer__text p:last-child,
.footer__qr-widget p:last-child {
  margin-bottom: 0;
}

.footer__qr {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--sc-radius);
  background: rgba(255, 255, 255, 0.06);
}

.footer__qr-widget {
  margin-top: 16px;
}

.footer__qr-widget center {
  text-align: left;
}

.footer__qr-widget #qr-login-button,
.footer__login-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--sc-radius);
  padding: 9px 14px;
  color: var(--sc-ink);
  background: var(--sc-yellow);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.footer__qr-widget #qr-login-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.footer__qr-widget #qr-login-container {
  margin-top: 14px;
}

.footer__qr-widget #qr-code-frame {
  max-width: 100%;
  border-radius: var(--sc-radius);
  background: var(--sc-paper);
}

.footer__qr-widget #qr-status-message {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__bottom p {
  margin: 0;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-menu a:hover {
  color: var(--sc-yellow);
}

.stockage-ad {
  width: min(100%, var(--sc-container));
  margin: 16px auto;
}

.stockage-ad--sidebar {
  width: 100%;
  margin: 0;
}

.stockage-ad__label {
  color: var(--sc-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stockage-ad__content {
  margin-top: 6px;
  border: 1px dashed #c8d6df;
  border-radius: var(--sc-radius);
  background: rgba(255, 255, 255, 0.76);
  overflow: hidden;
}

.alignwide {
  max-width: min(100%, var(--sc-container));
}

.alignfull {
  width: calc(100% + 80px);
  max-width: none;
  margin-left: -40px;
}

@media (max-width: 1040px) {
  .header__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .main-navigation {
    justify-self: stretch;
  }

  .main-navigation ul {
    justify-content: flex-start;
  }

  .header-search {
    width: 100%;
  }

  .featured-card,
  .single-hero__inner,
  .content-layout,
  .platform-card,
  .footer__top {
    grid-template-columns: 1fr;
  }

  .platform-card__actions {
    justify-content: flex-start;
  }

  .content-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .main-navigation ul {
    gap: 4px;
  }

  .main-navigation a {
    padding: 8px 9px;
    font-size: 0.9rem;
  }

  .featured-card__title,
  .section-heading h2,
  .archive-heading h1 {
    font-size: 1.8rem;
  }

  .single-hero__title {
    font-size: 2.2rem;
  }

  .content-explorer {
    margin-top: 0;
    padding: 22px 0 0;
  }

  .content-explorer__header {
    padding: 0 14px 18px;
  }

  .content-explorer__header h2 {
    font-size: 1.8rem;
  }

  .content-explorer__grid {
    grid-template-columns: 1fr;
  }

  .explorer-group,
  .explorer-group:nth-child(odd) {
    padding: 18px 14px;
    border-right: 0;
  }

  .explorer-links {
    grid-template-columns: 1fr;
  }

  .campus-hero {
    padding: 18px 0 24px;
  }

  .featured-card__media {
    min-height: 280px;
  }

  .posts-grid {
    grid-template-columns: 1fr;
  }

  .entry-content,
  .page-content {
    padding: 20px;
  }

  .entry-meta--single {
    align-items: flex-start;
  }

  .entry-meta__dates {
    width: 100%;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid var(--sc-line);
  }

  .pagination .nav-links {
    gap: 6px;
  }

  .pagination .page-numbers {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .alignfull {
    width: 100%;
    margin-left: 0;
  }
}
