@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Lexend:wght@100..900&family=Macondo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Share+Tech+Mono&display=swap');


/* General Styles ---------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2 {
  text-align: center;
}

#success-message {
  background-color: #2ecc71; /* Vert de succès */
  color: white;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  position: fixed; /* Positionné par rapport à la fenêtre */
  top: 20px; /* Espace par rapport au haut */
  left: 50%; /* Centré horizontalement */
  transform: translate(-50%, -150%); /* Position initiale hors de l'écran */
  z-index: 2000; /* Au-dessus de tout */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease-in-out;
}

#success-message.show {
  transform: translate(-50%, 0); /* Position finale visible */
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

:root {
  --primary-color: #1f2235;
  --secondary-color: #ffcd00;
  --text-color: #ffffff;
  --another-color: #13141e;
}

.text-rouge {
  color: var(--secondary-color);
  font-size: 1.3rem;
}

#accueilTitrePrincipale{
  font-size: 0.7em;
}

body {
  font-family: "Lexend", sans-serif;
  background-color: var(--primary-color);
  font-optical-sizing: auto;
  color: var(--text-color);
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.projetName{
  white-space: normal;
}

.projetCont,
.skillCont,
.serviceCont,
.contact {
  min-height: 100vh;
}

.download-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  background-color: #0000004f;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
  border-radius: 8px;
  padding-block: 5rem;
  height: 100vh;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.download-menu-element {
  width: 50%;
  height: 43%;
  display: flex;
  flex-direction: column;
  background: var(--another-color);
  font-size: 2rem;
  color: var(--text-color);
  padding-block: 2rem;
  padding-inline: 2rem;
  position: relative;
  border-radius: 1rem;
  gap: 1rem;
}

.download-option {
  display: flex;
  padding: 10px 15px;
  text-decoration: none;
  color: var(--text-color, #1f2235);
  font-size: 0.9em;
  white-space: nowrap;
  font-weight: 900;
  background-color: rgba(10, 10, 10, 0.2);
  box-shadow: inset 1px 1px 2px brown;
  border-radius: 0.5rem;
  justify-content: space-between;
}

.downloadSortir {
  position: absolute;
  bottom: 1.8rem;
  right: 2.1rem;
  padding-block: 0.8rem;
  padding-inline: 4rem;
  background-color: var(--secondary-color);
  border: none;
  font-size: 1.2rem;
  color: var(--text-color);
  font-weight: bolder;
  border-radius: 0.5rem;
  cursor: pointer;
}

.download-option:hover {
  background-color: #f0f0f0;
}

.download-menu.show {
  display: flex;
}

/* General Styles end ------------------------------------------ */

/* acceuil ---------------------------------------------- */
.accueil {
  background-color: var(--primary-color);
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5rem;
}
.accueil-image-wrapper {
  /* background-color: var(--text-color); */
  height: 100%;
  display: flex;
  justify-content: end;
  padding-right: 4rem;
  align-items: center;
  width: 40%;
}

.accueil-content {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 8rem;
  width: 60%;
}

.imgContenaire {
  width: 50%;
  height: 78%;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  position: relative;
  border: solid 5px var(--secondary-color);
  /* margin-bottom: 20%; */
  /* z-index: 200; */
}

/* .imgContenaire::after{
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width:10%;
    height: 10%;
    border-radius: 20%;
    background-color: #f24b59;
    z-index:0 ;
}

.imgContenaire::before{
    content: '';
    position: absolute;
    bottom: 0%;
    right: 0%;
    width:20%;
    height: 20%;
    border-radius: 20%;
    background-color: #f2bd4b;
    z-index: 3;
} */

.imgContenaire img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  /* border: solid 2px var(--text-color); */
}

.about-badge {
  border: solid 1px #bd8204;
  padding-block: 0.3rem;
  padding-inline: 0.6rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  font-weight: 800;
  font-size: 0.8rem;
}

.about-badge:hover {
  background-color: #bd8204;
  color: var(--text-color);
  cursor: pointer;
  transition: 0.3s;
}

.description {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}

.rectangleInfos {
  background-color: var(--another-color);
  border-radius: 10px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.info {
  padding: 1rem;
}

.label {
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--secondary-color);
}

.btnCont {
  margin-top: 1rem;
  /* border: solid 2px var(--secondary-color); */
  width: fit-content;
  /* height: auto; */
  padding: 1rem;
  /* position: relative; */
}

.btnContact {
  background-color: var(--secondary-color);
  color: var(--text-color);
  padding: 0.7rem 1.1rem;
  border-radius: 9px; /* Fully rounded */
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.btnContact:hover {
  background-color: #fbfbfb; /* Darker red on hover */
  cursor: pointer;
  border: solid 2px var(--secondary-color);
  color: var(--secondary-color);
  transform: scale(1.05);
}

.btnDownload {
  background-color: transparent;
  color: var(--secondary-color);
  padding: 0.55rem 1.5rem;
  border-radius: 0.8rem;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
  border: solid 2px var(--text-color);
  margin-left: 1rem;
}

.btnDownload:hover {
  background-color: var(--secondary-color); /* Darker red on hover */
  cursor: pointer;
  color: var(--text-color);
  transform: scale(1.05);
}

/* All sections ------------------------------------------------------------------ */
/* .skills, .services, .projects, .contact{
        background-color: var(--another-color);
        padding: 4rem 0rem;
    } */

.section-full {
  min-height: 100vh;
  width: 100%;
}
/* acceuil end ---------------------------------------------- */
/* skills --------------------------------------------------- */
.skillCont {
  display: flex;
  gap: 2rem;
  /* flex-wrap: wrap; */
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-inline: 4rem;
  background-color: var(--another-color); /* Changé pour respecter l'alternance après Partenaires (qui sera 'another') */
  padding-block: 2rem;
}

.skillTitle {
  font-size: 4rem;
  font-weight: bold;
}
.spanSkills {
  color: var(--secondary-color);
}

.skillDescription {
  text-align: center;
  line-height: 1.5rem;
  color: #b0b2c3; /* Un blanc plus doux */
  max-width: 600px;
}

.skillsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
}

.skillBox {
  /* background-color: var(--primary-color); */
  /* box-shadow: 1px 0px 1px rgba(223, 223, 223, 0.374); */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.skillIcon {
  font-size: 3rem;
  color: white;
  margin-bottom: 1rem;
}

.skillName {
  font-size: 1.1rem;
  font-weight: 800;
}

.xd {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}

.xd-plus {
  width: 8rem;
  height: 8rem;
}

.progressBare {
  background-color: var(--secondary-color);
  padding-inline: 4rem;
  padding-block: 0.3rem;
  border-radius: 2rem;
  margin-top: 1rem;
}

/* skills end ----------------------------------------------- */

/* projects ----------------------------------------------------------- */

.projetBoxTitre {
  color: #fff;
  font-weight: bolder;
  font-size: 1.2rem;
  display: inline-block;
  padding-inline: 0.8rem;
  padding-block: 0.6rem;
  background-color: #343c4c;
  border-left: solid 4px var(--secondary-color);
  margin-top: 2rem;
  width: 100%;
}

.projetDescription {
  text-align: center;
}

.btnContProjet {
  margin-top: 0rem;
  /* border: solid 2px var(--secondary-color); */
  width: fit-content;
  /* height: auto; */
  padding: 1rem;
  /* display: none; */
}

.projetCont {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-block: 3rem;
  padding-inline: 4rem;
  height: auto;
  background-color: var(--another-color);
}

.projetsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  /* margin-top: 2rem; */
  width: 100%;
}

.projetBox {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
  padding: 0.5rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 15rem;
  position: relative;
}

.projetTitle {
  font-size: 4rem;
  font-weight: bolder;
}

.spanprojets {
  color: var(--secondary-color);
  /* font-size: 2rem; */
}

.projetBox.active > img {
  transform: scale(0);
}

.projetBox > img {
  width: 235px;
  object-fit: contain;
  height: 100%;
  border-radius: 1rem;
  transition: transform 0.5s ease-in-out;
}

.projetHoverContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(31, 34, 53, 0.85);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  padding: 1rem;
}

