.back-menus > li > a,
.back-menus li ul.sub-menu li a {
    font-family: 'Okta Neue', sans-serif;
    font-weight: 300;
}

/* Empêche le carrousel News d'élargir le header. */
.back-header .toolbar-area .row > [class*="col-"] {
    min-width: 0;
}

.back-header .toolbar-area .toolbar-text,
.back-header .toolbar-area .latest-news,
.back-header .toolbar-area .back-topbar-slider,
.back-header .toolbar-area .owl-stage-outer {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.back-header .toolbar-area .latest-news {
    flex: 1 1 auto;
    width: calc(100% - 122px);
}

.back-header .toolbar-area .back-topbar-slider .owl-item > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Recherche instantanée du header. */
.back-header .searchbar-part .global-search-form {
    border: 1px solid #e8e8e8;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
    padding: 0;
    right: 0;
    width: min(440px, calc(100vw - 30px));
    z-index: 1000;
}

.global-search-field {
    align-items: center;
    display: flex;
    padding: 14px 18px;
}

.back-header .searchbar-part .global-search-form .global-search-input {
    background: transparent;
    border: 0;
    color: #121212;
    flex: 1;
    font-size: 15px;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.global-search-results {
    border-top: 1px solid #e8e8e8;
    display: none;
    max-height: min(520px, 65vh);
    overflow-y: auto;
    padding: 8px;
}

.global-search-results.is-visible {
    display: block;
}

.global-search-result {
    align-items: center;
    border-radius: 6px;
    color: #121212;
    display: grid;
    gap: 14px;
    grid-template-columns: 74px 1fr;
    padding: 9px;
    transition: background-color .2s ease;
}

.global-search-result:hover,
.global-search-result:focus {
    background: #f4f4f1;
    color: #121212;
}

.global-search-result img {
    border-radius: 4px;
    height: 68px;
    object-fit: cover;
    width: 74px;
}

.global-search-result-content,
.global-search-result-content small,
.global-search-result-content strong,
.global-search-result-content > span {
    display: block;
}

.global-search-result-content small {
    color: #e6542e;
    font-size: 10px;
    letter-spacing: .6px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.global-search-result-content strong {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.global-search-result-content > span {
    color: #777;
    font-size: 12px;
    line-height: 1.35;
}

.global-search-message {
    color: #777;
    font-size: 13px;
    padding: 22px 14px;
    text-align: center;
}

html.back-dark .back-header .searchbar-part .global-search-form {
    background: #111;
    border-color: #303030;
}

html.back-dark .back-header .searchbar-part .global-search-form .global-search-input,
html.back-dark .global-search-result,
html.back-dark .global-search-result:hover,
html.back-dark .global-search-result:focus {
    color: #fff;
}

html.back-dark .global-search-results {
    border-color: #303030;
}

html.back-dark .global-search-result:hover,
html.back-dark .global-search-result:focus {
    background: #202020;
}

.projects-page,
.project-detail-page {
    --project-ink: #121212;
    --project-muted: #6f6f6f;
    --project-line: #e8e8e8;
    --project-panel: #f6f6f3;
    --project-accent: #e6542e;
}

.projects-page .breadcrumbs-inner {
    min-height: 360px;
    display: flex;
    align-items: center;
}

.projects-page .breadcrumbs-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    text-align: center;
    width: 100%;
}

.projects-page .breadcrumbs-text .projects-kicker {
    text-align: center;
}

.projects-page .breadcrumbs-text .breadcrumbs-title {
    font-size: clamp(42px, 6vw, 72px) !important;
    line-height: 1.05;
    text-align: center;
}

.projects-kicker,
.projects-section-heading > span {
    display: block;
    color: var(--project-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.projects-intro {
    max-width: 760px;
    font-size: 20px;
    line-height: 1.65;
    margin: 18px auto 25px;
    text-align: center;
}

.projects-page .breadcrumbs-text .back-nav ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.projects-section-heading {
    margin-bottom: 30px;
}

.projects-section-heading h2 {
    font-size: 36px;
    margin: 0;
}

.projects-heading-row {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.projects-view-all {
    border-bottom: 1px solid currentColor;
    color: var(--project-ink, #121212);
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 4px;
}

.project-feature-card {
    border-radius: 8px;
    display: block;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.project-feature-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
    width: 100%;
}

.project-feature-card:hover img {
    transform: scale(1.04);
}

.project-feature-overlay {
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .88));
    inset: 0;
    position: absolute;
}

.project-feature-content {
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 35px;
    position: absolute;
    right: 0;
}

.project-feature-content small,
.project-feature-content em {
    color: rgba(255, 255, 255, .8);
    font-style: normal;
    letter-spacing: .5px;
}

.project-feature-content strong {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin: 7px 0;
}

.project-filters {
    align-items: center;
    background: var(--project-panel);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1.4fr repeat(3, 1fr) auto;
    margin-bottom: 20px;
    padding: 18px;
}

.project-filters input,
.project-filters select {
    background: #fff;
    border: 1px solid var(--project-line);
    border-radius: 5px;
    color: var(--project-ink);
    height: 48px;
    padding: 0 15px;
    width: 100%;
}

.project-filters button {
    background: #fff !important;
    border: 1px solid #121212;
    border-radius: 5px;
    color: #121212 !important;
    height: 48px;
    padding: 0 24px;
}

.project-filters button:hover {
    background: #121212 !important;
    color: #fff !important;
}

.project-filter-reset {
    color: var(--project-ink);
    font-size: 13px;
    grid-column: 1 / -1;
    text-align: right;
}

.project-results-meta {
    color: var(--project-muted);
    font-size: 13px;
    margin-bottom: 25px;
}

.project-card {
    background: #fff;
    border: 1px solid var(--project-line);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.project-card:hover {
    box-shadow: 0 18px 50px rgba(0, 0, 0, .1);
    transform: translateY(-5px);
}

.project-card-image {
    display: block;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.project-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%;
}

.project-card:hover .project-card-image img {
    transform: scale(1.04);
}

.project-card-type {
    background: rgba(18, 18, 18, .88);
    border-radius: 3px;
    bottom: 15px;
    color: #fff;
    font-size: 12px;
    left: 15px;
    padding: 7px 11px;
    position: absolute;
}

.project-card-body {
    padding: 25px;
}

.project-card-group {
    color: var(--project-accent);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.project-card h3 {
    font-family: 'Okta Neue', sans-serif;
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.project-card h3 a {
    color: var(--project-ink);
}

.project-card p {
    color: var(--project-muted);
    line-height: 1.65;
    min-height: 76px;
}

.project-card-footer {
    align-items: center;
    border-top: 1px solid var(--project-line);
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 17px;
}

.project-card-footer span {
    color: var(--project-muted);
}

.project-card-footer a {
    color: var(--project-ink);
    font-weight: 700;
}

.project-empty {
    background: var(--project-panel);
    border-radius: 8px;
    padding: 70px 25px;
    text-align: center;
}

.project-detail-hero {
    height: min(760px, 78vh);
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.project-detail-hero > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.project-detail-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .82));
    inset: 0;
    position: absolute;
}

.project-detail-hero-content {
    bottom: 65px;
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.project-back-link,
.project-detail-category {
    color: rgba(255, 255, 255, .82);
    display: block;
    font-size: 13px;
    margin-bottom: 18px;
}

.project-detail-hero h1 {
    color: #fff;
    font-size: clamp(46px, 7vw, 94px);
    line-height: .98;
    margin-bottom: 22px;
    max-width: 1000px;
}

.project-detail-hero p {
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    line-height: 1.5;
    max-width: 720px;
}

.project-description h2 {
    font-size: 38px;
}

.project-rich-text {
    font-size: 18px;
    line-height: 1.85;
    margin-top: 25px;
}

.project-facts {
    background: var(--project-panel);
    border-radius: 8px;
    padding: 10px 30px;
}

.project-facts > div {
    border-bottom: 1px solid var(--project-line);
    padding: 20px 0;
}

.project-facts > div:last-child {
    border: 0;
}

.project-facts span,
.project-facts strong {
    display: block;
}

.project-facts span {
    color: var(--project-muted);
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.project-media-section {
    border-top: 1px solid var(--project-line);
    margin-top: 70px;
    padding-top: 60px;
}

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

.project-gallery a {
    border-radius: 7px;
    height: 480px;
    overflow: hidden;
}

.project-gallery img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.project-video {
    aspect-ratio: 16 / 9;
    border-radius: 7px;
    overflow: hidden;
}

.project-video iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.project-files > a {
    align-items: center;
    border-bottom: 1px solid var(--project-line);
    color: var(--project-ink);
    display: flex;
    font-size: 17px;
    justify-content: space-between;
    padding: 18px 0;
}

html.back-dark .projects-page,
html.back-dark .project-detail-page {
    --project-ink: #fff;
    --project-muted: #bdbdbd;
    --project-line: #303030;
    --project-panel: #161616;
}

html.back-dark .projects-catalogue,
html.back-dark .project-detail-content,
html.back-dark .projects-featured {
    background: #000;
}

html.back-dark .project-card,
html.back-dark .project-filters input,
html.back-dark .project-filters select {
    background: #0d0d0d;
    color: #fff;
}

html.back-dark .project-filters button {
    background: #fff !important;
    border-color: #fff;
    color: #121212 !important;
}

html.back-dark .projects-view-all {
    color: #fff;
}

/* Accueil : projets et articles éditoriaux modernisés. */
.category-articles-page .back-category-style-grid .image-areas {
    background: transparent;
    border-radius: 12px 12px 0 0;
    line-height: 0;
    overflow: hidden;
}

.category-articles-page .back-category-style-grid .image-areas a {
    display: block;
}

.category-articles-page .back-category-style-grid .image-areas img {
    border-radius: 12px 12px 0 0 !important;
    display: block;
    height: auto !important;
    max-height: none;
    object-fit: contain;
    width: 100%;
}

.category-articles-page .back-category-style-grid .back-btm-content {
    border-radius: 0 0 12px 12px !important;
}

.home-showcase {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.home-showcase-slider > .owl-stage-outer > .owl-stage {
    align-items: flex-start;
    display: flex;
}

.home-showcase-slider > .owl-stage-outer > .owl-stage > .owl-item {
    float: none;
}

.home-showcase-slide {
    min-height: 760px;
    width: 100%;
}

.home-showcase-projects .home-projects-featured {
    min-height: 760px;
    padding-bottom: 70px;
    padding-top: 75px;
}

.home-showcase-projects .project-feature-card {
    height: 520px;
}

.home-showcase-creative .back-hero-area {
    margin: 0;
    min-height: 900px;
    padding: 45px 0 35px;
}

.home-creative-row {
    align-items: center;
    display: flex;
    min-height: 470px;
}

.home-creative-copy h1 {
    font-family: 'Okta Neue', sans-serif;
    font-size: clamp(54px, 7vw, 88px);
    font-weight: 300;
    line-height: .98;
    margin-bottom: 22px;
}

.home-creative-copy p {
    font-size: 20px;
    letter-spacing: 4px;
    opacity: .7;
}

.home-collier-wrap img {
    height: auto;
    max-height: 500px;
    max-width: 100%;
    object-fit: contain;
}

.home-partners-section {
    background: #f6f6f3;
    padding: 70px 0 55px;
}

.home-partners-heading {
    margin-bottom: 18px;
    text-align: center;
}

.home-partners-heading span {
    color: #666;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-partners-heading h2 {
    font-family: 'Okta Neue', sans-serif;
    font-size: 38px;
    font-weight: 300;
    margin: 5px 0 0;
}

.home-partners-section .partners-carousel li {
    min-height: 145px;
}

.home-partners-section .partners-carousel .partner-logo {
    filter: grayscale(1) brightness(0);
    opacity: .82;
    transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.home-partners-section .partners-carousel .partner-logo:hover {
    opacity: 1;
    transform: scale(1.04);
}

.home-partners-section .partners-carousel {
    position: relative;
}

.home-partners-section .partners-carousel > .owl-nav {
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home-partners-section .partners-carousel > .owl-nav button.owl-prev,
.home-partners-section .partners-carousel > .owl-nav button.owl-next {
    align-items: center;
    background: #111 !important;
    border: 1px solid #111 !important;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 54px;
    justify-content: center;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
    width: 54px;
    z-index: 4;
}

.home-partners-section .partners-carousel > .owl-nav button.owl-prev {
    left: -18px;
}

.home-partners-section .partners-carousel > .owl-nav button.owl-next {
    right: -18px;
}

.home-partners-section .partners-carousel > .owl-nav button span {
    display: none;
}

.home-partners-section .partners-carousel > .owl-nav button::before {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: '';
    height: 11px;
    width: 11px;
}

.home-partners-section .partners-carousel > .owl-nav button.owl-prev::before {
    transform: rotate(-135deg) translate(-1px, 1px);
}

.home-partners-section .partners-carousel > .owl-nav button.owl-next::before {
    transform: rotate(45deg) translate(-1px, 1px);
}

.home-partners-section .partners-carousel > .owl-nav button:hover {
    background: #fff !important;
    color: #000;
    transform: translateY(-50%) scale(1.08);
}

html.back-dark .home-partners-section .partners-carousel > .owl-nav button.owl-prev,
html.back-dark .home-partners-section .partners-carousel > .owl-nav button.owl-next {
    background: #fff !important;
    border-color: #fff !important;
    color: #000;
}

html.back-dark .home-partners-section .partners-carousel > .owl-nav button:hover {
    background: #111 !important;
    color: #fff;
}

.home-creative-articles {
    padding-bottom: 75px;
}

.home-creative-articles-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.home-creative-articles-heading h2 {
    font-family: 'Okta Neue', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}

.home-creative-articles-heading a {
    color: #121212;
    font-size: 14px;
}

.home-creative-article-card {
    align-items: center;
    background: #f6f6f3;
    border-radius: 12px;
    color: #121212;
    display: grid;
    gap: 18px;
    grid-template-columns: 150px 1fr;
    min-height: 145px;
    overflow: hidden;
}

.home-creative-article-card img {
    height: 145px;
    object-fit: cover;
    width: 150px;
}

.home-creative-article-card span {
    padding: 14px 18px 14px 0;
}

.home-creative-article-card small,
.home-creative-article-card strong {
    display: block;
}

.home-creative-article-card small {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.home-creative-article-card strong {
    font-family: 'Okta Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.home-showcase-slider > .owl-nav {
    bottom: 32px;
    display: flex;
    gap: 9px;
    left: max(22px, calc((100vw - 1140px) / 2));
    position: absolute;
    z-index: 5;
}

.home-showcase-slider > .owl-nav button.owl-prev,
.home-showcase-slider > .owl-nav button.owl-next {
    align-items: center;
    background: #f0f0ed;
    border-radius: 50%;
    color: #121212;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 0;
    width: 48px;
}

.home-showcase-slider > .owl-dots {
    bottom: 45px;
    display: flex;
    gap: 7px;
    position: absolute;
    right: max(22px, calc((100vw - 1140px) / 2));
    z-index: 5;
}

.home-showcase-slider > .owl-dots .owl-dot span {
    background: #c9c9c5;
    height: 7px;
    margin: 0;
    transition: width .3s ease, background-color .3s ease;
    width: 7px;
}

.home-showcase-slider > .owl-dots .owl-dot.active span {
    background: #121212;
    width: 28px;
}

.home-projects-featured {
    background: #fff;
}

.home-project-groups {
    background: #fff;
    padding: 85px 0;
}

.home-project-groups-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-project-group-card {
    border-radius: 14px;
    grid-column: span 2;
    height: 330px;
    overflow: hidden;
    position: relative;
}

.home-project-group-card:nth-child(-n + 2) {
    grid-column: span 3;
    height: 390px;
}

.home-project-group-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
    width: 100%;
}

.home-project-group-card:hover img {
    transform: scale(1.045);
}

.home-project-group-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .04) 25%, rgba(0, 0, 0, .92) 100%);
    inset: 0;
    position: absolute;
}

.home-project-group-content {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
}

.home-project-group-content small,
.home-project-group-content strong,
.home-project-group-content em,
.home-project-group-content b {
    color: #fff;
    display: block;
}

.home-project-group-content small {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.home-project-group-content strong {
    font-family: 'Okta Neue', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.15;
}

.home-project-group-content em {
    font-size: 14px;
    font-style: normal;
    line-height: 1.45;
    margin-top: 9px;
    max-width: 480px;
    opacity: .85;
}

.home-project-group-content b {
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
}

.home-editorial-hero {
    background: #f6f6f3;
    padding: 75px 0;
}

.home-editorial-hero .back-hero-area {
    margin: 0;
}

.home-editorial-hero .image-area {
    border-radius: 12px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .12);
    overflow: hidden;
}

.home-editorial-hero .image-area::after {
    background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .88));
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-editorial-hero .image-area > a:first-child img {
    transition: transform .7s ease;
}

.home-editorial-hero .image-area:hover > a:first-child img {
    transform: scale(1.035);
}

.home-editorial-hero .back-btm-content {
    z-index: 2;
}

.home-editorial-hero .back-btm-content h3 a,
.home-editorial-hero .back-btm-content ul li,
.home-editorial-hero .back-btm-content ul li a {
    color: #fff !important;
}

.home-essential-articles {
    background: #fff;
    padding: 85px 0;
}

.home-essential-articles .back-title h2,
.home-latest-articles .back-title h2 {
    font-family: 'Okta Neue', sans-serif;
    font-size: 38px;
    font-weight: 400;
}

.home-essential-articles .back-trending-slider > li,
.home-essential-articles .owl-item > li {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}

.home-essential-articles .image-areas {
    border-radius: 12px 12px 0 0;
    height: 275px;
    overflow: hidden;
}

.home-essential-articles .image-areas img {
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .5s ease;
    width: 100% !important;
}

.home-essential-articles li:hover .image-areas img {
    transform: scale(1.04);
}

.home-essential-articles .back-btm-content {
    padding: 24px;
}

.home-essential-articles .back-btm-content h3 {
    font-family: 'Okta Neue', sans-serif;
    font-size: 21px;
    line-height: 1.35;
}

.home-latest-articles {
    background: #f6f6f3;
    padding: 85px 0;
}

.home-latest-articles .col-lg-8 > ul > li > .image-area {
    border-radius: 12px;
    height: 610px;
    overflow: hidden;
}

.home-latest-articles .col-lg-8 > ul > li > .image-area > a > img {
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-latest-articles .col-lg-8 .back-btm-content {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
    bottom: 0;
    left: 0;
    padding: 150px 40px 38px;
    position: absolute;
    right: 0;
}

.home-latest-articles .col-lg-8 .back-btm-content h3 a,
.home-latest-articles .col-lg-8 .back-btm-content ul li,
.home-latest-articles .col-lg-8 .back-btm-content ul li a {
    color: #fff !important;
}

.home-latest-articles .back-hero-bottom > li {
    align-items: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    display: grid;
    gap: 18px;
    grid-template-columns: 145px 1fr;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
}

.home-latest-articles .back-hero-bottom .image-areas {
    border-radius: 12px 0 0 12px;
    flex: none;
    height: 128px;
    margin: 0;
    max-width: none !important;
    width: 145px;
}

.home-latest-articles .back-hero-bottom .image-areas a {
    display: block;
    height: 100%;
}

.home-latest-articles .back-hero-bottom .image-areas img {
    border-radius: 12px 0 0 12px !important;
    height: 100%;
    object-fit: cover;
    width: 100% !important;
}

.home-latest-articles .back-hero-bottom .back-btm-content {
    padding: 15px 15px 15px 0;
}

.home-latest-articles .back-hero-bottom h3 {
    font-family: 'Okta Neue', sans-serif;
    font-size: 17px;
    line-height: 1.35;
    margin: 5px 0 0;
}

@media (min-width: 992px) {
    .home-latest-articles .col-lg-4 > .back-hero-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: 610px;
    }

    .home-latest-articles .col-lg-4 > .back-hero-bottom > li {
        flex: 1 1 0;
        margin-bottom: 0;
        min-height: 0;
    }

    .home-latest-articles .back-hero-bottom .image-areas {
        height: 100%;
    }
}

html.back-dark .home-projects-featured,
html.back-dark .home-showcase,
html.back-dark .home-project-groups,
html.back-dark .home-editorial-hero,
html.back-dark .home-essential-articles,
html.back-dark .home-latest-articles {
    background: #000;
}

html.back-dark .home-partners-section {
    background: #080808;
}

html.back-dark .home-partners-section .partners-carousel .partner-logo {
    filter: grayscale(1) brightness(0) invert(1);
}

html.back-dark .home-partners-heading span,
html.back-dark .home-creative-articles-heading a,
html.back-dark .home-creative-article-card {
    color: #fff;
}

html.back-dark .home-creative-article-card {
    background: #111;
    border: 1px solid #2c2c2c;
}

html.back-dark body .article-detail-page .blog-content,
html.back-dark body .article-detail-page .blog-content :where(p, li, span, strong, em, blockquote, td, th, label) {
    color: #f5f5f5 !important;
}

html.back-dark body .article-detail-page .blog-content a {
    color: #fff;
}

html.back-dark body .article-detail-page .blog-content a:hover {
    color: #d7d7d7;
}

html.back-dark body .article-detail-page .post-author,
html.back-dark body .article-detail-page .back-sidebar .social-area li div,
html.back-dark body .article-detail-page .back-sidebar .back-hero-bottom > li {
    background: #101010;
    border-color: #2c2c2c;
}

/* Interface monochrome : chargement, navigation, pagination et réseaux. */
#back__preloader {
    background: #fff;
}

#back__circle_loader {
    border-bottom-color: #d9d9d9;
    border-left-color: #d9d9d9;
    border-right-color: #111;
    border-top-color: #111;
}

.back__loader_logo img {
    filter: grayscale(1) brightness(0);
}

html.back-dark #back__preloader {
    background: #000;
}

html.back-dark #back__circle_loader {
    border-bottom-color: #333;
    border-left-color: #333;
    border-right-color: #fff;
    border-top-color: #fff;
}

html.back-dark .back__loader_logo img {
    filter: grayscale(1) brightness(0) invert(1);
}

.pagination .page-link {
    background: #fff;
    border-color: #d5d5d5;
    color: #111;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-item.active .page-link {
    background: #111;
    border-color: #111;
    box-shadow: none;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    background: #f2f2f2;
    border-color: #dedede;
    color: #777;
}

.back-pagination li:not(.back-next) a,
.back-pagination li.back-next a {
    background: #fff;
    border-color: #d5d5d5;
    color: #111;
}

.back-pagination li:not(.back-next) a:hover,
.back-pagination li.back-next a:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

html.back-dark .back-pagination li:not(.back-next) a,
html.back-dark .back-pagination li.back-next a {
    background: #050505;
    border-color: #444;
    color: #fff;
}

html.back-dark .back-pagination li:not(.back-next) a:hover,
html.back-dark .back-pagination li.back-next a:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

html.back-dark .pagination .page-link {
    background: #050505;
    border-color: #444;
    color: #fff;
}

html.back-dark .pagination .page-link:hover,
html.back-dark .pagination .page-link:focus,
html.back-dark .pagination .page-item.active .page-link {
    background: #fff;
    border-color: #fff;
    color: #000;
}

html.back-dark .pagination .page-item.disabled .page-link {
    background: #171717;
    border-color: #333;
    color: #888;
}

.back-offcanvas {
    background: rgba(255, 255, 255, .92);
}

.back-canvas {
    background: #fff;
    color: #111;
}

.back-canvas .offcanvas-text p,
.back-canvas .canvas-contact .address-area .address-list .info-content em,
.back-canvas .canvas-contact .address-area .address-list .info-content em a {
    color: #444;
}

.back-canvas .canvas-contact .address-area .address-list .info-icon svg,
.back-canvas .canvas-contact .address-area .address-list .info-content .title {
    color: #111;
}

html.back-dark .back-offcanvas {
    background: rgba(0, 0, 0, .9);
}

html.back-dark .back-canvas {
    background: #050505;
    box-shadow: 0 0 45px rgba(255, 255, 255, .06);
    color: #fff;
}

html.back-dark .back-canvas .offcanvas-text p,
html.back-dark .back-canvas .canvas-contact .address-area .address-list .info-content em,
html.back-dark .back-canvas .canvas-contact .address-area .address-list .info-content em a {
    color: #ccc;
}

html.back-dark .back-canvas .canvas-contact .address-area .address-list .info-icon svg,
html.back-dark .back-canvas .canvas-contact .address-area .address-list .info-content .title {
    color: #fff;
}

.menu-toggle #menu-btn,
.menu-toggle #menu-btn:hover,
.menu-toggle #menu-btn:focus {
    background: #000;
    border-color: #000;
    box-shadow: none;
}

.menu-toggle #menu-btn .icon-bar {
    background: #fff !important;
}

html.back-dark .menu-toggle #menu-btn {
    border-color: #fff;
}

