/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* From http://codex.wordpress.org/CSS */

/* GENERAL */
/*
@font-face {
	font-family: "Ganton";
	src: url(assets/_fonts/Ganton.otf) format("opentype");
}
*/

:root {
  --color-black: #212121;
  --color-white: #ffffff;

  --border-radius-image: 20px;

  --NEXA-BOOK-font: "nexa", sans-serif;
  --NEXA-BOOK-weight: 400;
  --NEXA-BOOK-style: normal;

  --NEXA-BOLD-font: "nexa", sans-serif;
  --NEXA-BOLD-weight: 600;
  --NEXA-BOLD-style: normal;

  --NEXA-HEAVY-font: "nexa", sans-serif;
  --NEXA-HEAVY-weight: 800;
  --NEXA-HEAVY-style: normal;

  --NEXA-REGULAR-font: "nexa", sans-serif;
  --NEXA-REGULAR-weight: 500;
  --NEXA-REGULAR-style: normal;

  --NEXA-LIGHT-ITALIC-font: "nexa", sans-serif;
  --NEXA-LIGHT-ITALIC-weight: 300;
  --NEXA-LIGHT-ITALIC-style: italic;
}

body {
  font-family: var(--NEXA-REGULAR-font);
  font-style: var(--NEXA-REGULAR-style);
  font-weight: var(--NEXA-REGULAR-weight);
  font-size: 18px;
  line-height: 1.56;
  color: var(--color-black);
}

a {
  color: var(--color-black);
}

.back-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add a mouse pointer on hover */
  font-size: 20px; /* Increase font size */
  color: var(--color-white);
  background: var(--color-black);
  border: solid 2px var(--color-white);
  border-radius: 50%;
  padding: 14px 16px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: var(--color-white);
  border-color: var(--color-black);
  color: var(--color-black);
}

.qb-title-50 {
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.qb-title-35 {
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
  font-size: 1.75rem;
  line-height: 1.28;
  text-transform: uppercase;
}

.qb-intro-18 {
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
  line-height: 3.06;
  text-transform: uppercase;
}

.qb-intro-12 {
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
  font-size: 0.6rem;
  text-transform: uppercase;
}

.qb-white {
  color: var(--color-white);
}

.qb-black-bg {
  background-color: var(--color-black);
}

.qb-white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 30px;
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
  color: var(--color-white);
  padding: 7px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.qb-white-btn:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.grecaptcha-badge {
  display: none;
}
/* GENERAL */

/* HEADER */

.qb-header-main {
  width: 100%;
  z-index: 1000;
}

.qb-header-logo-img {
  width: 80px;
  height: auto;
}

/* --- HOME PAGE --- */
.qb-header-is-homepage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
}

.qb-header-is-homepage .qb-header-logo,
.qb-header-is-homepage .qb-header-menu {
  pointer-events: auto;
}

.qb-header-is-homepage .qb-header-logo {
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 1010;
}

.qb-header-is-homepage .qb-header-menu {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1010;
}

.qb-header-is-homepage .navbar-nav {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 100px;
}

/* --- PAGES STANDARDS --- */
.qb-header-is-standard {
  position: relative;
  padding: 15px 0;
}

.qb-header-is-standard .qb-header-gbdi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qb-header-text-white .nav-link {
  color: var(--color-white) !important;
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
}

.qb-header-text-black .nav-link {
  color: var(--color-black) !important;
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
}

.qb-header-main .dropdown-toggle::after {
  display: none !important;
}

