*{box-sizing:border-box}body{margin:0;font-family:"Heebo",sans-serif;color:#21243D;background-color:#F5F8FB}img{display:block;max-width:100%}a{color:inherit}button{border:none;background:none;padding:0;cursor:pointer}#menu-button img{display:block;width:24px;height:auto}html{scroll-behavior:smooth}nav{width:100%;max-width:1200px;margin:0 auto;padding:28px 20px 16px;display:flex;justify-content:space-between;align-items:center}.brand-logo{display:inline-flex;align-items:center;width:180px}.brand-logo img{width:100%;height:auto}#nav-links{display:flex;justify-content:flex-end;align-items:center;gap:40px;flex-wrap:wrap}.nav-link{color:#000000;text-decoration:none;font-weight:700;font-size:18px}#menu-button{display:none;background:transparent;align-items:center;justify-content:center}header{width:100%;max-width:1200px;margin:0 auto 48px;padding:52px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px;background-color:#EDF7FA;border-radius:16px;box-shadow:0 30px 80px rgba(33,36,61,0.06);min-height:540px}#header-content{max-width:560px;display:flex;flex-direction:column;gap:28px;align-items:flex-start;text-align:left}.header-logo{display:inline-block;width:180px;height:auto}#header-content h1{margin-top:0}h1{font-weight:700;font-size:clamp(44px,6vw,72px);line-height:1.02;margin:0;letter-spacing:-0.03em}#subtitle{margin:0;font-size:18px;line-height:1.75;max-width:600px;color:#425066}#button-cv{display:inline-flex;align-items:center;justify-content:center;background-color:#C93B3B;color:#FFFFFF;text-decoration:none;font-size:18px;padding:16px 28px;border-radius:10px;transition:transform 180ms ease,box-shadow 180ms ease}#button-cv:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(255,100,100,0.18)}.hero-image{flex:0 0 auto;width:auto;max-width:240px}.hero-image img{border-radius:50%;width:100%;max-width:240px;height:auto}#blog{background-color:#EDF7FA;padding:60px 20px}#blog h2{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}#blog-content,#articles,#projets,#contact{width:100%;max-width:1200px;margin:0 auto}#articles{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:24px;margin-top:24px}.article-blog{background:#FFFFFF;border-radius:12px;padding:28px;width:100%;min-width:0;box-shadow:0 20px 50px rgba(33,36,61,0.05)}.article-title{font-size:26px;margin:0 0 18px 0}.date-category{display:flex;flex-wrap:wrap;gap:12px;color:#4A5A69;margin:0 0 20px 0;font-size:16px}.article-description{font-size:16px;line-height:1.7;margin:0}#projets{padding:60px 20px}.projet{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:32px;align-items:start;margin-bottom:40px;background-color:#FFFFFF;padding:32px;border-radius:16px;box-shadow:0 25px 70px rgba(33,36,61,0.08)}.projet > div:first-child{width:auto;max-width:260px}.projet-image{width:100%;max-width:260px;border-radius:12px}.date-type{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-bottom:16px}.projet-title{font-weight:700;font-size:30px;margin:0}.projet-date{background-color:#142850;color:#FFFFFF;border-radius:8px;padding:10px 18px;font-weight:900;font-size:16px}.projet-type{color:#142850;font-size:16px;background-color:rgba(20,40,80,0.08);border-radius:8px;padding:10px 18px}.projet-description{font-size:16px;line-height:1.7;margin:0;max-width:620px}#contact{padding:60px 20px 80px}.contact-formulaire{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:36px;align-items:start}#coordonnees{flex:none;min-width:0;padding:32px;border-radius:12px;background-color:#FFFFFF;box-shadow:0 20px 60px rgba(33,36,61,0.06)}.contact-title{font-weight:800;font-size:32px;margin:0 0 18px 0}#contact-intro,#contact-email,.social-links{font-size:18px;line-height:1.7;margin:0 0 18px 0}#icons-socials{display:flex;gap:18px;flex-wrap:wrap}#icons-socials img{width:32px;height:32px;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;transform:translateZ(0)}form{display:flex;flex-direction:column;gap:16px;min-width:0;padding:32px;border-radius:12px;background-color:#FFFFFF;box-shadow:0 20px 60px rgba(33,36,61,0.06)}form label{font-size:16px}form input,form select,form textarea{width:100%;background-color:#F7F7F7;border:1px solid #E4E4E4;border-radius:8px;padding:14px 16px;font-size:16px;color:#21243D}form textarea{min-height:165px;resize:vertical}form button{width:100%;background-color:#000000;color:#FFFFFF;border-radius:8px;padding:16px;font-size:18px}.site-footer{width:100%;padding:40px 20px;background:#F7F7F7}.footer{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}#copyright{margin:0;color:#21243D;font-size:14px}@media (max-width:700px){nav{justify-content:space-between;padding:24px 20px 12px}#nav-links{justify-content:flex-end;gap:0}.nav-link{display:none}#menu-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:10px;flex-shrink:0}#nav-links.open{position:absolute;top:78px;left:20px;right:20px;flex-direction:column;align-items:center;gap:18px;background-color:#F5F8FB;border-radius:10px;padding:20px;box-shadow:0 20px 50px rgba(33,36,61,0.12);z-index:20}#nav-links.open .nav-link{display:block}.projet,.contact-formulaire,#articles{display:flex;flex-direction:column;align-items:stretch;gap:20px}header{display:flex;flex-direction:column-reverse;align-items:center;padding:24px 20px 48px;gap:24px;min-height:0}#header-content{align-items:center;text-align:center;max-width:100%}.hero-image{max-width:140px;margin:0 auto}.header-logo{margin:0 auto}#button-cv{width:100%;text-align:center}.article-blog{width:100%}.projet > div:first-child{width:100%;max-width:100%}.projet-image{max-width:100%}.date-type{flex-direction:column;align-items:flex-start;gap:12px}#contact{padding:40px 20px 60px}#coordonnees,form{width:100%}}
