/* Import de la police K2D depuis Google Fonts (Arial est une police système, pas besoin de l'importer) */
@import url('https://fonts.googleapis.com/css2?family=K2D:wght@400;600;700&display=swap');

body {
    background-color: #030819;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-family: 'K2D', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 110%;
    text-align: left;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

h2 {
    font-family: 'K2D', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    text-align: left;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

h3 {
    font-family: 'K2D', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-align: left;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

h4 {
    font-family: 'Arial', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: left;
    color: #FFE100;
    padding: 0;
    margin: 0;
}

p {
    font-family: 'Arial', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
}

a {
    font-family: 'K2D', sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    background: #FFE100;
    border-radius: 6px;
    border: 0px;

    font-family: 'K2D', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #030819;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    font-family: 'Arial', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
}



/* ---------------
-- HERO SECTION --
--------------- */
.hero-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.hero-content {
    z-index: 2;
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-content h4{
    text-align: center;
}

.hero-content h1{
    margin-bottom: 24px;
    text-align: center;
}

.hero-content h1 span{
    color: #FFE100;
}

.hero-content p{
    max-width: 900px;
    margin-bottom: 32px;
    text-align: center;
}

.ax-ligne-01 {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: auto;

}

.ax-ligne-01 path {
    stroke-dasharray: 9999;
    stroke-dashoffset: 9999;
}

.ax-ligne-02 {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: -15%;
    width: 30%;
    height: auto;
}

.ax-ligne-02 path {
    stroke-dasharray: 9999;
    stroke-dashoffset: 9999;
}


/* -------------------
-- SERVICES SECTION --
------------------- */
.services-section {
    margin-bottom: 160px;
    width: 95%;
}

.services-head {
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.services-text {
    display: flex;
    align-items: end;
}

.services-row1 {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.services-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;

    border-radius: 12px;
    border: 1px solid transparent;
    background:
    linear-gradient(#030819, #030819) padding-box,
    linear-gradient(170deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.20) 25%,
      rgba(255, 255, 255, 0.04) 55%,
      rgba(255, 255, 255, 0) 100%
    ) border-box,
    linear-gradient(rgba(255, 255, 255, 0.10),
                    rgba(255, 255, 255, 0.10)) border-box;
}

.service-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 32px !important;
}

.services-card img {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    width: 44px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin-bottom: 32px;
}

.services-card h3 {
    margin-bottom: 16px;
}

.services-card p {
    margin-bottom: 16px;
}

.services-card ul {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.services-card li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.services-card li::before {
    content: "";
    flex-shrink: 0; /* empêche le carré de se déformer si le texte est long */
    width: 16px;
    height: 16px;
    background: #FFE100;
    border-radius: 4px;
    margin-top: 2px;
}

.services-row2 {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 24px;
}

.service-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px;
}

.service-illustration img {
    width: 100%;
    height: auto;
    display: block;
}

/* --------------------
-- PROCESSUS SECTION --
-------------------- */
.processus-section {
    width: 100%;
    margin-bottom: 300px;
    position: relative;
}

.processus-head {
    position: absolute;
    margin-left: 2.5%;
    width: 55%;
    z-index: 10;
}

.processus-head h2{
    margin-bottom: 24px;
}

.ax-processus-child {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 300px;
}

/* Pas d'espace : .right et .left sont sur le MÊME élément que .ax-processus-child */
.ax-processus-child.right{
    align-items: end;
}

.ax-processus-child.left{
    align-items: start;
}

.ax-processus-child img {
    height: 48px;
    width: auto;
}

.ax-processus-child.right p {
    text-align: end;
}

.ax-processus-child.left p {
    text-align: start;
}




/* --------------------
-- A PROPOS SECTION --
-------------------- */
.apropos-section {
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 160px;
}

.apropos-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;

    border: 1px solid transparent;
    background:
    linear-gradient(#030819, #030819) padding-box,
    linear-gradient(170deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.20) 25%,
      rgba(255, 255, 255, 0.04) 55%,
      rgba(255, 255, 255, 0) 100%
    ) border-box,
    linear-gradient(rgba(255, 255, 255, 0.10),
                    rgba(255, 255, 255, 0.10)) border-box;
}

.apropos-image img {
    width: 100%;
    height: auto;
}

.apropos-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apropos-content h2{
    margin-bottom: 24px;
}

.apropos-content p{
    margin-bottom: 12px;
}

.apropos-stack {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.stack-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 6px;

    border: 1px solid transparent;
    background:
    linear-gradient(#030819, #030819) padding-box,
    linear-gradient(170deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.20) 25%,
      rgba(255, 255, 255, 0.04) 55%,
      rgba(255, 255, 255, 0) 100%
    ) border-box,
    linear-gradient(rgba(255, 255, 255, 0.10),
                    rgba(255, 255, 255, 0.10)) border-box;
}

.stack-child p {
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px !important;
}


/* --------------------
-- CONFIANCE SECTION --
-------------------- */
.confiance-section {
    position: relative;
    width: 95%;
    margin-bottom: 160px;
}

.ax-ligne-04 {
    z-index: 1;
    position: absolute;
    right: 0;
    top: -30%;
    width: 40%;
    height: auto;
}

.ax-ligne-04 path {
    stroke-dasharray: 9999;
    stroke-dashoffset: 9999;
}

.confiance-head {
    position: relative;
    z-index: 2;
    margin-bottom: 48px;
}

.confiance-head h2 {
    width: 70%;
    z-index: 2;
    margin-bottom: 24px;
}

.confiance-head p {
    width: 50%;
}

.confiance-content {
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.confaince-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
    border-radius: 12px;

    border: 1px solid transparent;
    background:
    linear-gradient(#030819, #030819) padding-box,
    linear-gradient(170deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.20) 25%,
      rgba(255, 255, 255, 0.04) 55%,
      rgba(255, 255, 255, 0) 100%
    ) border-box,
    linear-gradient(rgba(255, 255, 255, 0.10),
                    rgba(255, 255, 255, 0.10)) border-box;
}

.confiance-kpi {
    font-family: 'K2D';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #FFFFFF;
}

.confiance-kpi span {
    color: #FFE100;
} 

.confiance-work {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 32px;
    border-width: 0.2px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.7);;
}

.confiance-work p {
    line-height: 120%;
    text-transform: uppercase;
}

.work-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.work-child p {
    font-family: 'K2D';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #FFFFFF;
}




/* ---------------
-- FAQ SECTION --
---------------- */
.faq-section {
    width: 90%;
    max-width: 1200px;
    margin-bottom: 160px;
}

.faq-head {
    margin-bottom: 48px;
}

.faq-content {
    gap: 24px;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.faq-illustration {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-illustration img {
    width: 100%;
    height: auto;
    display: block;
}



/* ---------------
-- CTA SECTION --
---------------- */
.cta-section {
    position: relative;
    margin-bottom: 160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-section h4{
    z-index: 2;
    width: 90%;
    max-width: 1100px;
    text-align: center;
}

.cta-section h2{
    z-index: 2;
    width: 90%;
    max-width: 1100px;
    margin-bottom: 24px;
    text-align: center;
}

.cta-section p{
    z-index: 2;
    max-width: 900px;
    margin-bottom: 32px;
    text-align: center;
}

.contact-link {
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
}

.contact-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.contact-child img {
    width: 24px;
    height: 24px;
}

.contact-child a {
    z-index: 2;
    font-family: 'Arial';
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

  .ax-ligne-05 {
    z-index: 1;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .ax-ligne-05 path { 
    stroke-dasharray: 9999;
    stroke-dashoffset: 9999;
  }