.projetBox.active .projetHoverContent {
  opacity: 1;
  transform: scale(1);
}

.projetButton {
  background-color: var(--secondary-color);
  color: var(--text-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.3s;
}

.projetButton:hover {
  background-color: #d9404c;
}

/* projects end -------------------------------------------------------------- */

/* Service -------------------------------------------------- */

/* Service -------------------------------------------------- */
.serviceCont {
  display: flex;
  gap: 1rem;
  /* flex-wrap: wrap; */
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-inline: 4rem;
  padding-block: 2rem;
}

/* Nouvelle section Partenaires avec fond alterné */
.partnerCont {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-inline: 4rem;
  padding-block: 4rem;
  background-color: var(--primary-color);
  min-height: 100vh;
}

.serviceTitle {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.spanService {
  color: var(--secondary-color);
}

.serviceDescription {
  text-align: center;
  line-height: 1.5rem;
  color: #b0b2c3; /* Un blanc plus doux */
  max-width: 600px;
}

.service-subsection {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.subsection-title {
  font-size: 1.8rem;
  color: var(--text-color);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subsection-desc {
  text-align: center;
  color: #b0b2c3;
  margin-bottom: 2rem;
  font-style: italic;
  max-width: 600px;
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  /* margin-top: 2rem; */
  width: 100%;
}

/* Grille spécifique pour l'expertise principale (5 colonnes) */
.serviceGridCore {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.serviceBox {
  /* background-color: var(--primary-color); */
  /* box-shadow: 1px 0px 1px rgba(223, 223, 223, 0.374); */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
  padding: 0.5rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 250px; /* Hauteur minimale pour l'uniformité, mais peut grandir */
  position: relative; /* ESSENTIEL: Ancre pour les enfants en position absolue */
}

.serviceImage {
  height: 100%;
  width: 100%;
  /* margin-bottom: 0.8rem; */
}
/* 
    .serviceBox > img{
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 1rem;
    } */

.serviceName {
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center; /* Centre le texte s'il passe sur plusieurs lignes */
}

.seeMore {
  background-color: var(--secondary-color);
  border: solid 2px var(--secondary-color);
  padding-block: 0.5rem;
  padding-inline: 2rem;
  border-radius: 1rem;
  font-weight: bold;
  transition: 0.5s;
  margin-top: 1rem;
  cursor: pointer;
}

.seeMore:hover {
  background-color: transparent;
  /* scale: 1.2; */
}

.serviceHoverContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(31, 34, 53, 0.9); /* Fond légèrement plus opaque */
  opacity: 0; /* Caché par défaut */
  transform: scale(0); /* Réduit à zéro par défaut */
  transition: all 0.5s ease-in-out;
  padding: 1rem;
  border-radius: 10px; /* Assure que le contenu respecte les coins arrondis */
}

.serviceBox.active .serviceHoverContent {
  opacity: 1;
  transform: scale(1);
}

/* Cible l'image directement dans .serviceBox */
.serviceBox > img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.serviceBox.active > img {
  transform: scale(0);
}

.serviceButton {
  background-color: var(--secondary-color);
  color: var(--text-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.3s;
  /* align-self: center; est déjà géré par le parent flex */
}

.serviceButton:hover {
  background-color: #e6b800; /* Un jaune plus foncé pour le survol */
  color: var(--primary-color);
}

/* Service end ---------------------------------------------- */
.error-section {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--another-color);
  position: relative;
}

.error-title {
  font-size: 10rem;
  font-weight: bold;
  color: var(--text-color);
  position: relative;
  z-index: 2;
}

.error-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    var(--secondary-color) 10%,
    transparent 60%
  );
  filter: blur(50px);
  z-index: -1;
}

.error-message {
  font-size: 1.5rem; /* text-2xl */
  font-weight: 600; /* font-semibold */
  margin-bottom: 2rem; /* mb-8 */
}

.error-home-link {
  background-color: #f24b59; /* bg-red-500 */
  color: white; /* text-white */
  padding-inline: 1.5rem; /* px-6 */
  padding-block: 0.75rem; /* py-3 */
  border: 2px solid #f24b59; /* border-2 border-red-500 */
  border-radius: 9999px; /* rounded-full */
  font-weight: 600; /* font-semibold */
  transition: all 0.3s; /* transition duration-300 */
}

.error-home-link:hover {
  background-color: transparent;
}

/* Header ---------------------------------------------------------- */
.header-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #1a202c; /* text-gray-900 */
  /* position: ; */
}

.navResponsive {
  display: none;
}

.main-nav {
  width: 80%;
  background-color: #f9fafb; /* bg-gray-50 */
  margin-top: 1.5rem;
  border-radius: 20px;
  padding-inline: 1.5rem;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-inline: auto;
}

.nav-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1.25rem; /* text-xl */
}

