/*!
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");
}
*/

@font-face {
  font-family: "NeueHaas Bold";
  src: url(assets/_fonts/NeueHaas-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "NeueHaas Medium";
  src: url(assets/_fonts/NeueHaas-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "NeueHaas Roman";
  src: url(assets/_fonts/NeueHaas-Roman.ttf) format("truetype");
}

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

@font-face {
  font-family: "Nohemi Medium";
  src: url(assets/_fonts/Nohemi-Medium.woff) format("woff");
  src: url(assets/_fonts/Nohemi-Medium.woff2) format("woff2");
  src: url(assets/_fonts/Nohemi-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Nohemi Regular";
  src: url(assets/_fonts/Nohemi-Regular.woff) format("woff");
  src: url(assets/_fonts/Nohemi-Regular.woff2) format("woff2");
  src: url(assets/_fonts/Nohemi-Regular.otf) format("opentype");
}

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

body {
  font-family: "NeueHaas Roman";
  font-size: 16px;
  line-height: 24px;
  color: #312f2d;
  overflow-x: hidden;
}

.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: #ffffff;
  background: #ed7203;
  border-radius: 50%;
  border: solid 2px #ed7203;
  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: transparent;
  color: #ed7203;
}

.smarteo-title {
  font-family: "Nohemi Regular";
  font-size: 100px;
  line-height: 96px;
}

.smarteo-subtitle {
  font-family: "Nohemi Regular";
  font-size: 50px;
  line-height: 48px;
}

.smarteo-grey {
  color: #989796;
}

.smarteo-white {
  color: #fbfbfb;
}

.smarteo-bg-orange {
  background-color: #ed7203;
}

.smarteo-bg-dark {
  background-color: #312f2d;
}

.smarteo-bg-white {
  background-color: #ffffff;
}

.smarteo-bg {
  background-image: url("assets/images/smarteo-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.smarteo-line {
  background-color: #302f2d;
}

.smarteo-line-light-grey {
  background-color: #707070;
}

.smarteo-ml {
  margin-left: 101px;
}

.smarteo-pl {
  padding-left: 101px;
}

.smarteo-pr {
  padding-right: 101px;
}
.smarteo-mr {
  margin-right: 101px;
}

.smarteo-btn-transparent {
  color: #302f2d;
  display: inline-block;
  background-color: transparent;
  border: 1.5px solid #302f2d;
  border-radius: 40px;
  box-shadow: 5px 5px 0px #312f2d;
  font-family: "Nohemi SemiBold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;

  outline: none;
  white-space: nowrap;
  cursor: pointer;
}

.btn-banner {
  padding: 17px 71px;
}

.btn-project {
  padding: 17px 60px;
}

.btn-rdv {
  padding: 17px 46px;
}

.smarteo-btn-transparent:hover {
  box-shadow: none;
  transform: rotate(-5deg) translateY(-2px);
  color: #302f2d;
}

.smarteo-btn-white {
  color: #fbfbfb;
  display: inline-block;
  background-color: transparent;
  border: 1.5px solid #fbfbfb;
  border-radius: 40px;
  box-shadow: 5px 5px 0px #fbfbfb;
  font-family: "Nohemi SemiBold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px 77px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
}

.smarteo-btn-white:hover {
  box-shadow: none;
  transform: rotate(-5deg) translateY(-2px);
  color: #fbfbfb;
}

.smarteo-grey-separator {
  height: 1.5px;
  width: 100%;
  background-color: #989796;
}

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

/* HEADER */

.smarteo-header-logo:hover {
  background-image: url("assets/images/smarteo-header-logo-hover.svg");
}

.navbar a {
  color: #fbfbfb;
  font-family: "Nohemi Light";
  font-size: 13px;
  line-height: 13px;
}

.navbar-nav {
  align-items: center;
}

.smarteo-header-coeur-metier a {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.smarteo-header-coeur-metier a::before {
  content: "Nos ";
  font-family: "Nohemi Light";
  font-size: 13px;
  line-height: 13px;
  line-height: initial;
  vertical-align: middle;
  color: #fbfbfb;
}

.smarteo-header-coeur-metier a::after {
  content: " de métier";
  font-family: "Nohemi Light";
  font-size: 13px;
  line-height: 13px;
  line-height: initial;
  vertical-align: middle;
  color: #fbfbfb;
  background-image: url("assets/images/smarteo-logo-menu.svg");
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 18px;
}

.smarteo-header-coeur-metier a:hover::before,
.smarteo-header-coeur-metier a:hover::after {
  font-family: "Nohemi SemiBold";
}

.smarteo-header-social-insta-icon a,
.smarteo-header-social-linkedin-icon a,
.smarteo-header-social-facebook-icon a {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}

.smarteo-header-agence a:hover,
.smarteo-header-coeur-metier a:hover,
.smarteo-header-projets a:hover {
  text-decoration: underline;
  font-family: "Nohemi SemiBold";
}

.smarteo-header-coeur-metier a:hover {
  text-underline-offset: 4px;
}

.smarteo-header-social-insta-icon a {
  background-image: url("assets/images/-smarteo-header-instagram.svg");
}

.smarteo-header-social-linkedin-icon a {
  background-image: url("assets/images/smarteo-header-linkedin.svg");
}

.smarteo-header-social-facebook-icon a {
  background-image: url("assets/images/smarteo-header-facebook.svg");
}

.navbar-nav
  > li:not(.smarteo-header-social-insta-icon):not(
    .smarteo-header-social-linkedin-icon
  ) {
  margin-right: 40px;
}

.navbar-nav > li:not(.social-header-icon-instagram):last-of-type {
  margin-right: 0;
}

.smarteo-header-social-insta-icon,
.smarteo-header-social-linkedin-icon {
  margin-right: 5px;
}

.smarteo-header-social-facebook-icon {
  margin-right: 60px;
}

.smarteo-header-contact-btn a {
  color: #312f2d !important;
  background-color: #fbfbfb;
  border-radius: 22px;
  width: 81px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* HEADER */

/* FOOTER */

.smarteo-footer-line-up {
  margin-bottom: 74px;
}

.smarteo-footer-contact-header {
  display: flex;
  align-items: center;
}

.smarteo-footer-section1-logo {
  width: 182px;
  height: auto;
}

.smarteo-footer-contact {
  background-image: url(assets/images/smarteo-bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 970px;
  width: auto;
  position: relative;
  top: -32px;
}

.smarteo-footer-contact-form {
  background-color: #ffffff;
  border: solid 1.5px #312f2d;
  border-radius: 40px;
  box-shadow: 5px 5px 0px #312f2d;
  width: 566px;
  margin-left: 91px;
  padding: 55px 17px 25px 17px;
}

.smarteo-contact-form-title {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 25px;
}

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

.wpcf7 textarea {
  height: 197px;
}

::placeholder,
textarea,
label {
  font-family: "NeueHaas Roman";
  font-size: 17px;
  line-height: 25px;
  color: #312f2d;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
  background-color: transparent;
  border: none;
  border-bottom: 1.5px solid #312f2d;
}

.wpcf7 textarea {
  border: 1.5px solid #312f2d;
  border-radius: 19px;
  padding: 15px 0 0 16px;
}

.wpcf7-file {
  width: auto;
  color: transparent;
  width: 360px;
}

.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

.wpcf7-file::before {
  content: "Parcourir";
  color: #302f2d;
  display: inline-block;
  background-color: #ffffff;
  border: 1.5px solid #302f2d;
  border-radius: 40px;
  box-shadow: 5px 5px 0px #312f2d;
  font-family: "Nohemi SemiBold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px 77px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 95px;
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}

.wpcf7-file:hover::before {
  box-shadow: none;
  transform: rotate(-5deg) translateY(-2px);
}

.wpcf7 input[type="submit"] {
  color: #302f2d;
  display: inline-block;
  background-color: #ffffff;
  border: 1.5px solid #302f2d;
  border-radius: 40px;
  box-shadow: 5px 5px 0px #312f2d;
  font-family: "Nohemi SemiBold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px 77px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
  box-shadow: none;
  transform: rotate(-5deg) translateY(-2px);
}

.wpcf7-spinner {
  display: none;
}

.smarteo-footer-section2 {
  display: flex;
  align-items: center;
}

.smarteo-footer-mail-container {
  display: flex;
  flex-direction: column;
}

.smarteo-footer-mail-container .text {
  font-family: "NeueHaas Roman";
  font-size: 14px;
  line-height: 18px;
}

.button-mail {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.mail-text {
  color: #302f2d;
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
  position: relative;
  display: inline-block;
}

.mail-text::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0; /* POINT DE DÉPART : Le soulignement est invisible (largeur zéro) */
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease-out; /* Anime la largeur de 0 à 100% */
}

.mail-arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-left: 82px;
  position: relative;
  z-index: 2;
}

.mail-arrow-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -92px;
  transform: translate(-50%, -50%);
  width: 278px;
  height: 70px;
  border: 1.5px solid #ff8c00;
  border-radius: 50px;
  z-index: 1;
  opacity: 1;
  transition:
    width 0.4s ease-out,
    transform 0.4s ease-out,
    left 0.4s ease-out,
    height 0.4s ease-out,
    border-radius 0.4s ease-out;
}

.mail-arrow-container::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 0.5px solid #ff8c00;
  border-radius: 50%;
  box-shadow: 5px 5px 0px #ff8c00;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s 0.1s ease-in-out;
}

.mail-arrow {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.button-mail:hover .mail-text::after {
  width: 100%;
}

.button-mail:hover .mail-arrow {
  transform: rotate(-60deg);
}

.button-mail:hover .mail-arrow-container::before {
  width: 70px; /* La ligne se rétracte à la largeur du cercle */
  height: 70px; /* La hauteur augmente à celle du cercle */
  border-radius: 50%; /* La forme devient un cercle */

  /* Glissement : Déplace l'élément au centre du conteneur de flèche */
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-mail:hover .mail-arrow-container::after {
  opacity: 1;
}

.smarteo-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.smarteo-footer-logo {
  width: 129px;
  height: auto;
}

.smarteo-footer-border {
  border-right: 1.5px solid #707070;
}

.smarteo-footer-border:last-child {
  border-right: none;
}

.smarteo-footer-infos {
  font-family: "NeueHaas Roman";
  font-size: 14px;
  line-height: 17px;
  color: #312f2d;
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.smarteo-footer-links {
  font-family: "NeueHaas Roman";
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.252;
}

.smarteo-footer-copyright {
  font-family: "Nohemi Medium";
  font-size: 12px;
  line-height: 19px;
}

.smarteo-footer-links a {
  color: #312f2d;
}
/* FOOTER */

/* HOME */
.smarteo-home-banner-title-block {
  position: relative;
  top: -409px;
  left: 15px;
}

.smarteo-home-banner-title {
  font-family: "Nohemi Regular";
  font-size: 100px;
  line-height: 62px;
  padding-bottom: 40px;
}

.smarteo-home-banner-subtitle {
  font-family: "Nohemi Medium";
  font-size: 100px;
  line-height: 62px;
}

.smarteo-home-banner-place {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
  padding-top: 30px;
}

.smarteo-home-banner-deco {
  height: 357px;
  width: 201px;
  position: absolute;
  top: -80px;
  right: 234px;
  background-image: url("assets/images/smarteo-home-banner-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
}

.smarteo-home-banner-deco:hover {
  background-image: url("assets/images/smarteo-home-banner-deco-hover.png");
}

.smarteo-home-sec1 {
  background-image: url("assets/images/smarteo-home-bg-sec1.jpg");
  width: 100%;
  height: 970px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.smarteo-home-bg-framing {
  background-image: url("assets/images/smarteo-cadrillage.png");
  width: 1717px;
  height: 617px;
  margin-top: 63px;
}

.smarteo-home-logo img {
  width: 129px;
  height: 75px;
  margin-top: 34px;
}

.smarteo-home-location-infos {
  margin: 4px 101px 0 116px;
  display: flex;
  justify-content: space-between;
}

.smarteo-home-location-infos-line {
  background-color: #312f2d;
  height: 0.7px;
  width: auto;
  margin: 18px 101px 0 116px;
}

.smarteo-home-city-timezone {
  font-family: "Nohemi SemiBold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.smarteo-home-coordinates {
  font-family: "NeueHaas Roman";
  font-size: 14px;
  line-height: 24px;
}

.smarteo-home-banner {
  position: relative;
  top: -487px;
  left: 15px;
}

.smarteo-home-btn-banner {
  position: relative;
  top: -310px;
  left: 15px;
}

.smarteo-home-sec1-title {
  position: relative;
  bottom: 80px;
  padding: 45px 0 0 120px;
}

.smarteo-home-sec1-img {
  position: relative;
  bottom: 130px;
  width: 182px;
  height: auto;
  margin-left: 47px;
}

.smarteo-home-comm-jobs {
  display: flex;
  flex-direction: row;
  gap: 5px;
  position: relative;
}

/* .smarteo-home-comm-button {
  background-color: rgba(173, 150, 111, 0.11);
  border: 0;
  width: 700px;
  height: 300px;
  border-radius: 50px;
  box-shadow: 0px 25px 21px #00000033;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.smarteo-home-digit {
  margin-left: 70px;
}

.smarteo-home-comm-button.active {
  background-color: #fbfbfb;
}

.smarteo-home-comm-title {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
  color: rgba(218, 214, 206, 0.2);
  margin-top: 40px;
  transition: color 0.3s ease-in-out;
}

.smarteo-home-comm-button.active .smarteo-home-comm-title {
  color: #d3d2d2;
}

.smarteo-home-comm-subtitle {
  text-transform: uppercase;
  font-family: "Nohemi Regular";
  font-size: 64px;
  line-height: 62px;
  color: rgba(218, 214, 206, 0.5);
  margin-bottom: 85px;
  transition: color 0.3s ease-in-out;
}

.smarteo-home-comm-button.active .smarteo-home-comm-subtitle {
  color: #ed7203;
}

.smarteo-home-comm-description {
  font-size: 18px;
  line-height: 21px;
  color: rgba(218, 214, 206, 0.2);
  transition: color 0.3s ease-in-out;
}

.smarteo-home-comm-button.active .smarteo-home-comm-description {
  color: #312f2d;
}

.smarteo-tab-content {
  display: none;
}

.smarteo-tab-content.active {
  display: block;
}

.smarteo-home-comm {
  display: flex;
  flex-direction: row;
} */

.smarteo-home-comm-jobs {
  display: flex;
  flex-direction: row;
  gap: 5px;
  position: relative;
}
.smarteo-home-comm {
  display: flex;
  flex-direction: row;
}

.smarteo-home-comm-button {
  width: 700px;
  height: 300px;
  border-radius: 50px;
  box-shadow: 0px 25px 21px #00000033;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background-color: transparent;
  padding: 0;
}

.smarteo-home-digit {
  margin-left: 70px;
}

.smarteo-home-comm-button .smarteo-button-inner {
  background-color: rgba(173, 150, 111, 0.11);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 1px;
  padding: 0;
  border-radius: 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.smarteo-home-comm-button.active .smarteo-button-inner {
  background-color: #fbfbfb !important;
  margin: 10px !important;
  padding: 10px !important;
  border-radius: 38px !important;
}

.smarteo-home-comm-button.active {
  border: 1.5px solid #989796 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.smarteo-home-comm-title {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
  color: rgba(218, 214, 206, 0.2);
  margin-top: 40px;
  transition: color 0.3s ease-in-out;
}

.smarteo-home-comm-button.active
  .smarteo-button-inner
  .smarteo-home-comm-title {
  color: #d3d2d2;
}

.smarteo-home-comm-subtitle {
  text-transform: uppercase;
  font-family: "Nohemi Regular";
  font-size: 64px;
  line-height: 62px;
  color: rgba(218, 214, 206, 0.5);
  margin-bottom: 85px;
  transition: color 0.3s ease-in-out;
}

.smarteo-home-comm-button.active
  .smarteo-button-inner
  .smarteo-home-comm-subtitle {
  color: #ed7203;
}

.smarteo-home-comm-description {
  font-size: 18px;
  line-height: 21px;
  color: rgba(218, 214, 206, 0.2);
  transition: color 0.3s ease-in-out;
}

.smarteo-home-comm-button.active
  .smarteo-button-inner
  .smarteo-home-comm-description {
  color: #312f2d;
}

.smarteo-tab-content {
  display: none;
}

.smarteo-tab-content.active {
  display: block;
}

.smarteo-home-jobs-container {
  display: flex;
  flex-direction: row;
  gap: 85px;
  margin-top: 68px;
}

.smarteo-home-job-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smarteo-home-job-icon-wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.smarteo-home-job-icon1,
.smarteo-home-job-icon2 {
  width: 44px;
  height: 44px;
}

.smarteo-home-job-icon1 {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.smarteo-home-job-icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.smarteo-home-job-icon-wrapper:hover .smarteo-home-job-icon1 {
  opacity: 0;
}

.smarteo-home-job-icon-wrapper:hover .smarteo-home-job-icon2 {
  opacity: 1;
}

.smarteo-home-job-title {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 34px;
  margin-top: 68px;
}

.smarteo-home-sec-title-container {
  display: flex;
  align-items: center;
}

.smarteo-subtitle-sec2 {
  margin-left: -81px;
}

.smarteo-home-sec2-description {
  margin-top: 13px;
  margin-bottom: 3px;
}

.smarteo-home-sec2-customer {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
  color: #302f2d;
}

.smarteo-home-sec2-realisations {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.smarteo-home-sec2-realisation-item-fixed img {
  height: 761px;
  object-fit: cover;
  width: 100%;
  border-radius: 50px;
}

.smarteo-home-sec2-realisations-scroll-container {
  height: 761px;
  width: 847px;
  overflow-y: scroll;
}

.smarteo-home-sec2-realisation-item-scrolled img {
  height: 340px;
  width: 100%;
  object-fit: contain;
}

.smarteo-home-sec2-realisations-scroll-container::-webkit-scrollbar {
  display: none;
}

.smarteo-home-sec2-realisation-item-scrolled {
  margin-bottom: 14px;
}

.smarteo-home-covering-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.smarteo-home-covering-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.smarteo-home-covering-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.smarteo-home-covering-item img:hover {
  transform: scale(1.05);
}

.smarteo-home-sec3 {
  position: relative;
}

.smarteo-home-sec3-title {
  margin: 178px 0;
}

.smarteo-home-sec3-logo img {
  width: 351px;
  height: 172px;
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
}

.smarteo-home-sec3-illustration {
  width: 567px;
  height: 552px;
  position: absolute;
  top: 0;
  right: 36px;
}

.smarteo-subtitle-sec4 {
  margin-left: -78px;
}

.smarteo-home-sec4-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.smarteo-home-sec4-ml {
  margin-left: 120px;
}

.smarteo-home-sec4-images,
.smarteo-home-sec5-videos {
  display: flex;
  flex-direction: row;
}

.smarteo-home-sec4-image {
  flex-grow: 1;
  height: auto;
}

.border-right {
  border-right: 1.5px solid #fbfbfb;
}

.smarteo-subtitle-sec5 {
  margin-left: -100px;
}

.smarteo-home-sec4-video {
  flex-grow: 1;
  height: auto;
  cursor: pointer;
}

.smarteo-home-sec5-text {
  padding-left: 124px;
}

.smarteo-home-sec5-content {
  padding-bottom: 149px;
}

.smarteo-home-sec5-video-title {
  font-family: "Nohemi SemiBold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

#video-text1,
#video-text2,
#video-text3 {
  display: none;
}

.smarteo-home-sec6 {
  overflow: hidden;
  white-space: nowrap;
}

.smarteo-home-sec6-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.smarteo-home-sec6-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  width: max-content;
  animation: marquee-scroll 20s linear infinite;
}

.smarteo-home-sec6-content div {
  font-family: "Nohemi SemiBold";
  font-size: 80px;
  line-height: 80px;
}

.smarteo-home-sec6-content img {
  height: 55px;
  width: auto;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.smarteo-home-sec7 {
  padding-top: 51px;
  padding-bottom: 75px;
}

.smarteo-home-sec7-container {
  padding-top: 93px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}

.smarteo-home-sec8 {
  background-image: url("assets/images/smarteo-home-sec8-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  width: 100%;
  transition: background-image 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smarteo-home-sec8:hover {
  background-image: url("assets/images/smarteo-home-sec8-bg-hover.jpg");
}

.smarteo-home-sec8-title {
  font-family: "Nohemi Regular";
  font-size: 100px;
  line-height: 96px;
  border: 1.5px solid #fbfbfb;
  border-radius: 233px;
  padding: 139px 471px;
}

.smarteo-home-sec8-title.strong {
  font-family: "Nohemi SemiBold";
}

.smarteo-subtitle-sec9 {
  margin-left: -40px;
}

.smarteo-home-sec9-row1,
.smarteo-home-sec9-row2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.smarteo-home-sec9-row1 {
  gap: 297px;
  /* margin-left: 82px; */
}

.smarteo-home-sec9-row2 {
  gap: 308px;
  margin-bottom: 132px;
}

/* HOME */

/* REALISATION */
.smarteo-header-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.smarteo-rea-header {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.smarteo-rea-header img,
.smarteo-rea-header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smarteo-rea-content-header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.smarteo-rea-title {
  position: relative;
  bottom: 80px;
  padding: 64px 0 0 91px;
  position: relative;
  z-index: 2;
}

.smarteo-rea-title-underline {
  height: 1.5px;
  width: 272px;
  background-color: #312f2d;
  margin-top: 38px;
}

.smarteo-rea-year {
  padding-left: 91px;
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
  color: #d3d2d2;
  position: relative;
  top: -45px;
}

.smarteo-rea-brief-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.smarteo-rea-brief-container-up {
  display: flex;
  flex-direction: row;
  margin-top: 267px;
  margin-left: 330px;
}

.brief-logo {
  height: 67px;
  width: 84px;
}

.smarteo-brief-title {
  font-family: "Nohemi Regular";
  font-size: 100px;
  line-height: 96px;
  color: rgba(49, 47, 45, 0.07);
  text-transform: uppercase;
  padding-left: 51px;
  position: relative;
}

.smarteo-rea-brief-content strong {
  font-family: "NeueHaas Medium";
  font-weight: normal;
}

.smarteo-rea-brief-content-up {
  position: relative;
  top: -47px;
  margin-left: 70px;
}

.smarteo-rea-brief-container-down {
  display: flex;
  flex-direction: row;
  margin-left: 44px;
  margin-top: 138px;
}

.smarteo-brief-img {
  width: 782px;
  height: 630px;
  margin-left: 27px;
}

.smarteo-rea-brief-content-down {
  margin-left: 30px;
}

.smarteo-rea-btn {
  margin-left: 44px;
  margin-top: 215px;
}

.smarteo-rea-separator {
  width: 1px;
  height: 902px;
  position: absolute;
  background-color: #707070;
}

.smarteo-rea-interventions-title {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
}

.smarteo-rea-img-1 {
  display: block; /* Évite les problèmes d'espace sous l'image */
  width: 100%;
  height: auto;
}

.smarteo-rea-interventions {
  border: 1.5px solid #312f2d;
  border-radius: 40px;
  padding: 26px 0 38px 48px;
  margin-left: 163px;
  margin-right: 100px;
}

.smarteo-rea-logo-title {
  font-family: "Nohemi Regular";
  font-size: 100px;
  line-height: 96px;
  padding: 74px 0 73px 158px;
}

.smarteo-rea-logo-title strong {
  font-family: "Nohemi SemiBold";
  font-weight: normal;
}

.smarteo-rea-logo-separator {
  height: 1.5px;
  width: 100%;
  background-color: #fbfbfb;
}

.smarteo-rea-logo-gallery {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
}

.smarteo-rea-slider-container {
  padding-top: 244px;
}

.smarteo-rea-slider-description {
  padding-left: 44px;
  display: flex;
  flex-direction: column;
}

.smarteo-rea-slider-title {
  font-family: "Nohemi Regular";
  font-size: 100px;
  line-height: 96px;
}

.smarteo-rea-logo-slider strong {
  font-family: "Nohemi SemiBold";
  font-weight: normal;
}

.smarteo-rea-slider-separator {
  height: 1.5px;
  width: 272px;
  background-color: #312f2d;
}

.smarteo-rea-slider-text {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
}

.smarteo-rea-slider {
  top: -50px;
}

.smarteo-rea-slide {
  height: 630px;
  width: 782px !important;
  position: relative;
  margin-right: 27px;
}

.smarteo-rea-img-slide {
  filter: grayscale(80%);
  height: 630px;
  width: 782px;
  object-fit: cover;
}

.smarteo-rea-img-slide:hover {
  filter: none;
}

.smarteo-rea-slide-content {
  position: absolute;
  top: 502px;
  left: 28px;
  display: flex;
  flex-direction: column;
}

.smarteo-rea-slide-title {
  font-family: "Nohemi Regular";
  font-size: 28px;
  line-height: 27px;
}

.smarteo-rea-slide-separator {
  height: 1.5px;
  width: 272px;
  background-color: #fbfbfb;
}
/* REALISATION */

/* 404 */
.smarteo-404-illu {
  width: 834px;
  height: 780px;
}

.error404 {
  overflow-x: hidden;
}

.smarteo-404-number {
  font-family: "Nohemi SemiBold";
  font-size: 400px;
  line-height: 96px;
  color: rgba(49, 47, 45, 0.07);
}

.smarteo-404-container {
  margin-top: 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.smarteo-404-content {
  position: relative;
  top: -105px;
}
/* 404 */
