@media(max-width:1134px){
    main{
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        box-sizing:border-box;
    }
    .title-card{
        display:none;
    }
    .card{
        height:65px;
        width:80vw;
        margin:10px 0px;
        justify-content:initial;
    }
    .title-card{
        position: absolute;
        top:15px;
        left:90px;
        display: flex;
        flex-direction: row;
    }
    .title-card >span{
        display:flex;
        gap:4px;
        flex-direction: row;
        font-size:var(--font-size-03);
    }
    .item input{
        min-height:65%;
    }
    .item input:checked + label{
        height: clamp(90%, 88vh, 88%);
        margin-bottom:15px;
        width:80vw;
    }
}
@media(max-width:1281px){
    .details{
        display:flex;
        flex-direction: column;
    }
    .n02{
        display:flex;
        flex-direction: column-reverse;
    }
    .text{
        width:85%;
        margin-left:10px;
    }
    .section03-infos, .projects-article{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .info-projects{
        width:80%;
        margin:5px;
    }
}
@media(max-width:580px){
    .open-source-colab {
        height:240px;
    }
    .see-projects>div{
        margin:0px -50px;
    }
}