.brand-name {
  font-size: 1.875rem; /* text-3xl */
  cursor: pointer;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem; /* gap-x-6 */
  font-size: 1rem; /* text-base */
  font-weight: 600; /* font-semibold */
}

.nav-links-reponsive-cont {
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}

.nav-links-reponsive-cont.open {
  display: flex;
}

.nav-links-reponsive {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  width: 40%;
  height: 100%;
  background-color: var(--primary-color);
  padding-inline: 0.5rem;
  padding-top: 2rem;
  animation: sladIn 0.5s ease-in;
  border-right: solid 5px var(--secondary-color);
}

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

@keyframes sladInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.videResponsive {
  height: 100%;
  width: 60%;
  background-color: rgba(1, 1, 1, 0.5);
  animation: sladInRight 0.5s ease-in;
}

/* .talk{
    background-color: var(--secondary-color);
    color: var(--text-color);
    padding: 0.5rem 1rem;   
    border-radius: 9999px; 
    transition: background-color 0.3s;
    transition: all 0.3s;
}
.talk:hover{
    transform: scale(1.5); 
    background-color: #fbfbfb; 
    cursor: pointer;
    border: solid 2px var(--secondary-color);
    color: var(--secondary-color); 
} */

.rp {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}

.px-4:hover {
  color: var(--secondary-color);
  transition: 0.3s;
  cursor: pointer;
}

