/*
Theme Name: C3BI
Theme URI: https://c3bitest.c3bi.pasteur.fr/
Author: Rachel Torchet
Description: C3BI Theme
*/


/* POLICE */

@font-face {
    font-family: 'BrandonGrotesqueReg';
    src: url('../assets/fonts/brandon_reg/brandon_reg-webfont.eot');
    src: url('../assets/fonts/brandon_reg/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/brandon_reg/brandon_reg-webfont.woff2') format('woff2'),
         url('../assets/fonts/brandon_reg/brandon_reg-webfont.woff') format('woff'),
         url('../assets/fonts/brandon_reg/brandon_reg-webfont.svg#brandon_grotesquereg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonGrotesqueBld';
    src: url('../assets/fonts/brandon_bld/brandon_bld-webfont-webfont.eot');
    src: url('../assets/fonts/brandon_bld/brandon_bld-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/brandon_bld/brandon_bld-webfont-webfont.woff2') format('woff2'),
         url('../assets/fonts/brandon_bld/brandon_bld-webfont-webfont.woff') format('woff'),
         url('../assets/fonts/brandon_bld/brandon_bld-webfont-webfont.svg#brandon_grotesquebld') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplayBld';
    src: url('../assets/fonts/playfairdisplay/playfairdisplay-bold-webfont.eot');
    src: url('../assets/fonts/playfairdisplay/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff') format('woff'),
         url('../assets/fonts/playfairdisplay/playfairdisplay-bold-webfont.svg#playfair_displaybld') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
Theme Name: Pasteur / RVDB-prot
Author: Thomas Bigot
Description: General styles matching Institut Pasteur official website
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

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

html {
    font-size: 0.625em;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "BrandonGrotesqueReg", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #1d1d1b;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

small {
    font-size: 1.1rem;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #003d80;
    text-decoration: underline;
}

a:focus-visible {
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #211b1d;
    color: #fff;
    padding: 8px 15px;
    z-index: 100;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #2d96fa;
    outline-offset: 0;
}

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

.outer-wrap {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
}

.inner-wrap {
    margin: 0 auto;
    padding: 0 15px;
}

#main {
    padding: 0 0 60px;
    background: #fff;
}

.main-content {
    font-size: 1.8rem;
}

.page-hero {
    position: relative;
    margin: 0 -15px 40px;
    padding: 80px 15px;
    color: #fff;
    background: #003d80 linear-gradient(135deg, #002a59 0%, #0056b3 100%);
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.page-hero h1 {
    font-family: "PlayfairDisplayBld", Georgia, "Times New Roman", serif;
    font-size: 4.8rem;
    line-height: 1.15;
    color: #fff;
    margin: 0;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-toc {
    position: sticky;
    top: 20px;
    margin-bottom: 0;
}

.page-toc h2 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #211b1d;
    margin: 0 0 12px;
}

.page-toc a {
    display: block;
    padding: 6px 0 6px 12px;
    border-left: 3px solid #e0e0e0;
    font-size: 1.4rem;
    color: #636060;
    text-decoration: none;
    transition: all 0.2s ease;
}

.page-toc a:hover,
.page-toc a:focus,
.page-toc a.active {
    color: #2d96fa;
    border-left-color: #2d96fa;
}

.main-content h2 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    line-height: 1.3;
    color: #211b1d;
    margin: 50px 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-content h3 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #414144;
    margin: 50px 0 30px;
}

.main-content h4 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #414144;
    margin: 25px 0 10px;
}

.main-content p {
    margin-bottom: 16px;
    line-height: 1.4;
}

.main-content .lead {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #211b1d;
    margin-bottom: 24px;
}

.main-content .note {
    padding: 18px 22px;
    background: #f0f8fa;
    border-left: 4px solid #2d96fa;
    color: #211b1d;
}

.annotations-schema {
    margin: 25px auto;
    max-width: 720px;
    text-align: center;
}

.annotations-schema img {
    max-width: 100%;
    height: auto;
    border: 1px solid #e3e9eb;
}

.annotations-schema figcaption {
    font-size: 1.4rem;
    color: #636060;
    margin-top: 10px;
    font-style: italic;
}

.annotations-table thead th,
.annotations-table tbody td {
    text-align: left;
}

.annotations-table thead th {
    cursor: default;
}

.annotations-table code {
    background: transparent;
    padding: 0;
}

.main-content ul,
.main-content ol {
    margin: 0 0 20px 25px;
    padding-left: 0;
}

.main-content ul ul,
.main-content ol ol,
.main-content ul ol,
.main-content ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

.main-content li {
    margin-bottom: 8px;
}

.main-content strong {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.main-content em {
    font-style: italic;
}

.main-content code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.3rem;
    background: #f3f3f3;
    padding: 2px 5px;
    border-radius: 2px;
}

.main-content pre {
    background: #f3f3f3;
    padding: 20px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 1.3rem;
    line-height: 1.5;
}

.main-content pre code {
    background: transparent;
    padding: 0;
}

.main-content img {
    max-width: 100%;
    height: auto;
}

.main-content figure {
    margin: 25px 0;
}

.main-content .figure {
    margin: 20px 0;
}

.main-content hr {
    border: none;
    border-top: 1px solid #e3e9eb;
    margin: 30px 0;
}

@media only screen and (max-width: 991px) {
    .main-content h1 {
        font-size: 3.2rem;
    }

    .main-content h2 {
        font-size: 2.4rem;
    }
}

/*
Theme Name: Pasteur / RVDB-prot
Author: Thomas Bigot
Description: Header styles matching Institut Pasteur official website
*/

.main-header,
.main-header__inner {
    margin: 0;
    padding: 0;
}

.main-header {
    background: #fff;
    position: relative;
    z-index: 100;
}

.main-header .main-header__inner {
    border-bottom: 0;
}

.main-header__inner > .inner-wrap:last-child {
    border-bottom: 1px solid #aeb7c0;
}

.main-header .inner-wrap {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.main-header .inner-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/* Header top bar */
.header__top {
    background: #211b1d;
    color: #fff;
    height: 32px;
    padding: 0;
    line-height: 1.5;
}

.header__top .inner-wrap {
    padding: 0 50px;
}

.main-header__inner > .inner-wrap {
    padding: 0 50px;
}

.header__top a {
    color: #fff;
}

.menu--sup-header {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.menu--sup-header li {
    display: table-cell;
    text-align: center;
}

.menu--sup-header li.first {
    display: none !important;
}

.menu--sup-header a {
    display: block;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    font-family: "BrandonGrotesqueReg", Arial, Helvetica, sans-serif;
}

.menu--sup-header a.active,
.menu--sup-header a.active-trail,
.menu--sup-header a:active,
.menu--sup-header a:focus,
.menu--sup-header a:hover {
    background: #fff;
    color: #2d80e2;
    font-weight: 700;
    text-decoration: none;
}

.menu--sup-header-don {
    float: right;
}

.menu--sup-header-don ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.menu--sup-header-don ul a {
    display: block;
    padding: 8px 40px;
    text-transform: uppercase;
    background: #2d96fa;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    font-family: "BrandonGrotesqueReg", Arial, Helvetica, sans-serif;
}

.menu--sup-header-don ul a.active,
.menu--sup-header-don ul a.active-trail,
.menu--sup-header-don ul a:active,
.menu--sup-header-don ul a:focus,
.menu--sup-header-don ul a:hover {
    text-decoration: none;
    background: #0275e3;
}

/* Header middle row */
.header__middle {
    padding-top: 15px;
    padding-bottom: 15px;
    background: url("../img/pasteur.png") right top no-repeat;
}

.header__middle:after {
    content: "";
    display: table;
    clear: both;
}

.header__logo-wrapper {
    float: left;
    margin-right: 20px;
}

.header__logo-wrapper a {
    display: block;
}

.header__logo-wrapper img {
    display: block;
    width: 170px;
    height: auto;
}

.don-header {
    float: right;
    display: none;
}

.don-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.don-header ul a {
    display: block;
    padding: 13px 18px;
    margin-top: 10px;
    text-transform: uppercase;
    background: #2d96fa;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
}

.don-header ul a.active,
.don-header ul a.active-trail,
.don-header ul a:active,
.don-header ul a:focus,
.don-header ul a:hover {
    text-decoration: none;
    background: #0275e3;
}

/* Main navigation */
.header__nav {
    overflow: hidden;
    padding-right: 260px;
}

.header__nav:after {
    content: "";
    display: table;
    clear: both;
}

.main-nav {
    padding-top: 45px;
}

.main-nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;
    white-space: nowrap;
}

.main-nav ul.menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.main-nav ul.menu a {
    position: relative;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    color: #636060;
    font-size: 12px;
    padding: 5px 0;
    text-decoration: none;
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
}

.main-nav ul.menu a.active,
.main-nav ul.menu a.active-trail,
.main-nav ul.menu a:active,
.main-nav ul.menu a:focus,
.main-nav ul.menu a:hover {
    text-decoration: none;
    color: #211b1d;
}

.main-nav ul.menu a.active-trail:after,
.main-nav ul.menu a.active:after,
.main-nav ul.menu a:active:after,
.main-nav ul.menu a:focus:after,
.main-nav ul.menu a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #211b1d;
}

/* Burger menu */
.burger {
    margin: 0;
    padding: 12px;
    border: 0;
    background: transparent;
    width: 44px;
    float: right;
    display: none;
    border-left: 1px solid #e3e9eb;
    margin-left: 10px;
    cursor: pointer;
}

.burger:focus {
    outline: 3px solid #2d96fa;
    outline-offset: -3px;
}

.burger__icon {
    display: block;
    position: relative;
    margin: 0 auto;
    background: #000;
    height: 3px;
    margin-bottom: 11px;
    margin-top: 11px;
    transition: all .3s;
}

.burger__icon:after,
.burger__icon:before {
    content: "";
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    transition: all .3s;
}

.burger__icon:before {
    top: -11px;
}

.burger__icon:after {
    bottom: -11px;
}

.burger__text {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
    .main-header .inner-wrap {
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu--sup-header a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .header__nav {
        overflow: visible;
        clear: both;
    }

    .main-nav {
        padding-top: 20px;
        text-align: center;
    }

    .main-nav ul.menu {
        text-align: center;
    }

    .header__logo-wrapper img {
        max-width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header {
        border-bottom: 0;
    }

    .header__top {
        display: none;
    }

    .header__middle {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .burger {
        display: block;
    }

    .header__nav {
        display: none;
        width: 100%;
    }

    .header__nav.is-open {
        display: block;
    }

    .header__nav.is-open .main-nav ul.menu {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
        border-top: 1px solid #e3e9eb;
    }

    .header__nav.is-open .main-nav ul.menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #e3e9eb;
    }

    .header__nav.is-open .main-nav ul.menu a {
        display: block;
        padding: 12px 0;
    }

    .header__logo-wrapper {
        width: 130px;
        margin-top: 10px;
    }

    .header__logo-wrapper img {
        max-width: 130px;
    }

    .don-header {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header__logo-wrapper {
        width: 116px;
        margin-left: 10px;
        margin-right: 0;
    }

    .header__logo-wrapper img {
        max-width: 116px;
    }
}

@media only screen and (max-width: 374px) {
    .header__logo-wrapper {
        margin-top: 15px;
        width: 94px;
    }

    .header__logo-wrapper img {
        max-width: 94px;
    }
}
.page-body {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 240px;
    gap: 40px;
}

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

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-box {
    margin: 0;
    padding: 25px;
    background: #f3f3f3;
    border-left: 4px solid #2d96fa;
}

.contact-box h2 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #211b1d;
    margin: 0 0 12px;
    letter-spacing: 0.5px;
}

.contact-box p {
    font-size: 1.5rem;
    line-height: 1.55;
    margin-bottom: 12px;
    color: #414144;
    overflow-wrap: break-word;
}

.contact-box p:last-child {
    margin-bottom: 0;
}

.contact-box a {
    color: #0056b3;
}

.release-highlight {
    margin: 0 0 40px;
    padding: 25px;
    background: #f0f8fa;
    border: 1px solid #8d8888;
    border-left: 0;
    border-right: 0;
}

.release-highlight h2 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #211b1d;
    margin: 0 0 15px;
    letter-spacing: 0.5px;
}

.release-highlight h3 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #636060;
    margin: 0 0 8px;
    letter-spacing: 0.3px;
}

.release-highlight p {
    font-size: 1.5rem;
    line-height: 1.55;
    color: #414144;
    margin: 0;
}

.release-header {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 20px;
}

.release-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.release-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.release-count {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 3.2rem;
    color: #211b1d;
    margin: 0 0 12px;
    line-height: 1.2;
}

.release-count__label {
    font-family: "BrandonGrotesqueReg", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #636060;
    text-transform: lowercase;
    margin-left: 6px;
}

.release-card p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 8px 0 0;
}