.qb-header-main .nav-link {
  position: relative !important;
  display: inline-block !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.qb-header-main .dropdown-toggle::after {
  display: none !important;
}

.qb-header-main .nav-link:hover,
.qb-header-main .nav-link:focus,
.qb-header-main .nav-link:active,
.qb-header-main .show > .nav-link.dropdown-toggle {
  text-decoration: none !important;
  border: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-family: var(--NEXA-HEAVY-font);
  font-style: var(--NEXA-HEAVY-style);
  font-weight: var(--NEXA-HEAVY-weight);
}

.qb-header-main .dropdown-menu {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-width: 200px;
  padding: 0;
}

.qb-header-main .dropdown-menu.show,
.qb-header-main .nav-item.dropdown:hover > .dropdown-menu {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.qb-header-main .dropdown-item {
  background: transparent !important;
  padding: 5px 0;
  font-family: var(--NEXA-BOOK-font);
  font-weight: var(--NEXA-BOOK-weight);
  font-size: 0.9rem;
  width: auto;
  text-align: center;
}

.qb-header-text-white .dropdown-item {
  color: rgba(255, 255, 255, 0.45) !important;
}
.qb-header-text-white .dropdown-item:hover {
  color: rgba(255, 255, 255, 1) !important;
  opacity: 1;
}

.qb-header-text-black .dropdown-item {
  color: rgba(0, 0, 0, 0.34) !important;
}
.qb-header-text-black .dropdown-item:hover {
  color: rgba(0, 0, 0, 1) !important;
  opacity: 1;
}

.qb-header-is-homepage
  .qb-header-dropup
  .nav-item.dropdown:hover
  > .dropdown-menu {
  display: block;
}

.qb-header-main .nav-item.dropdown:hover > .nav-link,
.qb-header-main .nav-link.dropdown-toggle.show,
.qb-header-main .dropdown-toggle:focus,
.qb-header-main .dropdown-toggle:active {
  border: 0 !important;
  border-bottom: none !important;
  border-top: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-decoration: none !important;
  background: transparent !important;
  background-image: none !important;
}

.qb-header-main .nav-item.dropdown,
.qb-header-main .nav-item.show {
  border: none !important;
  outline: none !important;
}

.qb-header-main .qb-header-savoir-faire .nav-link:hover::after,
.qb-header-main .qb-header-savoir-faire .nav-link.show::after {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}

.qb-header-main .dropdown-toggle,
.qb-header-main .dropdown-toggle:hover,
.qb-header-main .dropdown-toggle:focus,
.qb-header-main .nav-item.dropdown.show > .nav-link {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}

.qb-header-main .nav-item.dropdown .nav-link::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.qb-header-main a.nav-link.dropdown-toggle::after {
  display: none !important;
  content: none !important;
  border: none !important;
}

.single-post .qb-header-main {
  background-color: var(--color-black) !important;
  position: relative !important;
}

body:not(.home) .qb-header-main,
body:not(.home) .qb-header-gbdi-header,
body:not(.home) .qb-header-menu,
body:not(.home) .navbar-collapse {
  overflow-y: visible !important;
  overflow-x: clip !important;
}

body:not(.home) .qb-header-main .dropdown-menu {
  z-index: 9999 !important;
  position: absolute !important;
}

body:not(.home) .qb-header-menu {
  max-width: 100% !important;
  padding-right: 50px !important;
  margin: 0 !important;
}

body:not(.home) .qb-header-main ul.dropdown-menu {
  background-color: transparent !important;
  min-width: 280px !important;
  padding: 20px !important;
  border: none !important;
  border-radius: 0 !important;
}

body:not(.home) .qb-header-logo {
  margin-left: 0 !important;
}

body:not(.home) .qb-header-main .row {
  padding-left: 50px !important;
  padding-right: 30px !important;
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.qb-header-main .nav-item.dropdown {
  position: relative;
}

body:not(.home) .qb-header-main .dropdown-menu {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
  text-align: center;
}

.qb-header-main .dropdown-menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.qb-header-is-homepage .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 100% !important;
  top: auto !important;
}

/* HEADER */

/* FOOTER */

.qb-footer-logo {
  max-height: 100px;
}

.qb-footer-links {
  font-size: 0.65rem;
}

.qb-footer-links a {
  color: var(--color-white);
}
/* FOOTER */

/* HOME */
.qb-home-scroll-trigger {
  height: 200vh; 
  position: relative;
  margin-top: 0 !important;
  padding-top: 0;
}

.admin-bar .qb-home-banner {
    top: 32px;
}

.qb-home-banner {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.qb-home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
  opacity: var(--qb-home-overlay-opacity, 0.6);
}

.qh-home-banner-content {
  position: relative;
  z-index: 2;
  padding-top: 407px;
}

.qb-home-know-card {
  display: block;
  height: 865px;
  position: relative;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  overflow: hidden;
}

.qb-home-know-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}

.qb-home-know-card-title {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-transform: uppercase;
  font-style: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
  font-size: 1.11rem;
  line-height: 1.25;
  color: var(--color-white);
  transition: opacity 0.3s ease-in-out;
}

.qb-home-know-card:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.qb-home-know-card:hover .qb-home-know-card-title {
  opacity: 0;
  transform: translateY(10px);
}

.qb-home-vision-container {
  padding-block: 125px;
}

.qb-home-vision-content strong {
  font-family: var(--NEXA-HEAVY-font);
  font-style: var(--NEXA-HEAVY-style);
  font-weight: var(--NEXA-HEAVY-weight);
}

.qb-home-vision-image-container {
  position: relative;
  height: 562px;
  width: 100%;
}

.qb-home-vision-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.qb-home-vision-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #21212100 0%, #212121 100%) 0%
    0% no-repeat padding-box;
}