.px-4:active {
  background-color: #d9404c;
  color: #fff;
}

/* header end ------------------------------------------------------------ */

/* contact ----------------------------------------------------------------- */

.contact {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.655);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
  /* display: flex; */
  padding-block: 5rem;
  padding-inline: 5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.nav-brandContact {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1.25rem; /* text-xl */
}

.contact.open {
  display: flex;
}

#fermeContact {
  position: absolute;
  cursor: pointer;
  color: var(--text-color);
  top: 8rem;
  right: 8rem;
}

.whatsApp {
  width: 50%;
  height: 100%;
  background-color: var(--another-color);
  padding-block: 5rem;
  padding-inline: 5rem;
  border-radius: 1rem 0rem 0rem 1rem;
}

.whatsApp > h2 {
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 0.8rem;
}

.whatsApp .green {
  color: rgb(4, 188, 4);
}

.whatsApp p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.whatsApp form {
  background-color: #1f2235;
  color: var(--text-color);
  height: auto;
  padding-block: 1rem;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  backdrop-filter: blur(50px);
}

.formBox:nth-child(1) {
  min-height: 3rem;
  height: auto;
  padding-block: 1rem;
  /* background-color: #bd8204; */
  width: 100%;
}

.formBox:nth-child(1),
.formBox:nth-child(2) label {
  font-size: 1.2rem;
  font-weight: bold;
  /* margin-bottom: 2rem; */
}

.formBox:nth-child(1) input {
  margin-top: 0.5rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  outline: none;
  border-radius: 0.5rem;
  border: solid 2px #fff;
  background-color: #c1c1c4;
  width: 18rem;

  &:focus {
    border: rgb(4, 188, 4) solid 2px;
    outline: #d9404c;
    background-color: #fbfbfb;
  }
}

.formBox:nth-child(2) {
  min-height: 3rem;
  height: auto;
  padding-block: 1rem;
  /* background-color: #bd8204; */
  width: 100%;
  padding-inline: 0.3rem;
}

.formBox:nth-child(2) textarea {
  width: 100%;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  /* min-height: 5rem; */
  height: 10rem;
  max-height: 15rem;
  border: solid 3px #fff;
  background-color: #c1c1c4;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  outline: none;
  &:focus {
    border: rgb(4, 188, 4) solid 3px;
    background-color: #fff;
  }
}

.submitButton {
  /* margin-top: 1rem; */
  padding-block: 0.4rem;
  padding-inline: 4rem;
  /* background-color: rgb(4, 188, 4); */
  color: var(--another-color);
  font-weight: bolder;
  font-size: 1rem;
  /* border: none; */
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.5s ease-in;
  border: rgb(4, 188, 4) solid;
  &:hover {
    background-color: rgb(4, 188, 4);
    color: #fff;
  }
}

.reseaux {
  border-radius: 0rem 1rem 1rem 0rem;
  width: 50%;
  height: 100%;
  background-color: var(--primary-color);
  padding-block: 5rem;
  padding-inline: 5rem;
}

