diff --git a/index.html b/index.html index f9c0c29..16af7ac 100644 --- a/index.html +++ b/index.html @@ -113,6 +113,113 @@ font-size: 0.95rem; } + .section-title { + font-size: 1rem; + font-weight: 600; + color: #e94560; + margin-bottom: 16px; + padding-bottom: 8px; + border-bottom: 1px solid #2a2a4a; + } + + .section-block { + margin-bottom: 24px; + } + + .experience-item { + background: #1a1a2e; + border: 1px solid #2a2a4a; + border-radius: 8px; + padding: 20px; + margin-bottom: 12px; + } + + .experience-item-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 16px; + } + + .experience-item-header span { + font-weight: 600; + font-size: 0.9rem; + color: #a0a0b0; + } + + .btn-danger { + background: transparent; + color: #e94560; + border: 1px solid #e94560; + border-radius: 6px; + padding: 5px 10px; + cursor: pointer; + font-size: 0.8rem; + transition: background 0.2s ease, color 0.2s ease; + } + + .btn-danger:hover { + background: #e94560; + color: #fff; + } + + #experiences-list { + margin-bottom: 12px; + } + + .experience-item .form-group:last-child { + margin-bottom: 0; + } + + .form-row { + display: flex; + gap: 16px; + } + + .form-row .form-group { + flex: 1; + } + + textarea { + width: 100%; + padding: 11px 14px; + background: #1a1a2e; + border: 1px solid #2a2a4a; + border-radius: 6px; + color: #e0e0e0; + font-size: 0.95rem; + font-family: inherit; + outline: none; + resize: vertical; + transition: border-color 0.2s ease, box-shadow 0.2s ease; + } + + textarea::placeholder { + color: #4a4a6a; + } + + textarea:focus { + border-color: #e94560; + box-shadow: 0 0 0 3px rgba(233, 69, 96, 0.15); + } + + .btn-add { + background: transparent; + color: #e94560; + border: 1px dashed #e94560; + border-radius: 6px; + padding: 9px 16px; + font-size: 0.9rem; + font-weight: 500; + cursor: pointer; + width: 100%; + transition: background 0.2s ease, color 0.2s ease; + } + + .btn-add:hover { + background: rgba(233, 69, 96, 0.1); + } + footer { text-align: center; margin-top: 28px; @@ -185,6 +292,12 @@ > +
+
Expériences professionnelles
+
+ +
+

@@ -196,7 +309,53 @@ + +