.qb-home-expertise-container {
  padding-top: 124px;
  padding-bottom: 161px;
}

.qb-home-expertise-item {
  width: 100%;
  border-top: 1px solid rgba(33, 33, 33, 0.2);
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  transition: border-color 0.4s ease;
  padding-inline: 45px;
}

.qb-home-expertise-item + .qb-home-expertise-item {
  border-top: none;
}

.qb-home-expertise-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  cursor: pointer;
}

.qb-home-expertise-title {
  margin: 0 !important;
  font-family: var(--NEXA-HEAVY-font);
  font-style: var(--NEXA-HEAVY-style);
  font-weight: var(--NEXA-HEAVY-weight);
}

.qb-home-expertise-arrow {
  position: relative;
  width: 22px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qb-home-svg-arrow,
.qb-home-svg-minus {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.qb-home-svg-minus {
  opacity: 0;
}

.qb-home-expertise-item.is-open .qb-home-svg-arrow {
  opacity: 0;
}

.qb-home-expertise-item.is-open .qb-home-svg-minus {
  opacity: 1;
}

.qb-home-svg-arrow,
.qb-home-svg-minus {
  filter: brightness(0);
  color: var(--color-black);
}

.qb-home-expertise-item:hover .qb-home-svg-arrow,
.qb-home-expertise-item:hover .qb-home-svg-minus {
  opacity: 1 !important;
}

.qb-home-expertise-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
  overflow: hidden;
}

.qb-home-expertise-content-inner {
  min-height: 0;
}

.qb-home-expertise-text-wrapper {
  padding: 0 0 30px 0;
  font-family: var(--NEXA-LIGHT-ITALIC-font);
  font-style: var(--NEXA-LIGHT-ITALIC-style);
  font-weight: var(--NEXA-LIGHT-ITALIC-weight);
}

.qb-home-expertise-text-wrapper p:last-child {
  margin-bottom: 0;
}

.qb-home-expertise-item.is-open .qb-home-expertise-content {
  grid-template-rows: 1fr;
}

.qb-home-expertise-item:hover .qb-home-expertise-arrow {
  transform: scaleY(0.1);
}

.qb-home-scroll-bar {
  scroll-padding-block: 25px;
  box-shadow: 0px -3px 10px #00000029;
}

.qb-home-scroll-bar-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
}

.qb-home-scroll-bar-content {
  display: flex;
  width: max-content;
}

.qb-home-scroll-bar-track {
  display: flex;
  align-items: center;
  animation: qb-home-scroll 20s linear infinite;
}