.reseaux > h1 {
  font-size: 3rem;
  font-weight: bolder;
}

.reseaux > p {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.reseauxPro > h2 {
  margin-top: 1.5rem;
  font-weight: bolder;
  font-size: 1.3rem;
  color: var(--secondary-color);
}

.reseauxPro .liste-reseaux {
  margin-top: 2rem;
}

.reseauxPro .liste-reseaux li {
  margin-top: 2rem;
}

.reseauxPro .liste-reseaux li .social-icon {
  margin-right: 0.5rem;
}

.reseauxPro .liste-reseaux li > span {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.reseauxPro .liste-reseaux li .social-icon:hover ~ span {
  transform: translateY(-3px);
  color: var(--secondary-color);
}

/* contact end -------------------------------------------------------------- */

/* client espace ------------------------------------------------------------ */
#menuClients {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--another-color);
}

#menuClients .partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 140px;
  margin-bottom: 1rem;
  width: 100%;
}

#menuClients h2 {
  font-size: 3rem;
  font-weight: bolder;
  margin-bottom: 2.5rem;
}

#menuClients img {
  height: 80px;
  width: auto;
  cursor: pointer;
  object-fit: cover;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
  border: solid 3px var(--secondary-color);
  transition: box-shadow 0.3s ease;
}

#menuClients img:hover {
  box-shadow: 0 4px 15px rgba(255, 205, 0, 0.6);
}

/* client espace end  ------------------------------------------------------------ */

/* footer ---------------------------------------------------------------- */
footer {
  background-color: #131415;
  /* border-top: 2px solid var(--secondary-color); */
  /* margin-top: 4rem; */
  padding-inline: 2rem;
  padding-top: 1rem;
  color: var(--text-color);
  display: flex;
  justify-content: center;
}

.footer-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem; /* px-6 */
  padding-block: 1rem; /* py-8 */
}

.footer-content {
  display: flex;
  flex-direction: column;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 2rem;
  /* padding-bottom: 2rem; */
  margin-bottom: 1rem;
  /* border-bottom: 1px solid #4A4C5F; Une couleur intermédiaire */
}

.footer-brand-title {
  font-size: 2.25rem; /* text-4xl */
  font-weight: bold;
}

.footer-tagline {
  font-size: 0.875rem; /* text-sm */
  margin-top: 0.75rem;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #b0b2c3; /* Un blanc plus doux */
  position: relative;
  padding-left: 25px;
}

.footer-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: var(--secondary-color);
  transform: translateY(-50%);
}

.footer-heading {
  font-size: 1.25rem; /* text-xl */
  font-weight: 600; /* font-semibold */
  margin-bottom: 1rem; /* mb-4 */
}

.footer-link {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s;
  margin-right: 6px;
}

.footer-link:hover {
  color: var(--secondary-color);
}

.social-icons-container {
  display: flex;
  gap: 1rem; /* gap-4 */
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--text-color);
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
  transform: translateY(-3px);
}

.footer-separator {
  width: 2px; /* Épaisseur du séparateur */
  background-color: #4a4c5f; /* Couleur intermédiaire discrète */
  align-self: stretch; /* S'étire sur toute la hauteur du conteneur flex */
}

.footer-bottom {
  text-align: center;
  font-size: 0.9rem;
  color: #8e8f9a; /* Texte légèrement estompé */
  padding-bottom: 1rem;
}

.footer-bottom a {
  color: inherit; /* Hérite de la couleur du parent */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: var(--secondary-color); /* Couleur jaune au survol */
}

.newsletter-form {
  position: relative;
  /* display: flex; */ /* Retiré pour permettre de cacher le conteneur interne */
  max-width: 300px;
}

.newsletter-input {
  width: 100%;
  padding: 0.75rem 3.5rem 0.75rem 1rem;
  border: 2px solid #4a4c5f;
  border-radius: 50px;
  background-color: transparent;
  color: var(--text-color);
  transition: border-color 0.3s;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--secondary-color);
}

.newsletter-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: var(--secondary-color);
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-button > i {
  font-size: 1.2rem;
}

.newsletter-button:hover {
  background-color: #d9404c; /* Une teinte plus foncée de la couleur secondaire */
}

/* footer end ------------------------------------------------------------ */
