    .barre {
        text-decoration: line-through;
    }
    .flipH{
            
      
        unicode-bidi:bidi-override;
        direction:rtl;
 
    }
    .exemples{
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 255, 0.2), -2px -2px 2px 1px rgba(0, 0, 255, 0.2);
        border-radius: 16px;
        width: 33%;
        margin: 1em;
    }
    .nav-toggle {
        display: none;
    }
    #arti, #campi, #codi{
        z-index: 2;
    }
    #divCampi, #divCodi, #divArti {
        margin-top : auto;
    }
    #artiimg {
        content: url("../Images/Configurationartisan.png");
    }
    #campiimg {
        content: url("../Images/appbd.png");
    }
    #codiimg {
        content: url("../Images/coding.png");
    }
    .labelsAgrandir{
        text-shadow: 2px 2px 2px #000, -2px -2px 2px #000,  2px -2px 2px #000;
    }
  .centerH {
      margin-left: auto;
      margin-right: auto;
  }
  .centerV {
      margin-top: auto;
      margin-bottom: auto;
  }
    /* Variables couleurs (tons bleus sobres)          --mobileLandscape:1;    */
    :root {
        --mob:0;
        --scaleee:  3;
        --ismobile:0;
        --bg:  #040e1a; /* #081a2f;*/
        --bg-elev: #0c2440;
        --primary: #2b7cff;
        --primary-2: #99c7f9; /* #7fbdff; */
        --text: #fff;
        --muted: #fff;
        --accent: #4fd1ff;
        --border: rgba(255,255,255,0.08);
        --shadow: /* 0 10px 30px rgba(0,0,0,.35); */      10px 10px 20px rgba(255,255,255,0.06), -10px -10px 20px rgba(255,255,255,0.06), 10px -10px 20px rgba(255,255,255,0.06), -10px 10px 20px rgba(255,255,255,0.06);
    }
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
  font-style: italic;
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
  font-style: italic;
}
 