.release-card .file-size {
    font-size: 1.3rem;
    color: #636060;
    white-space: nowrap;
}

.release-card .download-link {
    white-space: normal;
}

.release-sequences {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 12px;
}

.release-sequence {
    padding-left: 15px;
    border-left: 2px solid #e0e0e0;
}

.release-sequence__header,
.release-card__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}

.release-sequence__header h4 {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #636060;
    margin: 0;
    letter-spacing: 0.3px;
}

.release-card__header h3 {
    margin: 0;
}

.release-sequence__header .release-count,
.release-card__header .release-count {
    margin: 0;
}

.release-tools {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.release-tools h3 {
    margin: 0 0 5px;
}

.release-tools p {
    font-size: 1.4rem;
    color: #636060;
}

.release-tools strong {
    color: #211b1d;
}

.release-meta-inline {
    margin: 0 0 0 auto;
}

.download-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #0056b3;
    white-space: nowrap;
}

.download-link svg {
    flex: 0 0 auto;
    fill: currentColor;
}

.download-link:hover,
.download-link:focus {
    color: #003d80;
    text-decoration: none;
}

.download-link + .download-link {
    margin-left: 10px;
}

.info-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 2px;
    color: #636060;
    width: 24px;
    height: 24px;
    line-height: 1;
    position: relative;
    top: -2px;
}

