@import "everest.css?v=20250901";
@import "fonts.css?v=20250901";
@import "reset.css?v=20250902";
@import "common.css?v=20250902";
@import "pages/agence.css?v=20250901";
@import "pages/clients.css?v=20250901";
@import "pages/contact.css?v=20250901";
@import "pages/depuis1991.css?v=20250901";
@import "pages/equipe.css?v=20250902";
@import "pages/expertise.css?v=20250901";
@import "pages/home.css?v=20250902";
@import "pages/idl.css?v=20250915";
@import "pages/projets.css?v=20250902";
@import "pages/recrutement.css?v=20251001";
@import "pages/typo.css?v=20250901";

a,
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.mobile-only,
.tablet-only {
  display: none;
}

.desktop-only {
  display: block;
}

#logo {
  width: 100px;
  height: auto;
}

#logoadc {
  border-radius: 3px;
  width: 80px;
  margin-bottom: 1rem;
}

.number_idl {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #ffffff;
  padding: 0 8px;
  opacity: 0.75;
  color: #e32f2f;
  font-weight: bold;
  font-size: 0.7rem;
  /* display: none; */
}

section:not(.panel) {
  margin: 50px 0px;
}

.show {
  display: block !important;
  opacity: 1;
}

.hide img:nth-of-type(2) {
  opacity: 0;
}

.rouge {
  color: #e32f2f;
}

.navbar-nav a,
.navbar-nav a:not([href]):not([tabindex]) {
  color: #e32f2f;
  font-family: "TT Norms Medium";
}

.current-menu-item:not(.image-lundi) > a,
.navbar-nav li:not(.image-lundi) a:hover {
  text-decoration: underline;
}

.navbar {
  margin-top: 50px;
  transition: margin-top 200ms ease, backdrop-filter 0.3s, background-color 0.3s;
}
.navbar.desktop-only:not(.is-top) {
  background-color: #ededed98;
  backdrop-filter: blur(4px);
}
.navbar:hover.desktop-only:not(.is-top) {
  background-color: white;
}
.navbar.desktop-only:not(.is-top) #logo-svg {
  height: 20px;
}

.intro {
  padding-top: 70px;
}

.titre-default {
  margin-top: 14px;
}

.single-post header {
  height: 100px;
}

.navbar-nav li:not(.image-lundi) a {
  display: block;
}

.navbar-nav li a {
  padding: 0px 20px 0px 40px;
}

.image-lundi a {
  display: inline-block;
}

.container-fluid {
  padding-left: 10%;
  padding-right: 10%;
}

.container-fluid::before,
.container-fluid::after {
  display: none;
}

ul.sub-menu {
  padding-left: 0;
  list-style: none;
  visibility: hidden;
  display: none;
}

ul.sub-menu li a {
  font-family: "TT Norms Light";
  text-align: center;
  padding: 0 0 0 20px;
  font-size: 12px;
}

ul.sub-menu li {
  text-align: center;
}

.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  display: block;
}

#introduction {
  font-family: "Moderat";
  line-height: 0.8em;
  font-size: calc(50px + (170 - 80) * ((100vw - 300px) / (1600 - 300)));
}

.is-absolute {
  position: absolute !important;
}

.is-relative {
  position: relative !important;
}

#texte-slide1 {
  position: absolute;
  bottom: 240px;
}

.texte-intro {
  font-size: 45px;
  font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(20px + (35 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-family: "SangBleuEmpire";
  width: 86%;
  display: block;
  margin-top: 40px;
}

.tiret-horiz {
  border-bottom: 1px solid #e32f2f;
  width: 32px;
  height: 36px;
  display: block;
  float: left;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 5px;
}

.tiret-vert {
  border-right: 1px solid #e32f2f;
  height: 32px;
  width: 5px;
  display: block;
  float: left;
  padding-right: 7px;
}

.marque-droite .tiret-horiz {
  margin-left: 7px;
}

.marque-gauche {
  position: absolute;
  left: 9%;
  top: 0;
}

.marque-droite {
  position: absolute;
  right: 18%;
  top: 0;
}

.sous-titre {
  font-family: "TT Norms";
  color: #e32f2f;
}

.sup {
  position: absolute;
  top: 2%;
  left: 41%;
}

h1.titre {
  font-size: 41px;
  font-family: "SangBleuEmpire";
  color: #e32f2f;
}

@keyframes push {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.container-fluid.punchline {
  background-color: #e32f2f;
}

#content-wrapper {
  position: relative;
  margin-top: 50px;
}

.panel {
  height: 100%;
  width: 100%;
}

.modal-backdrop {
  background-color: #e32f2f;
  z-index: 50;
}

.modal-backdrop.show {
  opacity: 0.63;
}

.modal-content {
  border-radius: 0;
  padding: 30px;
}

.close {
  color: #e32f2f;
  opacity: 1;
}

.modal-content,
.modal-header {
  border: none;
}

.texte-telecharger {
  font-family: "TT Norms Extra Light";
  color: #e32f2f;
}

.sous-titre-formulaire {
  font-family: "TT Norms Extra Light";
  color: #e32f2f;
}

.close-btn {
  position: fixed;
  right: 100px;
  top: 14%;
  z-index: 1040;
}

.close-btn img {
  width: 25px;
  height: auto;
}

.journal-container {
  padding-top: 50px;
}

.titre-blog-single {
  text-align: center;
  font-family: "TT Norms Bold";
  font-size: 50px;
}

.titre-same-family {
  text-align: center;
  font-family: "TT Norms Bold";
  color: #e32f2f;
  font-size: 25px;
  letter-spacing: 0.125em;
  margin-bottom: 1.5em;
}

.image-lundi img {
  position: absolute;
  width: 70px;
  top: 30px;
  margin-left: -60px;
}

.as-red-bb {
  border-bottom: 8px solid #e32f2f;
}

.nav-pagination ul {
  list-style: none;
  font-family: "TT Norms";
}

.nav-pagination ul li {
  display: inline;
}

.nav-pagination ul li a {
  padding: 5px 9px;
  font-size: 10px;
}

.nav-pagination ul li.active a {
  font-family: "TT Norms Bold";
  border: 1px solid #000000;
  border-radius: 50%;
}

.image-lundi.current-menu-item img {
  display: inherit !important;
}

#liste-clients ul,
#liste-livrables ul {
  list-style: none;
  padding-left: 0;
}

#liste-clients ul li p,
#liste-livrables ul li p {
  margin-bottom: 0;
}

