* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    overflow-x: hidden;
    font-family: Poppins;
    background-color: #111215;
}

.chemin {
    text-decoration: underline;
    font-size: 1.1rem;
    color: #fff;
    transition: text-shadow .1s ease-in-out;
    cursor: pointer;
}

.chemin:hover {
    text-shadow: 0 0 10px rgba(255,255,255,.7) ,0 0 15px rgba(255,255,255,.5);
}

.by {
    font-size: 15px;
    color: #12c2e9;
}

.cont {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
}

.desc {
    color: #7e8086;
}

@media (max-width:550px) {
    .img1 {
        height: 200px;
    }
}

.pyt2 {
    font-size: 14px!important;
    background-color: #4444446d!important;
}

@media (max-width:748px) {
    .pyt2 {
        font-size: 10px!important;
    }
}

@media (max-width:390px) {
    .pyt2 {
        font-size: 7px!important;
    }
}

.chemin {
    text-decoration: underline;
    font-size: 1.1rem;
    color: #fff;
    transition: text-shadow .1s ease-in-out;
    cursor: pointer;
}

.chemin:hover {
    text-shadow: 0 0 10px rgba(255,255,255,.7) ,0 0 15px rgba(255,255,255,.5);
}

.by {
    font-size: 15px;
    color: #12c2e9;
}

.img1 {
    width: auto;
    height: 270px;
    border-radius: 13px;
}

.cont {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
}

.desc {
    font-size: 1rem;
    font-weight: 300;
    color: #7e8086!important;
}

@media (max-width:550px) {
    .img1 {
        height: 200px;
    }
}

.pyt2 {
    font-size: 14px!important;
    background-color: #4444446d!important;
}

@media (max-width:748px) {
    .pyt2 {
        font-size: 10px!important;
    }
}

@media (max-width:390px) {
    .pyt2 {
        font-size: 7px!important;
    }
}

.text-gradient {
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    background: linear-gradient(to right,#d946ef,#06b6d4);
    -webkit-background-clip: text;
}

.by {
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(to right,#d946ef,#06b6d4);
    -webkit-background-clip: text;
    background-clip: text;
}

.timeline-minimal {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid rgba(255,255,255,.05);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -33.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(to bottom,#6b7280,#111827);
}

.tech-label {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #fff;
}

.task-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.03);
    border-radius: 15px;
    background: rgba(255,255,255,.01);
    transition: all .3s ease;
}

.task-item:hover {
    border-color: rgba(255,255,255,.1);
    background: rgba(255,255,255,.03);
}

.cont {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.under2:hover {
    text-decoration: none;
    color: #fff;
    transform: translateY(-2px);
}

.under2 {
    text-decoration: none;
    font-size: .9rem;
    color: #94a3b8;
    transition: all .3s ease;
}

.code-title {
    margin-left: 20px;
    font-size: .75rem;
    letter-spacing: 1.5px;
    color: #94a3b8;
}

.dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.red {
    opacity: .5;
    background: #ff5f56;
}

.yellow {
    opacity: .5;
    background: #ffbd2e;
}

.green {
    opacity: .5;
    background: #27c93f;
}

.code-window {
    margin-top: 1.5rem;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 12px;
    overflow: hidden;
}

.code-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(255,255,255,.02);
}


pre.pyt2 {
    margin: 0!important;
    padding: 1.5rem!important;
    max-height: 400px;
    overflow-y: auto;
    background: #0d0e12!important;
}

pre.pyt2 code {
    font-family: Poppins,monospace!important;
    font-size: .9rem!important;
    line-height: 1.5!important;
}

.accent-icon {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    font-size: 1.6rem;
    vertical-align: middle;
    color: transparent;
    background: linear-gradient(to bottom,#6b7280,#111827);
    -webkit-background-clip: text;
    background-clip: text;
}

.btn-perso-sm {
    padding: 5px 15px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    text-decoration: none;
    font-size: .8rem;
    color: #fff;
    background: rgba(255,255,255,.05);
    transition: .3s;
}

.btn-perso-sm:hover {
    border-color: #334155;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.task-item:hover {
    background: rgba(255,255,255,.08) !important;
    transform: translateY(-2px);
}