@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'btp';
  src: url("font/aa_btp-webfont.woff2") format("woff2"), url("font/aa_btp-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.005rem;
  position: relative;
  float: left;
  margin: 15px 15px;
  color: #fff;
  background-color: #000;
  width: calc(100% - 30px);
}
body ::selection {
  background: rgba(0, 0, 0, 0.99);
  /* WebKit/Blink Browsers */
  color: #fff;
  opacity: 1;
}
body ::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  /* Gecko Browsers */
  color: #fff;
  opacity: 1;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a, a:active, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover, .current-cat, .current_page_item {
  color: #000;
}

.current-cat, .cat a:hover {
  color: #7f7f7f;
}

.layout {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.layout-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.layout-content {
  display: inline-block;
}

header {
  position: fixed;
  top: 7.5px;
  left: 15px;
  right: 15px;
  z-index: 9999;
  mix-blend-mode: difference;
}
header h1 {
  position: relative;
  float: left;
  z-index: 999;
  margin-left: 5px;
}
header h1 a:hover {
  color: #7f7f7f;
}
header nav {
  position: relative;
  float: right;
  z-index: 999;
  margin-right: 5px;
}
header nav ul, header nav li {
  position: relative;
  float: left;
}
header nav li {
  margin-left: 5px;
}
header nav a:hover, header nav .current_page_item {
  color: #7f7f7f;
}
header .cat {
  z-index: 998;
  position: fixed;
  top: 7.5px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  display: none;
}
header .cat ul {
  display: flex;
  justify-content: center;
}
header .cat ul li {
  display: block;
  margin: 0 5px;
}

.grid {
  display: none;
  position: fixed;
  left: 15px;
  right: 15px;
  top: 30px;
  bottom: 20px;
  z-index: -1;
  opacity: 0.2;
  overflow: hidden;
}
.grid .col {
  position: relative;
  float: left;
  width: calc(8.33% - 10px);
  margin: 0 5px;
  background-color: #ddd;
  height: 100vh;
}

.col-1 {
  width: calc( 8.33% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-2 {
  width: calc( 16.66% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-3 {
  width: calc( 24.99% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-4 {
  width: calc( 33.32% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-5 {
  width: calc( 41.65% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-6 {
  width: calc( 49.98% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-7 {
  width: calc( 58.31% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-8 {
  width: calc( 66.64% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-9 {
  width: calc( 74.97% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-10 {
  width: calc( 83.3% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-11 {
  width: calc( 91.63% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-12 {
  width: calc( 99.96% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.full-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.full-screen img, .full-screen video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.full-screen img.fullheight, .full-screen video.fullheight {
  object-fit: contain;
  object-position: center;
}

.content {
  position: relative;
  float: left;
  margin-top: 15px;
  width: 100%;
}

.strate {
  position: relative;
  float: left;
  width: 100%;
}
.strate .content {
  margin-top: 0px;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.swiper .prev, .swiper .next {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 600px;
  z-index: 99;
}
.swiper .prev {
  left: 0px;
}
.swiper .next {
  right: 0px;
}
.swiper .prev:hover {
  cursor: w-resize;
}
.swiper .next:hover {
  cursor: e-resize;
}

.home .pre-home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 999999;
  text-align: center;
}
.home .pre-home .titre-home {
  color: #fff;
  font-size: 52px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  /* ← centrage horizontal du groupe "Building + mot" */
  gap: 0.25em;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}
.home .pre-home .titre-home .building-label {
  flex-shrink: 0;
}
.home .pre-home .titre-home .buildingname-wrapper {
  display: inline-block;
  min-width: 6em;
  text-align: left;
}
.home .pre-home .titre-home .buildingname {
  display: inline-block;
  white-space: nowrap;
}
.home header .cat {
  display: none;
}
.home .swiper a:hover {
  color: #000;
}
.home .swiper h2 {
  display: none;
}

.archive header .cat, .page-template-page-index header .cat {
  display: block;
}
.archive li.page-item-10, .page-template-page-index li.page-item-10 {
  color: #7f7f7f;
}
.archive h2, .page-template-page-index h2 {
  display: none;
}
.archive .item, .page-template-page-index .item {
  margin-bottom: 10px;
}
.archive .item img, .page-template-page-index .item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.texte-projet {
  position: fixed;
  bottom: 0px;
  padding: 7.5px 15px;
  padding-bottom: 20px;
  left: 0px;
  right: 0px;
  z-index: 999999;
  mix-blend-mode: difference;
  min-height: 15px;
}
.texte-projet #caption-container {
  min-height: 15px;
}
.texte-projet p {
  text-align: left;
  width: calc(100% - 50px);
}
.texte-projet .swiper-pagination {
  text-align: right;
  position: absolute;
  right: 0px;
}

.texte-projet:hover {
  mix-blend-mode: normal;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.texte-projet:hover, .texte-projet.stay {
  background-color: #fff;
  color: #000;
  mix-blend-mode: normal;
}

body.overview-open .single header {
  background-color: #fff;
  color: #000;
  mix-blend-mode: normal;
  z-index: 99999;
}
body.overview-open .single .texte-projet {
  background-color: #fff;
  color: #000;
  mix-blend-mode: normal;
  z-index: 99999;
}

.single {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  overflow: hidden;
}
.single header {
  z-index: 99999;
}
.single .btn-top {
  display: none !important;
  position: fixed;
  top: 7.5px;
  text-align: center;
  color: #fff;
  z-index: 999999;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  mix-blend-mode: difference;
}
.single .btn-info {
  display: block;
  margin-right: 20px;
}
.single .btn-info:hover {
  cursor: pointer;
  color: #7f7f7f;
}
.single .titre-projet {
  display: none;
}
.single .texte-projet:hover {
  cursor: pointer;
}
.single .swiper-pagination {
  position: relative;
  bottom: auto;
}
.single .prev-proj {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 999;
}
.single .prev-proj a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.single .prev-proj:hover,
.single .prev-proj a:hover {
  cursor: s-resize;
}
.single .next-proj,
.single .next-proj a {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: 999;
}
.single .next-proj:hover,
.single .next-proj a:hover {
  cursor: n-resize;
}
.single .current-proj.full-screen {
  position: absolute;
  margin-top: -15px;
  min-height: 100svh;
  width: 100svw;
  margin-left: -15px;
  overflow-y: scroll;
}
.single .swiper-wrapper {
  max-height: 100svh;
}
.single .current-proj,
.single .prev-project,
.single .next-project {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.single .prev-project {
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.6s ease, visibility 0s 0.6s;
}
.single .prev-project.ready {
  visibility: visible;
  transition: transform 0.6s ease, visibility 0s 0s;
}
.single .next-project {
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.6s ease, visibility 0s 0.6s;
}
.single .next-project.ready {
  visibility: visible;
  transition: transform 0.6s ease, visibility 0s 0s;
}
.single .prev-project.up {
  transform: translateY(-200%);
}
.single .current-proj.up {
  transform: translateY(-100%);
}
.single .next-project.up {
  transform: translateY(0);
}
.single .prev-project.down {
  transform: translateY(0);
}
.single .current-proj.down {
  transform: translateY(100%);
}
.single .next-project.down {
  transform: translateY(200%);
}
.single .btn-info,
.single .swiper-pagination,
.single .build {
  display: none;
}
.single .swipe {
  position: fixed;
  top: 150px;
  left: 400px;
  right: 400px;
  bottom: 150px;
  z-index: 9999;
  cursor: grab;
}
.single .swipe.disabled-swipe {
  pointer-events: none;
}
.single .btn-over {
  text-align: right;
}
.single .btn-over.resp {
  display: none;
}
.single .overview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow-y: scroll;
  z-index: 100;
  background: white;
  transform: translateY(100%);
  transition: transform 0.6s ease;
}
.single .overview.active {
  transform: translateY(0);
  z-index: 9999;
}
.single.overview-open header {
  background-color: #fff;
  color: #000;
  mix-blend-mode: normal;
  z-index: 99999;
}
.single.overview-open .texte-projet {
  background-color: #fff;
  color: #000;
  mix-blend-mode: normal;
  z-index: 99999;
}
.single .current-grid {
  width: calc(100% - 40px);
  padding: 30px 20px 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
}
.single .current-grid .thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
}
.single .current-grid .thumb img,
.single .current-grid .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .current-proj.swiper::-webkit-scrollbar {
  display: none;
}
.single .current-proj.swiper,
.single .overview {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single .texte-projet-current {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.single .texte-projet-current.up {
  transform: translateY(-100svh);
}
.single .texte-projet-current.down {
  transform: translateY(100svh);
}
.single .btn-infos {
  display: none;
}

.home header,
.single header {
  position: fixed;
  top: 0px;
  padding: 7.5px 15px;
  left: 0px;
  right: 0px;
}
.home header:hover,
.single header:hover {
  background-color: #fff;
  color: #000;
  mix-blend-mode: normal;
}

.home header:hover {
  background-color: transparent;
  color: #fff;
}

.page-template-page-about {
  background-color: #fff;
  color: #000;
  margin: 0px;
  margin-top: 30px;
  width: 100%;
}
.page-template-page-about header {
  mix-blend-mode: normal;
}
.page-template-page-about .strate {
  border-bottom: solid 1px;
  padding-top: 8px;
  padding-bottom: 5px;
}
.page-template-page-about .strate.first {
  border-top: solid 1px;
}
.page-template-page-about .content .quatre {
  column-count: 4;
  column-gap: 10px;
  margin-bottom: 15px;
}
.page-template-page-about .content .quatre p {
  color: #7f7f7f;
}
.page-template-page-about .content .quatre p a:hover {
  color: #000;
}
.page-template-page-about .content .quatre p del {
  color: #000;
  text-decoration: none;
}
.page-template-page-about .content p {
  margin-bottom: 15px;
}
.page-template-page-about .content p a {
  color: #7f7f7f;
}
.page-template-page-about .content p a:hover {
  color: #000;
}
.page-template-page-about .content .col-8.tableau .cat {
  color: #7f7f7f;
}
.page-template-page-about .content .col-8.tableau table {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.page-template-page-about .content .col-8.tableau table tr td, .page-template-page-about .content .col-8.tableau table tr th {
  position: relative;
  float: left;
}
.page-template-page-about .content .col-8.tableau table tr td.nom, .page-template-page-about .content .col-8.tableau table tr th.nom {
  width: calc(66.66% - 5px);
  margin-right: 5px;
}
.page-template-page-about .content .col-8.tableau table tr td.cat, .page-template-page-about .content .col-8.tableau table tr th.cat {
  width: calc(33.33% - 5px);
  margin-left: 5px;
}
.page-template-page-about .content .col-8.tableau table tbody, .page-template-page-about .content .col-8.tableau table thead, .page-template-page-about .content .col-8.tableau table tr, .page-template-page-about .content .col-8.tableau table td {
  position: relative;
  float: left;
  width: 100%;
}
.page-template-page-about .content .col-8.tableau table tbody, .page-template-page-about .content .col-8.tableau table thead {
  column-count: 2;
  column-gap: 10px;
}
.page-template-page-about .content .col-8.tableau table thead tr th.nom::before, .page-template-page-about .content .col-8.tableau table thead tr th.cat:before {
  content: '▼';
  cursor: pointer;
  font-size: 8px;
}
.page-template-page-about .content .col-8.tableau table thead tr th.nom.sorting-desc::before, .page-template-page-about .content .col-8.tableau table thead tr th.cat.sorting-desc::before {
  content: '▲';
  cursor: pointer;
  font-size: 8px;
}
.page-template-page-about caption, .page-template-page-about th, .page-template-page-about td {
  font-weight: 700;
}

@media only screen and (max-width: 1920px) {
  .single .current-grid {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media only screen and (max-width: 1440px) {
  .swiper .prev, .swiper .next {
    width: 500px;
  }

  .single .current-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 1260px) {
  .page-template-page-about .content .quatre {
    column-count: 2;
  }

  .swiper .prev, .swiper .next {
    width: 400px;
  }

  .single .current-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .single .current-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 840px) {
  header nav ul li {
    margin: 0 5px;
  }

  .home .next, .home .prev, .single .next, .single .prev {
    display: none;
  }

  .single .btn-top {
    top: 47.5px;
  }
  .single .btn-top .btn-info {
    display: none !important;
  }
  .single .prev-project .texte-projet .col-10, .single .next-project .texte-projet .col-10 {
    display: none;
  }
  .single #caption-container {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0;
    padding: 15px 15px 50px 15px;
    width: calc(100% - 30px);
    background-color: #fff;
  }
  .single .swiper-pagination {
    float: right;
    width: auto;
  }
  .single .btn-over.col-1 {
    width: auto;
  }
  .single .swipe {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .single .current-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .single .texte-projet:hover {
    background-color: transparent;
  }
  .single .texte-projet.stay {
    background-color: #fff !important;
  }
  .single .texte-projet.texte-projet-current {
    display: flex;
    justify-content: space-between;
  }
  .single .btn-infos {
    display: block;
    z-index: 99;
  }

  .archive .content .col-3.item, .page-template-page-index .content .col-3.item {
    width: calc(50% - 10px);
  }

  .page-template-page-about .content .col-4 {
    width: calc(50% - 10px);
  }
  .page-template-page-about .content .col-8.quatre {
    width: calc(100% - 10px);
  }
  .page-template-page-about .content .col-4:first-child, .page-template-page-about .content .col-4:first-of-type {
    width: calc(100% - 10px);
    margin-bottom: 15px;
  }
  .page-template-page-about .content .col-8.tableau table tbody, .page-template-page-about .content .col-8.tableau table thead {
    column-count: 1;
  }
}
@media only screen and (max-width: 720px) {
  .home .pre-home .titre-home {
    font-size: 26px;
    flex-direction: column;
    align-items: center;
    line-height: 24px;
  }
  .home .pre-home .titre-home .buildingname-wrapper {
    min-width: 0;
  }
}
@media only screen and (max-width: 520px) {
  .archive header .cat, .page-template-page-index header .cat {
    display: none;
  }
  .archive header nav, .page-template-page-index header nav {
    margin-top: 0px;
  }
  .archive .content .col-3.item, .page-template-page-index .content .col-3.item {
    width: calc(100% - 10px);
  }

  .page-template-page-about .content .col-4 {
    width: calc(100% - 10px);
  }
  .page-template-page-about .content .quatre {
    column-count: 1;
  }

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