.back-menus .has-sub .arrow {
    background: #fff;
    border-left-color: #ddd;
}

.back-menus .has-sub .arrow::after {
    border-top-color: #000;
}

html.back-dark .back-menus .has-sub .arrow {
    background: #111;
    border-left-color: #333;
}

html.back-dark .back-menus .has-sub .arrow::after {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.back-menus li.menu-active > a,
.back-menus li ul.sub-menu li.menu-active > a,
.back-menus li ul.sub-menu li a.back-current-page {
    color: #000 !important;
}

html.back-dark .back-menus li.menu-active > a,
html.back-dark .back-menus li ul.sub-menu li.menu-active > a,
html.back-dark .back-menus li ul.sub-menu li a.back-current-page {
    color: #fff !important;
}

.back-canvas .social-links li a,
.back-contact-page .social-link li a,
.back-whats-posts .social-area li a i,
.back-whats-posts .social-area2 li a i {
    background: #000 !important;
    color: #fff !important;
}

.back-canvas .social-links li a:hover,
.back-contact-page .social-link li a:hover,
.back-whats-posts .social-area li a i:hover,
.back-whats-posts .social-area2 li a i:hover {
    background: #333 !important;
    color: #fff !important;
}

html.back-dark .back-canvas .social-links li a,
html.back-dark .back-contact-page .social-link li a,
html.back-dark .back-whats-posts .social-area li a i,
html.back-dark .back-whats-posts .social-area2 li a i {
    background: #fff !important;
    color: #000 !important;
}

html.back-dark .back-canvas .social-links li a:hover,
html.back-dark .back-contact-page .social-link li a:hover,
html.back-dark .back-whats-posts .social-area li a i:hover,
html.back-dark .back-whats-posts .social-area2 li a i:hover {
    background: #d9d9d9 !important;
    color: #000 !important;
}

html.back-dark .home-showcase-slider > .owl-nav button.owl-prev,
html.back-dark .home-showcase-slider > .owl-nav button.owl-next {
    background: #222;
    color: #fff;
}

html.back-dark .home-showcase-slider > .owl-dots .owl-dot.active span {
    background: #fff;
}

html.back-dark .home-essential-articles .owl-item > li,
html.back-dark .home-latest-articles .back-hero-bottom > li {
    background: #0d0d0d;
    border-color: #303030;
}

@media (max-width: 991px) {
    .home-project-groups-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-project-group-card,
    .home-project-group-card:nth-child(-n + 2) {
        grid-column: span 1;
        height: 350px;
    }

    .home-project-group-card:last-child {
        grid-column: span 2;
    }

    .home-showcase-slide,
    .home-showcase-projects .home-projects-featured,
    .home-showcase-creative .back-hero-area {
        min-height: 700px;
    }

    .home-showcase-projects .project-feature-card {
        height: 430px;
    }

    .home-creative-row {
        min-height: 480px;
    }

    .home-creative-copy h1 {
        font-size: 62px;
    }

    .projects-page .breadcrumbs-inner {
        min-height: 330px;
        padding: 55px 0;
    }

    .projects-page .breadcrumbs-text {
        max-width: 680px;
        padding: 0 20px;
    }

    .projects-page .breadcrumbs-text .breadcrumbs-title {
        font-size: clamp(40px, 8vw, 58px) !important;
    }

    .projects-intro {
        font-size: 18px;
        line-height: 1.55;
    }

    .project-filters {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-filters button {
        width: 100%;
    }

    .project-feature-card {
        height: 360px;
    }

    .project-detail-hero-content {
        bottom: 40px;
    }

    .project-facts {
        margin-top: 40px;
    }

    .home-latest-articles .col-lg-8 > ul > li > .image-area {
        height: 520px;
    }
}

@media (max-width: 575px) {
    .back-header .toolbar-area .toolbar-text {
        align-items: center;
        display: flex !important;
        text-align: left;
    }

    .back-header .toolbar-area .toolbar-text .latest-news-title {
        border-right: 1px solid rgba(255, 255, 255, .7);
        flex: 0 0 auto;
        margin-right: 10px;
        padding-right: 10px;
    }

    .back-header .toolbar-area .toolbar-text .latest-news {
        flex: 1 1 auto;
        width: auto;
    }

    .back-header .toolbar-area .toolbar-content {
        display: none;
    }

    .projects-page .breadcrumbs-inner {
        min-height: 360px;
        padding: 45px 0;
    }

    .home-showcase-slide,
    .home-showcase-projects .home-projects-featured,
    .home-showcase-creative .back-hero-area {
        min-height: auto;
    }

    .home-showcase-projects .home-projects-featured {
        padding: 50px 0 100px;
    }

    .home-showcase-projects .project-feature-card {
        height: 360px;
    }

    .home-showcase-projects .row > div:nth-child(n + 2) {
        display: none !important;
    }

    .home-showcase-creative .back-hero-area {
        padding: 35px 0 90px;
    }

    .home-creative-row {
        flex-direction: column;
        min-height: auto;
        padding: 25px 15px 10px;
        text-align: center;
    }

    .home-creative-copy h1 {
        font-size: 48px;
        margin-top: 8px;
    }

    .home-creative-copy p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .home-collier-wrap {
        margin-top: 25px;
        text-align: center !important;
    }

    .home-collier-wrap img {
        max-height: 280px;
    }

    .home-creative-articles {
        padding: 25px 0 70px;
    }

    .home-creative-articles-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .home-creative-articles .row {
        gap: 14px;
    }

    .home-creative-article-card {
        grid-template-columns: 105px 1fr;
        min-height: 110px;
    }

    .home-creative-article-card img {
        height: 110px;
        width: 105px;
    }

    .home-creative-article-card strong {
        font-size: 16px;
    }

    .home-partners-section {
        padding: 50px 0 35px;
    }

    .home-partners-heading h2 {
        font-size: 31px;
    }

    .home-partners-section .partners-carousel > .owl-nav button.owl-prev,
    .home-partners-section .partners-carousel > .owl-nav button.owl-next {
        height: 46px;
        width: 46px;
    }

    .home-partners-section .partners-carousel > .owl-nav button.owl-prev {
        left: 4px;
    }

    .home-partners-section .partners-carousel > .owl-nav button.owl-next {
        right: 4px;
    }

    .home-showcase .partners-carousel {
        padding: 10px 0 20px;
    }

    .home-showcase-slider > .owl-nav {
        bottom: 24px;
        left: 15px;
    }

    .home-showcase-slider > .owl-dots {
        bottom: 39px;
        right: 15px;
    }

    .projects-page .breadcrumbs-text {
        padding: 0 15px;
    }

    .projects-page .breadcrumbs-text .breadcrumbs-title {
        font-size: 42px !important;
        overflow-wrap: anywhere;
    }

    .projects-intro {
        font-size: 16px;
        line-height: 1.55;
        margin: 14px auto 20px;
    }

    .project-filters,
    .project-gallery {
        grid-template-columns: 1fr;
    }

    .project-filters {
        padding: 13px;
    }

    .project-filters button,
    .project-filter-reset {
        grid-column: 1;
    }

    .projects-catalogue .projects-section-heading h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .project-card-body {
        padding: 22px;
    }

    .project-card h3 {
        font-size: 21px;
    }

    .project-card-image {
        height: 230px;
    }

    .project-detail-hero {
        min-height: 580px;
    }

    .project-detail-hero h1 {
        font-size: 46px;
    }

    .project-gallery a {
        height: 330px;
    }

    .projects-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .home-project-groups-grid {
        grid-template-columns: 1fr;
    }

    .home-project-group-card,
    .home-project-group-card:nth-child(-n + 2),
    .home-project-group-card:last-child {
        grid-column: 1;
        height: 340px;
    }

    .home-project-group-content {
        padding: 24px;
    }

    .home-project-group-content strong {
        font-size: 24px;
    }

    .home-editorial-hero,
    .home-essential-articles,
    .home-latest-articles {
        padding: 55px 0;
    }

    .home-latest-articles .col-lg-8 > ul > li > .image-area {
        height: 460px;
    }

    .home-latest-articles .back-hero-bottom > li {
        grid-template-columns: 110px 1fr;
    }

    .home-latest-articles .back-hero-bottom .image-areas {
        width: 110px;
    }
}