.sous-titre-footer {
  font-family: "SangBleuEmpire";
  text-decoration: underline;
  margin-bottom: 0;
}

.texte-page p {
  font-family: "TT Norms";
  font-size: 19px;
}

.texte-page p strong {
  font-family: "TT Norms Bold";
  font-size: 19px;
}

.chiffre-cle {
  font-family: "SangBleuEmpire";
  font-size: 38px;
  color: #e32f2f;
  margin-bottom: 0;
}

.chifre-cle-texte {
  font-family: "TT Norms";
  font-size: 12px;
  color: #e32f2f;
  text-transform: uppercase;
}

#systeme-graphique {
  background-color: #e32f2f;
  padding: 80px 60px;
  font-family: "TT Norms Light";
  color: white;
  margin-top: -200px;
  z-index: 9;
  position: relative;
}

#cycle {
  width: 500px;
  height: auto;
  position: absolute;
  left: 16%;
}

#systeme-graphique p {
  font-family: "TT Norms";
  font-size: 15px;
}

#systeme-graphique .row:nth-child(1) {
  padding-bottom: 60px;
}

#systeme-graphique p b {
  font-family: "TT Norms Bold";
  text-transform: uppercase;
}

#text-cycle-1 {
  position: absolute;
  width: 25%;
  top: 0;
}

#text-cycle-2 {
  width: 40%;
  position: absolute;
  bottom: 39px;
}

.txt-bg-cycle {
  font-family: "SangBleuEmpire";
  color: white;
}

#text-cycle-3 {
  position: absolute;
  top: 0;
  right: 15px;
}

#text-cycle-4 {
  position: absolute;
  bottom: 48px;
  right: 147px;
  width: 26%;
}

.page-template-page-typographisme .row {
  padding-top: 40px;
}

.social-icons {
  margin-top: calc(100px + (115 - 100) * ((100vw - 300px) / (1600 - 300)));
  margin-left: 40px;
}

#synergie {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}

#synergie-cycle {
  height: 1000px;
}

.lien-hover a img {
  position: absolute;
  display: none;
  z-index: 99;
  max-width: 600px;
  max-height: 600px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

body.error404 {
  background-color: #e32f2f;
  color: white;
}

body.error404 .navbar-nav a {
  color: white !important;
}

.error404 .block-text-bottom a {
  text-transform: uppercase;
  font-family: "TT Norms";
}

#grand-chiffre {
  font-family: "TT Norms Medium";
  font-size: 10em;
  color: white;
}

.block-text-bottom {
  position: absolute;
  bottom: 100px;
}

#retour-articles {
  font-family: "TT Norms";
  display: block;
  margin-top: 40px;
}

.wpgmza_infowindow_title {
  font-family: "SangBleuEmpire";
  font-size: 22px;
}

.wpgmza_infowindow_description {
  font-family: "TT Norms";
}

.gm-style .gm-style-iw-c {
  padding: 30px;
}

.gm-style-iw {
  max-width: 400px !important;
}

.gm-ui-hover-effect {
  top: 3px !important;
  right: 0 !important;
}

#texte-carte h1 {
  font-family: "TT Norms Bold";
}

#texte-carte p {
  font-family: "TT Norms";
  text-transform: uppercase;
}

.menu-menu-principal-container,
.navbar-header {
  align-self: flex-start;
}

#logo-svg {
  color: #e32f2f;
  height: 40px;
  transition: height 0.3s;
}

#video-intro {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#texte-slide1 p.texte-intro {
  min-height: 2.3em;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .texte-intro {
    width: 100%;
    width: calc(100% - 10vw);
  }
}

@media only screen and (max-width: 1920px) {
  #logo {
    margin-top: -5px;
    /* Optical vertical centering */
  }

  .navbar-brand {
    padding-top: 0;
  }

  .image-lundi img {
    top: 30px;
  }
}

@media only screen and (min-width: 968px) {
  #texte-slide1 p.texte-intro {
    width: 70vw;
  }
}

/* GSAP pinned projects */
.projects-pin {
  position: relative;
}

.pin-project {
  height: 100vh;
}