@font-face {
    font-family: 'Great Vibes Local';
    src: url('css/Fonts/greatVibesFont/GreatVibes-otf.otf') format('otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
    /* Reset + base */
    .flex {
        display: flex;
    }
    .flexColumn {
        flex-direction: column;
    }
    .flexDir{
        flex-direction: row;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
        text-shadow:1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000 , -1px 1px 1px #000;
        margin: 0; color: var(--text); background: var(--bg);
        font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Helvetica Neue", sans-serif;
        overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; /* height: 100%; */  }
    section { padding: 96px 20px; position: relative; scroll-margin-top: 96px; }

    /* Canvas en fond */
    #bg-canvas {
      position: fixed; inset: 0; z-index: -1; display: block; background: radial-gradient(1200px 600px at 10% 10%, #0e2c55 0%, transparent 60%),
                  radial-gradient(1000px 500px at 90% 30%, #0b356e 0%, transparent 60%),
                  linear-gradient(180deg, #061227 0%, #081a2f 60%);
    }

    /* Header / Nav */
    header {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      backdrop-filter: saturate(140%) blur(10px);
      background: linear-gradient(180deg, rgba(6,18,39,0.85), rgba(6,18,39,0.6));
      border-bottom: 1px solid var(--border);
    }
    .container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
    .nav {
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      height: 72px;
    }
    .brand {
      display: flex; align-items: baseline; gap: 14px;
    }
    .brand-title {
      font-family: 'greatVibesFontOtf', "greatVibesFontOtf", cursive; font-size: 36px; line-height: 1; color: white;
      text-shadow: 0 2px 20px rgba(79,209,255,.25);
    }
    .brand-sub {
      font-family: 'Imperator Local', Georgia, 'Times New Roman', serif; 
      font-size: 12px; 
      letter-spacing: .14em; 
      text-transform: uppercase; 
      color: var(--primary-2);
      text-align: center;
    }
    nav ul { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; }
    nav a { color: var(--muted); font-weight: 600; padding: 8px 10px; border-radius: 999px; }
    nav a:hover, nav a.active { color: white; background: rgba(43,124,255,.12); }

    /* Burger */
    .burger{ display:none; background:none; border:none; color:var(--txt); font-size:1.2rem; padding:8px 10px; border-radius:10px }
    
    /* Hero */
    .hero { padding-top: 144px; padding-bottom: 72px; }
    .hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
    .hero h1 { font-family: 'greatVibesFontOtf', "greatVibesFontOtf", cursive; font-size: 64px; margin: auto auto 16px; }
    .hero h2 { font-family: 'Imperator Local', Georgia, 'Times New Roman', serif; font-size: 18px; letter-spacing: .18em; text-transform: uppercase; color: var(--primary-2); margin: 0 0 24px; }
    .hero p { color: var(--muted); font-size: 18px; }
    .card {
      background: linear-gradient(180deg, rgba(12,36,64,.7), rgba(12,36,64,.4));
      border: 1px solid var(--border);
      border-radius: 20px; 
      padding: 13px; 
      box-shadow: var(--shadow);
    }
    .card2 {
      background: linear-gradient(180deg, rgba(12,36,64,.7), rgba(12,36,64,.4));
      border: 1px solid var(--border);
      border-radius: 20px; 
       
      box-shadow: var(--shadow);
    }
    .card3 {
        background: linear-gradient(180deg, rgba(12,36,64,.7), rgba(12,36,64,.4));
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 13px;
        font-size: 1.3em;
    }
    /* Présentation */
    .pres p { max-width: 80ch; }
    .pres ul { margin: 18px 0 0 0; padding: 0 0 0 16px; }
    .pres li { margin: 8px 0; }

    /* Votre projet */
    .grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
    .cta { display: inline-block; margin-top: 18px; padding: 12px 18px; border-radius: 14px; border: 1px solid var(--primary);
      background: linear-gradient(180deg, rgba(43,124,255,.18), rgba(43,124,255,.06)); color: white; font-weight: 700; }
    .cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(43,124,255,.25); }

    /* Contact */
    form { display: grid; gap: 14px; max-width: 720px; }
    .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    label { font-weight: 600; color: var(--primary-2); }
    input, textarea {
      width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border);
      background: rgba(12,36,64,.5); color: var(--text); font: inherit;
    }
    textarea { min-height: 160px; resize: vertical; }
    button[type="submit"] {
      padding: 12px 18px; border-radius: 12px; border: 1px solid var(--primary); color: grey; cursor: pointer;
      background: linear-gradient(180deg, rgba(43,124,255,.25), rgba(43,124,255,.08));   font-weight: 800;
    }
    .status { margin-top: 8px; font-size: 14px; color: var(--muted); }

    /* Footer */
    footer { border-top: 1px solid var(--border); background: rgba(6,18,39,.6); padding: 26px 20px; text-align: center; color: var(--muted); }
     
    .imgZoom {
        transition:  0.27s cubic-bezier(.86,0,.07,1) scale, 0.27s cubic-bezier(.86,0,.07,1) transform, 0.27s  z-index ;
        position: relative;
        left: 0vw;
        /* taille en proportion de l'élément parent*/
        max-width: 100%;
        justify-self: center;
        background: linear-gradient(180deg, rgba(12,36,64,.7), rgba(12,36,64,.4));
        border: 1px solid var(--border);
        border-radius: 20px; 
        box-shadow: var(--shadow);
        z-index: 1;
    }
  /*  .imgZoom:active  {
        transition:  scale 0.40s, transform 0.27s;
        transform: translateX(30%);
        scale: 3.2;
    }
     */
     
    .formLabels {
        position: relative;
        top: 2.4em;
        left: 0.8em;
        transition: all 1s;
    }
    /* Responsif */
    @media only screen and (orientation: portrait) {
        :root {
            --mob:90;
            --transX:0;
            --ismobile:1; 
        }  
      /*  .imgZoom {
            transform: translateX(0%) rotate(90deg);
        } */
        
        
    }
    
    @media (max-width: 980px) {
        #artiimg {
            content: url("../Images/mobile/artisanPrez.png");
        }
        #campiimg {
            content: url("../Images/mobile/appbd.png");
        }
        #codiimg {
            content: url("../Images/mobile/coding.png");
        }
        
        .card3 {
        background: linear-gradient(180deg, rgba(12,36,64,.7), rgba(12,36,64,.4));
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 13px;
        font-size: 1.3em;
    } 
       
        #arti, #campi, #codi{
            z-index: 2;
        }
      .hero-inner { grid-template-columns: 1fr; }
      .grid { grid-template-columns: 1fr; }
      .row { grid-template-columns: 1fr; }
      .brand-sub { display: none; }
        :root {
            --scaleee:2.2;
            --mobileLandscape:0;
            --ismobile:1;
        }
      /* Styles pour le menu burger */
      nav {
        display: flex;
        position: fixed;
        top: 72px;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 320px;
        background: var(--bg-elev);
        border-left: 1px solid var(--border);
        transform: translateX(100%);
        transition: transform 0.3s ease-out;
      }
      nav.is-active {
        display: block;
        transform: translateX(0);
      }
      nav ul {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
      }
      nav a {
        display: block;
        padding: 12px 16px;
        border-radius: 12px;
        text-align: center;
      }
       .nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        position: relative;
        z-index: 1001;
      }
      .nav-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background: var(--primary-2);
        border-radius: 3px;
        transition: transform 0.3s, opacity 0.3s;
      }
      .nav-toggle.is-active span:nth-child(2) { /* disparition barre du milieu du burger  et mise en croix X par rotation des 2 autres*/
        opacity: 0;
        } 
        .nav-toggle.is-active span:nth-child(1) {
            transform: translateY(9px) rotate(45deg);
        }
        .nav-toggle.is-active span:nth-child(3) {
            transform: translateY(-10px) rotate(-45deg);
        }
        .imgZoom {
            transition:   0.27s cubic-bezier(.86,0,.07,1) scale, 0.27s cubic-bezier(.86,0,.07,1) transform;
            position: relative;
            left: 0vw;
            /*max-width: 75vw;*/
           
            height: auto;
            
        }
        .flexDir{
            flex-direction: column;
        }
        .exemples{
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 255, 0.2), -2px -2px 2px 1px rgba(0, 0, 255, 0.2);
        border-radius: 16px;
        width: 90%;
        margin: 1em;
    }

      /*  .imgZoom:active  {
            transition:  scale 0.40s, transform 0.27s;
            transform: translateX(0%) rotate(90deg);
            scale: 1;
             
        } */
        
        
    }
    @media only screen and (min-width: 980px) and (orientation: landscape) {
        :root {
            --mob:0;
            --transX:37;
            --scaleee:3.1;
            --ismobile:0;
        
             
        }     
        .imgZoom {
            transform: translateX(0%) rotate(0deg);
        } 
         #arti, #campi, #codi{
            z-index: 2;
        }
        
    }
    @media only screen and (max-width: 980px) and (orientation: landscape) {
        :root {
            --mob:0;
            --transX:37;
            --scaleee:1.2;
            --mobileLandscape:1;
            --ismobile:1;
        }     
        .imgZoom {
            transform: translateX(0%) rotate(0deg);
        } 
         #arti, #campi, #codi{
            z-index: -1;
        }
        
    }
    
    
    
    
    
    
    
    
    
 