.qb-home-scroll-bar-item {
  font-size: 1.1rem;
  font-family: var(--NEXA-HEAVY-font);
  font-style: var(--NEXA-HEAVY-style);
  font-weight: var(--NEXA-HEAVY-weight);
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.qb-home-scroll-bar-separator {
  font-size: 1.1rem;
}

@keyframes qb-home-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.qb-home-texture-bg {
  background-image: url(assets/images/qb-home-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 178px;
  padding-bottom: 143px;
}

.qb-home-materials {
  padding-bottom: 258px;
  gap: 55px;
}

.qb-home-materials-image-container {
  position: relative;
  display: inline-block;
}

.qb-home-materials-dot {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
}

.qb-home-materials-dot:hover {
  transform: scale(1.2);
}

.qb-home-materials-dot-1 {
  top: 33%;
  left: 83%;
}
.qb-home-materials-dot-2 {
  top: 38%;
  left: 92%;
}
.qb-home-materials-dot-3 {
  top: 45%;
  left: 55%;
}
.qb-home-materials-dot-4 {
  top: 43%;
  left: 77%;
}
.qb-home-materials-dot-5 {
  top: 76%;
  left: 26%;
}
.qb-home-materials-dot-6 {
  top: 21%;
  left: 42%;
}
.qb-home-materials-dot-7 {
  top: 67%;
  left: 46%;
}
.qb-home-materials-dot-8 {
  top: 55%;
  left: 66%;
}
.qb-home-materials-dot-9 {
  top: 94%;
  left: 22%;
}
.qb-home-materials-dot-10 {
  top: 96%;
  left: 55%;
}
.qb-home-materials-dot-11 {
  top: 85%;
  left: 87%;
}

.qb-home-materials-details-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.qb-home-materials-detail-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

.qb-home-materials-detail-item.qb-home-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.qb-home-materials-details-image {
  width: 236px;
  height: 236px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 36px;
}

.qb-home-materials-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qb-home-materials-details-text {
  font-style: italic;
}

.qb-home-grid-rea {
  gap: 38px;
}

.qb-home-card-rea {
  width: 390px;
  height: 531px;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  text-decoration: none;
  border-radius: var(--border-radius-image);
  transition: transform 0.3s ease;
}

.qb-home-card-rea-content {
  color: var(--color-white);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  border-radius: var(--border-radius-image);
  margin: -30px;
  padding: 30px;
}

.qb-home-card-rea-location {
  text-transform: uppercase;
  font-size: 0.6rem;
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
}

.qb-home-card-rea-label {
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
}

.qb-home-card-rea-intro {
  font-family: var(--NEXA-LIGHT-ITALIC-font);
  font-style: var(--NEXA-LIGHT-ITALIC-style);
  font-weight: var(--NEXA-LIGHT-ITALIC-weight);
  font-size: 0.8rem;
}

.qb-home-card-rea-btn {
  width: 34px;
  height: auto;
  background-image: url("assets/images/qb-home-card-rea-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.qb-home-contact {
  padding-top: 218px;
}

.qb-home-contact-content {
  font-family: var(--NEXA-LIGHT-ITALIC-font);
  font-style: var(--NEXA-LIGHT-ITALIC-style);
  font-weight: var(--NEXA-LIGHT-ITALIC-weight);
}

.qb-home-contact-infos {
  padding-top: 150px;
}

.qb-home-contact-separator {
  width: 1px;
  height: 432px;
  background-color: var(--color-white);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7-select,
.wpcf7 textarea {
  width: 100%;
}

::placeholder,
textarea,
label,
select {
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-weight);
  font-weight: var(--NEXA-BOLD-weight);
  color: var(--color-white);
  font-size: 0.8rem;
  line-height: 3.43;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  outline: none !important;
}

.qb-home-contact input[type="text"],
.qb-home-contact input[type="email"],
.qb-home-contact input[type="tel"],
.qb-home-contact textarea {
  color: var(--color-white) !important;
}

textarea {
  height: 75px;
}

.select.qb-home-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.qb-home-select option {
  background-color: var(--color-black);
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-weight);
  font-weight: var(--NEXA-BOLD-weight);
  color: var(--color-white);
  font-size: 0.8rem;
  line-height: 3.43;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.qb-home-select option:first-child {
  display: none;
}

.wpcf7-form input.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--color-white);
  border-radius: 30px;
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
  color: var(--color-white);
  padding: 7px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-form input.wpcf7-submit:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

/* HOME */

/* REALISATION */
.qb-rea-texture-bg {
  background-image: url(assets/images/qb-rea-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.qb-rea-banner {
  height: 724px;
  width: 100%;
  padding-bottom: 70px;
  object-fit: cover;
}

.qb-rea-breadcrumb {
  text-transform: uppercase;
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
  font-size: 0.6rem;
  opacity: 0.27;
}

.qb-rea-location {
  text-transform: uppercase;
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
}

.qb-rea-content {
  padding-bottom: 281px;
}

.qb-rea-list {
  padding-left: 160px;
}

.qb-rea-img-side img {
  height: 590px;
  width: auto;
  object-fit: cover;
}

.qb-rea-img-middle img {
  height: 1201px;
  width: auto;
}

.qb-rea-conclusion {
  padding-right: 160px;
}

.qb-rea-slide {
  position: relative;
}

.qb-rea-slider-nav-next {
  border: none;
  background-color: transparent;
  width: 55px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/images/qb-rea-nav-next.png);
  position: absolute;
  bottom: 34px;
  right: 38px;
}

.qb-rea-contact-container {
  padding-top: 88px;
  padding-bottom: 78px;
}

.qb-rea-contact-content {
  font-family: var(--NEXA-LIGHT-ITALIC-font);
  font-style: var(--NEXA-LIGHT-ITALIC-style);
  font-weight: var(--NEXA-LIGHT-ITALIC-weight);
}

.qb-rea-slier-image img {
  height: 1086px;
  width: 100%;
  object-fit: cover;
}

/* REALISATION */

/* PAGES - NOS SAVOIR FAIRE */
.qb-sf-sec1-container {
  padding-top: 124px;
  padding-bottom: 180px;
}

.qb-sf-sec1-content {
  position: relative;
}

.qb-sf-sec1-contenu {
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
  padding-top: 52px;
}

.qb-sf-sec1-img {
  border-radius: var(--border-radius-image);
  height: 547px;
  width: auto;
}

.qb-sec2-bg {
  position: relative;
  height: 547px;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.qb-sec2-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.4);
  z-index: -1;
}

.qb-sf-sec2-content {
  font-family: var(--NEXA-BOOK-font);
  font-style: var(--NEXA-BOOK-style);
  font-weight: var(--NEXA-BOOK-weight);
  font-size: 1.25rem;
}

.qb-sf-sec2-deco-up,
.qb-sf-sec2-deco-down {
  background-image: url(assets/images/qb-sf-citation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 45px;
  width: 60px;
}

.qb-sf-sec2-deco-up {
  margin-top: 150px;
  margin-bottom: 32px;
}

.qb-sf-sec2-deco-down {
  margin-top: 32px;
  margin-left: auto;
}

.qb-sf-sec3-container {
  padding-top: 148px;
  padding-bottom: 211px;
}

.qb-sf-sec3-title-35 {
  padding-bottom: 81px;
}

.qb-sf-sec3-img {
  height: 508px;
  width: auto;
  border-radius: var(--border-radius-image);
}

.qb-sf-sec3-row-1-container {
  position: relative;
}

.qb-sf-sec3-item {
  padding-bottom: 100px;
}

.qb-sf-sec3-separator {
  background-image: url(assets/images/qb-sf-separator.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 8px;
  width: 300px;
}

.qb-sf-sec3-picto {
  height: 55px;
  width: auto;
}

.qb-sf-sec3-titre {
  font-family: var(--NEXA-HEAVY-font);
  font-style: var(--NEXA-HEAVY-style);
  font-weight: var(--NEXA-HEAVY-weight);
  padding-bottom: 13px;
}

.qb-sf-sec3-row-2-container,
.qb-sf-sec3-row-3-container {
  padding-top: 200px;
  position: relative;
}

.qb-sf-rea-container {
  background-image: url(assets/images/qb-sf-bg-dark.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1706px;
  width: 100%;
  padding-top: 177px;
  padding-bottom: 96px;
}

.qb-sf-breadcrumb {
  text-transform: uppercase;
  font-family: var(--NEXA-BOLD-font);
  font-style: var(--NEXA-BOLD-style);
  font-weight: var(--NEXA-BOLD-weight);
  font-size: 0.6rem;
}
/* PAGES - NOS SAVOIR FAIRE */

.qb-pages {
  margin-right: 0;
}
