:root {
  --red: #EE3441;
  --black: #000000;
  --gray: #f7f7f7;
  --text: #000;
  --green: #009444;
}
.accordion {
  --bs-accordion-bg: #e4e4e4 !important;
  --bs-accordion-active-bg: #009444 !important;
  --bs-accordion-btn-color: #000 !important;
  --bs-accordion-active-color: #fff !important;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body, main {
  /*scrollbar-width: none;*/        /* Firefox */
  /*-ms-overflow-style: none;*/     /* IE / Edge legacy */
}

/*html::-webkit-scrollbar,
body::-webkit-scrollbar,
main::-webkit-scrollbar {
  display: none;                
}*/

body {
  font-family: 'Outfit' !important;
  /*font-family: Arial, Helvetica, sans-serif;*/
  overflow: auto;
  /*overflow: hidden;*/
  background: #e6e6e6;
}

footer {
  background: #E4E4E4;
}

.ulFooter {
  list-style: none;
  font-size: 14px;
}
.ulFooter a {
  text-decoration: none;
  color: #000;
}

.paraFooter {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 10px;
}

.bloc-footer2, .bloc-footer3 {
  text-align: end;
}

.bg-grey {
  background-color: var(--gray);
}

.page {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  background: white;
}

.page-bg {
  position: absolute;
  top: 120px;            
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  background: #e6e6e6;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
main {
  position: relative;
  z-index: 1;
  /*height: calc(100vh - 120px); 
  overflow-y: auto;
  padding-bottom: 45px;*/ 
  
  overflow-y: hidden;
  padding-bottom: 0; 
}
.fw-500 {
  font-weight: 500 !important;
}

/* HEADER */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 30px 60px;*/
  padding: 0px 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.header.menu-open {
  background-color: transparent;
}

.logo {
  font-weight: 900;
  font-size: 28px;
  color: var(--red);
}

nav a {
  margin-left: 30px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
}

nav a.active {
  background: var(--red);
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
}

.social-links a {
  width: 42px;
  height: 42px;
  background: #000 !important;
  border-radius: 50px !important;

  display: flex;                /* clé */
  align-items: center;          /* centrage vertical */
  justify-content: center;      /* centrage horizontal */

  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.social-links-footer a, .social-links-footer2 a {
  width: 30px;
  height: 30px;
  background: #000 !important;
  border-radius: 50px !important;

  display: flex;                /* clé */
  align-items: center;          /* centrage vertical */
  justify-content: center;      /* centrage horizontal */

  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.social-links {
  margin-left: 30px;
}
.social-links-footer {
  display: flex;
  justify-content: flex-end; /* 👈 aligne avec le texte */
  gap: 2px;
  margin: 10px 0;
}
.social-links-footer2 {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin: 10px 0;
}

.mention {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.copyright {
  font-size: 12px;
  margin-left: 3rem;
}

.plan-site {
  font-size: 14px;
  font-weight: bold;
}

.footer-mobile {
  display: none;
}

/* HERO */
.hero {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.hero-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: clamp(180px, 30vw, 360px);
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INTRO */
.intro {
  text-align: center;
  margin-top: 40px;
}

.highlight-1 {
  font-size: 35px;
  color: var(--red);
  font-weight: 500;
}

.highlight {
  font-size: 70px;
  color: var(--red);
  font-weight: bold;
  text-align: left;
}

.highlight-black {
  font-size: 70px;
  color: var(--text);
  font-weight: bold;
}

.highlight-1 span {
  color: var(--text);
}

.para {
  /*font-family: "Outfit";*/
  font-size: 33px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.cta {
  display: inline-block;
  margin-top: 30px;
  background: var(--red);
  color: white;
  padding: 10px 40px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

/* SERVICES */
.services-intro {
  padding: 150px 100px;
}

.services-intro1 {
  padding: 90px 100px;
}

.services-intro .title-black {
  color: var(--text);
  font-size: 120px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.services-intro .title-red {
  color: var(--red);
  font-size: 105px;
  font-weight: 300;
  text-align: center;
}

.services-intro1 .title-red {
  color: var(--red);
  font-size: 105px;
  font-weight: 500;
  text-align: center;
}

.service-block .title-second-red {
  color: var(--red);
  font-size: 75px;
  font-weight: bold;
}

.service-block .h1-red {
  color: var(--red);
  font-size: 65px;
}

.service-block .title-green {
  color: var(--green);
  font-size: 75px;
  font-weight: bold;
}

.title-third-red {
  color: var(--red);
  font-size: 40px;
  font-weight: bold;
}
.title-third-black {
  color: var(--text);
  font-size: 40px;
  font-weight: bold;
}

.para-agence {
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

.para-agence2 {
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}

.services-intro p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
}
.services-intro1 p, .para-serv-first {
  font-size: 35px;
  line-height: 1.4;
  font-weight: normal;
}

.portfolio p {
  font-size: 30px;
  line-height: 1.4;
  font-weight: normal;
}

.service-block {
  /*background: var(--gray);*/
  padding: 80px 100px;
}

.service-block h2 {
  color: var(--red);
  font-size: 42px;
}
/* BACKGROUND DE TRANSITION */
.transition-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #e6e6e6; /* gris vidéo */
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.img-logo
{
  width: 140px;
}

/* -------- BURGER -------- */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.burger span {
  width: 26px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

/* -------- OVERLAY -------- */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}

/* -------- SIDE MENU -------- */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  /*max-width: 380px;*/
  height: 100vh;
  background: #fff;
  padding: 40px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: translateX(100%);
  z-index: 1000;
  backdrop-filter: blur(7px);
}

.side-menu a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/variable/Outfit[wght].woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.accordion-button {
  font-weight: 600;
  background: none;
}

.accordion-button:not(.collapsed) {
  background: #e4e4e4;
  color: #000;
}

.accordion-body {
  padding: 15px 0;
}


/* CARD */
.portfolio-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
}

/* IMAGE */
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* CARTOUCHE — totalement caché */
.portfolio-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;

  background: #b2b2b2;

  display: flex;
  align-items: center;
  padding: 0 30px;

  /* 👇 clé : on sort COMPLETEMENT par le bas */
  transform: translateY(100%);
  transition: transform 0.45s ease;
  border-top-left-radius: 0%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* TEXTE */
.portfolio-info h3 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}

/* HOVER */
.portfolio-card:hover img {
  transform: scale(1.05);
}

.portfolio-card:hover .portfolio-info {
  transform: translateY(0);
}

.ul-serv {
  list-style-position: inside;
}

.ul-serv li {
  direction: rtl;       /* 🔥 inverse puce / texte */
  text-align: right;
}

.fw-300 {
  font-weight: 300;
}

.para-serv {
  font-size: 24px;
}

/*.para-serv li::after {
  content: "•";
  color: #000;             
}*/

/* -------- RESPONSIVE -------- */
@media (max-width: 1399px) {
  .para {
    font-size: 29px;
  }
  .highlight-1 {
    font-size: 33px;
  }

  .highlight {
    font-size: 65px;
  }

  .highlight-black {
    font-size: 65px;
  }
  .div-acc {
    width: 97%;
  }

  .services-intro .title-black {
    font-size: 100px;
  }

  .services-intro .title-red, .services-intro1 .title-red {
    font-size: 85px;
  }
  .service-block .title-second-red, .service-block .title-green {
    font-size: 65px;
  }
  .service-block .h1-red {
    font-size: 50px;
  }
  .services-intro1 p, .para-serv-first {
    font-size: 30px;
  }
  .para-serv {
    font-size: 21px;
  }
}

@media (max-width: 1200px) {
  .para {
    font-size: 25px;
  }
  .highlight-1 {
    font-size: 27px;
  }

  .highlight {
    font-size: 56px;
  }

  .highlight-black {
    font-size: 56px;
  }

  .services-intro .title-black {
    font-size: 90px;
  }

  .services-intro .title-red, .services-intro1 .title-red {
    font-size: 75px;
  }
  .service-block .title-second-red, .service-block .title-green {
    font-size: 55px;
  }
  .services-intro1 p, .para-serv-first {
    font-size: 25px;
    width: 98%;
  }

  .para-serv {
    font-size: 16px;
  }
  .service-block .h1-red {
    font-size: 45px;
  }
  
}

@media (max-width: 992px) {
  .nav-desktop {
    display: none;
  }
 
  .burger {
    display: flex;
  }
  .para {
    font-size: 18px;
  }
  .highlight-1 {
    font-size: 20px;
  }

  .highlight {
    font-size: 40px;
  }

  .highlight-black {
    font-size: 40px;
  }

  .copyright {
    margin-left: 1rem;
  }

  .services-intro .title-black {
    font-size: 65px;
  }

  .services-intro .title-red, .services-intro1 .title-red {
    font-size: 50px;
  }
  .service-block .title-second-red, .service-block .title-green {
    font-size: 35px;
  }

  .title-third-black, .title-third-red {
    font-size: 30px;
  }
  .para-agence, .para-agence2 {
    font-size: 16px;
  }
  .portfolio p {
    font-size: 22px;
  }
  .services-intro1 p {
    font-size: 18px;
    width: 96%;
  }
  .para-serv-first {
    font-size: 20px;
    width: 100%;
  }
  .service-block .h1-red {
    font-size: 30px;
  }
  
}

@media (max-width: 768px) {
  
  .para, .side-menu a {
    font-size: 14px;
  }
  .highlight-1 {
    font-size: 18px;
  }

  .highlight {
    font-size: 32px;
  }

  .highlight-black {
    font-size: 32px;
  }
  .footer-desktop {
    display: none !important;
  }
  .footer-mobile {
    display: block;
  }

  .services-intro .title-black {
    font-size: 45px;
  }

  .services-intro .title-red, .services-intro1 .title-red {
    font-size: 30px;
  }
  .service-block .title-second-red, .service-block .title-green {
    font-size: 25px;
  }

  .title-third-black, .title-third-red {
    font-size: 20px;
  }
  .para-agence, .para-agence2 {
    font-size: 14px;
  }
  .services-intro1 p {
    font-size: 14px;
    width: 100%;
  }
  .para-serv {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .side-menu {
      width: 320px;
  }
  .para-serv {
    font-size: 16px;
  }
  .para-serv-first {
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  .div-acc {
      width: 100%;
  }
  .highlight {
    font-size: 30px;
  }
  .portfolio p {
    font-size: 16px;
  }
}

@media (max-width: 443px) {
  
  .para, .side-menu a {
    font-size: 14px;
  }
  .highlight-1 {
    font-size: 18px;
  }

  .highlight {
    font-size: 24px;
  }

  .highlight-black {
    font-size: 24px;
  }
}

@media (max-width: 443px) {
  
  .para {
    font-size: 14px;
  }
  .highlight-1 {
    font-size: 18px;
  }

  .highlight {
    font-size: 20px;
  }

  .highlight-black {
    font-size: 20px;
  }
}