.info-link svg {
    display: block;
    fill: currentColor;
}

.info-link:hover,
.info-link:focus {
    color: #0056b3;
}

.table-legend {
    font-size: 1.5rem;
    color: #636060;
    margin: 0 0 15px;
    line-height: 1.55;
}

.table-legend strong {
    color: #211b1d;
}

.table-wrap {
    overflow-x: auto;
    margin: 25px 0 40px;
    border: 1px solid #e3e9eb;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 1.4rem;
    min-width: 520px;
}

thead th {
    background: #211b1d;
    color: #fff;
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    cursor: help;
}

thead th:nth-child(n+3),
tbody td:nth-child(n+3) {
    text-align: center;
}

tbody th,
tbody td {
    padding: 12px 10px;
    border-bottom: 1px solid #e3e9eb;
    vertical-align: middle;
}

tbody tr:nth-child(even) {
    background: #f9f9f9;
}

tbody tr:hover {
    background: #f0f8fa;
}

tbody th {
    font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #211b1d;
}

.method-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin: 30px 0 50px;
}

.method-media {
    flex: 0 0 30%;
    max-width: 240px;
}

.method-media img {
    display: block;
    width: 100%;
    height: auto;
}

.method-text {
    flex: 1 1 auto;
    min-width: 0;
}

.method-text h3 {
    margin-top: 0;
}

.paragraph {
    clear: none;
}

.paragraph::after,
section::after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 991px) {
    .page-hero {
        padding: 50px 15px;
        margin-bottom: 30px;
    }

    .page-hero h1 {
        font-size: 3.6rem;
    }

    .page-body {
        grid-template-columns: 1fr;
    }

    .toc-sidebar {
        order: -1;
    }

    .page-toc {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 8px 18px;
        margin-bottom: 30px;
        padding: 14px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .page-toc h2 {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }

    .page-toc a {
        display: inline;
        padding: 0;
        border-left: 0;
        font-family: "BrandonGrotesqueBld", Arial, Helvetica, sans-serif;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #211b1d;
    }

    .page-toc a:hover,
    .page-toc a:focus,
    .page-toc a.active {
        text-decoration: underline;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-box {
        width: 100%;
    }

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

    .method-item {
        flex-direction: column;
        gap: 20px;
    }

    .method-media {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-box {
        padding: 20px;
    }

    .release-highlight {
        padding: 20px;
    }

    .release-header {
        flex-direction: column;
        gap: 5px;
    }

    .release-count {
        font-size: 2.4rem;
    }

    .page-hero {
        padding: 40px 15px;
    }

    .page-hero h1 {
        font-size: 3rem;
    }
}
/*
Theme Name: Pasteur / RVDB-prot
Author: Thomas Bigot
Description: Footer styles matching Institut Pasteur official website
*/

.main-footer {
    padding: 80px 0;
    background: #211b1d;
    color: #fff;
    font-family: "BrandonGrotesqueReg", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.main-footer:after {
    content: "";
    display: table;
    clear: both;
}

.main-footer a {
    color: #fff;
    text-decoration: none;
}

.main-footer a:hover,
.main-footer a:focus {
    text-decoration: underline;
}

.main-footer .donate {
    color: #2d96fa;
    font-weight: 700;
}

.main-footer .inner-wrap {
    position: relative;
    margin: 0 50px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer__section {
    flex: 0 1 auto;
}

.footer__address {
    flex: 0 0 420px;
    display: flex;
    align-items: flex-start;
}

.footer__address:before {
    content: "";
    display: block;
    flex: 0 0 auto;
    background: transparent url("../img/map.png") no-repeat left top;
    width: 152px;
    height: 153px;
    margin-right: 25px;
}

.footer__address-content {
    display: flex;
    flex-direction: column;
}

.footer__address .block {
    display: block;
    margin-top: 25px;
}

.footer__address .footer__logo {
    display: inline-block;
}

.footer__logo img {
    max-width: 180px;
    height: auto;
    display: block;
}

.address_street,
.address_phone {
    margin-bottom: 5px;
}

.address_street a,
.address_phone a {
    font-size: 14px;
}

.footer__menu-1,
.footer__menu-2,
.footer__menu-social {
    flex: 1 1 0;
    min-height: 0;
    border-left: 1px solid #2d96fa;
    padding: 10px 25px;
}

.footer__menu-1 ul,
.footer__menu-2 ul,
.footer__menu-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.footer__menu-1 li,
.footer__menu-2 li,
.footer__menu-social li {
    margin-bottom: 8px;
}

.footer__menu-1 a,
.footer__menu-2 a,
.footer__menu-social a {
    font-family: "BrandonGrotesqueReg", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.footer__menu-social .content {
    text-align: center;
}

.footer__menu-social li {
    margin-bottom: 15px;
}

.footer__menu-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: #2d96fa;
    min-width: 24px;
    min-height: 24px;
}

.footer__menu-social a:hover,
.footer__menu-social a:focus {
    color: #fff;
}

.footer__menu-social a svg {
    display: block;
    fill: currentColor;
}

.back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 9999;
    opacity: 1;
}

.back-to-top > a {
    display: block;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #211b1d;
    opacity: .8;
    transition: .5s;
    font-family: "BrandonGrotesqueReg", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.back-to-top > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active,
.back-to-top.active,
.back-to-top.active-trail {
    opacity: 1;
    bottom: 1em;
}

.back-to-top > a:hover,
.back-to-top > a:focus,
.back-to-top > a:active {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .back-to-top > a {
        padding: 10px 15px;
    }

    .back-to-top > a:before {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-footer {
        padding: 40px 0;
    }

    .main-footer .inner-wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 20px;
    }

    .footer__address {
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
        min-width: 0;
        margin: 0 0 30px 0;
    }

    .footer__address:before {
        display: none;
    }

    .footer__menu-1,
    .footer__menu-2 {
        display: none;
    }

    .footer__menu-social {
        flex: 1 1 100%;
        border: 0;
        min-height: 0;
        padding: 20px 0 0;
    }

    .footer__menu-social ul {
        text-align: center;
    }

    .footer__menu-social li {
        margin: 0 15px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 767px) {
    .main-footer .inner-wrap {
        display: block;
        margin: 0 15px;
    }

    .footer__address {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .footer__address:before {
        display: none;
    }

    .footer__address-content {
        align-items: center;
    }

    .footer__logo img {
        margin: 0 auto;
    }

    .footer__section {
        display: block;
        text-align: center;
    }
}

/* Prism syntax highlighting overrides */
code[class*="language-"],
pre[class*="language-"] {
    text-shadow: none;
    font-family: "Courier New", Courier, monospace;
}

.main-content pre[class*="language-"] {
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    padding: 20px;
    margin: 20px 0;
    font-size: 1.3rem;
    line-height: 1.5;
}

.main-content pre[class*="language-"] code {
    font-size: inherit;
    line-height: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .skip-link,
    .main-header,
    .toc-sidebar,
    .back-to-top,
    .main-footer {
        display: none !important;
    }

    .page-main,
    .page-body {
        width: 100%;
        max-width: none;
        display: block;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 0.9em;
        word-break: break-all;
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    img {
        max-width: 100%;
    }

    table {
        font-size: 10pt;
    }

    pre {
        white-space: pre-wrap;
        word-wrap: break-word;
    }
}
