html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    transition: 1s;
    /* filter: blur(20px); */
}

#voirP{

    height: 50px;
    border-radius: 25px;
    border: none;
    width: 150px;
    /* padding: 15px; */
    align-items: center;
    box-shadow: #7841c5 0 0 15px;


    #lml{
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        color: #491b8a;
    }
    
    
}

.container_progress {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top, #822cbbe0, #320a6bc7);
    top: 0;
    left: 0;
    position: fixed;
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;

    .span {
        color: #f5e8e8;
        font-weight: bold;
        font-size: 20px;
    }

    .progress_bar {
        width: 350px;
        height: 10px;
        background: transparent;
        border: solid 1px #f5e8e8;
        border-radius: 15px;

        .progress {
            width: 0;
            height: 10px;
            border-radius: 15px;
            background: #f5e8e8;
        }
    }
}

#ppp {
    white-space: nowrap;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.788);
    /* Couleur de l'overlay avec opacité */
    z-index: -1;
    transition: 1s;
    /* Assurez-vous que l'overlay est derrière le contenu */
}

@media screen and (max-width: 668px) {
    .mode {
        position: absolute;
        right: 65px;
        transform: translateY(-3px);

        .soleil {
            font-size: 17px;
        }

        .lune {
            font-size: 17px;
        }
    }
}

.mode {
    position: relative;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    border-radius: 5px;
}

.mode:hover {
    background: #4f1c96;
}

.mode:hover  .lune{
    color: #fff;
}

.soleil {
    display: block;
    color: white;
    font-size: 17px;
    transition: 1s;
}

.lune {
    display: none;
    color: black;
    font-size: 17px;
    transition: 1s;
}

.class_soleil {
    display: none;
}

.class_lune {
    display: block;
}

.class_overlay {
    display: block;
}

.class_color {
    color: #57564F;
}

.class_background {
    background: linear-gradient(to top, #822cbb83, #320a6b80);
}

.class_text {
    color: #640D5F;
}

@media screen and (min-width: 668px) {
    .responsive {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -2;
        filter: blur(4px);
    }
}


@media screen and (max-width: 668px) {
    .responsive {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* ajuste la vidéo au plein écran */
        z-index: -2
    }
}

.bouton {
    display: none;
}

.navbar {
    background: #320a6bf1;
    /* backdrop-filter: blur(5px); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1;
    transition: 1s;
}

.addclass1 {
    background: #34126493;
    backdrop-filter: blur(20px);
}

.nav {
    position: relative;
    right: 15px;
    transition: 1s;
}

.nav ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
}

.nav ul li a {
    text-decoration: none;
    color: #E67514;
    font-weight: bold;
    white-space: nowrap;
    font-size: 13px;
}

#rivo_a {
    font-size: 35px;
    color: #E67514;
    position: relative;
    left: 15px;
    white-space: nowrap;
    transition: 1s;
}

.boxiz {
    display: none;
    /* background-color: red; */
}

.barr {
    color: #F97A00;
    width: 30px;
    height: 30px;
}

.barre {
    width: 30px;
    height: 30px;
    color: #F97A00;
    display: none;
}

.change {
    display: none;
    transform: 1s;
}

.change1 {
    display: block;
    transition: 1s;
}

#accueil {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: center;
    height: 300px;
    margin-top: 70px;
    transition: 1s;
}

.informations {
    height: 270px;
}

.textContent {
    color: #9768d8;
    font-style: oblique;
    font-weight: bold;
    overflow: hidden;
    transition: 1s;
}

@media screen and (max-width:668px) {
    .textContent {
        text-align: center;
    }
    #accueil{
        margin-bottom: 30px;
    }

    .bouton {
        display: block;
        width: 40px;
        height: 40px;
        color: white;
        position: fixed;
        background: #320a6b;
        border-radius: 50%;
        /* border: solid 0.5px #ffffff; */
        bottom: 40px;
        right: 20px;
        animation: scale 2s infinite;
        z-index: 10;
    }

    #accueil {
        height: 450px;
        color: white;
    }

    .mp {
        color: white;
    }

    .nav {
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        background: #320a6be0;
        backdrop-filter: blur(4px);
        flex-direction: column;
        transition: 1s;
        border-radius: 0 0 15px 15px;
        top: 59px;
        left: 0%;
        width: 100%;
        height: auto;
        font-size: 5px;
        object-fit: cover;
        border-bottom: solid 1px #949494;


        ul {
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding: 10px 40px;
            height: 290px;

            li {
                width: 100%;
                margin: 1px;
                height: 40px;
                align-items: center;
                transition: 1s;
                padding: 0 10px;
                border-radius: 7px;
                border: none;

                a {
                    width: 100%;
                    height: 40px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    font-size: 18px;
                }
            }

            li:hover {
                border: rgb(172, 168, 168) 1px solid;
            }
        }

    }

    .addClass {
        display: block;
    }

    .boxiz {
        display: block;
        position: relative;
        right: 10px;
    }
}

@media screen and (max-width:868px) {
    .nav ul {
        li {
            font-size: 13px;
        }
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}


.me {
    font-style: italic;
    font-size: 45px;
    color: white;
}

.lastName {
    color: #F97A00;
    font-size: 50px;
}

.image {
    position: relative;
    top: 15px;
    height: 185px;
    width: 185px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 2px #320A6B;
    /* box-shadow: 0 0 40px #865bc2; */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fontes 2s infinite;
}

@keyframes fontes {
    0% {
        box-shadow: 0 0 10px #a77ee0,
            0 0 20px #6b22d1;
    }

    50% {
        box-shadow: 0 0 40px #532396,
            0 0 70px #865bc2;
    }

    100% {
        box-shadow: 0 0 10px #a77ee0;
    }
}

.photo {
    width: 200px;
    border-radius: 50%;
    transition: 0.5s;
}

.photo:hover {
    transform: scale(1.1);
}

.mp {
    /* background: #F97A00; */
    display: flex;
    justify-content: center;
    align-items: center;

    #propos_container {
        /* background: #320A6B; */
        text-align: center;
        width: 800px;
        color: white;

        #aPropos {
            color: #9768d8;
            transition: 1s;
        }

        p {
            font-size: 20px;

            .moi {
                color: #9768d8;
                font-weight: bold;
            }

            .textImportant {
                color: #9768d8;
                font-weight: bold;
                /* background: #320A6B; */
                border-radius: 10px;
                padding: 5px;
                transition: 1s;
                transform: translateY(50px);
                opacity: 0;
            }

            .addClass2 {
                transform: translateY(0);
                opacity: 1;
            }
        }
    }
}

@media screen and (max-width:668px) {

    .mp {
        /* background: #F97A00; */
        display: flex;
        justify-content: center;
        align-items: center;


        #propos_container {
            /* background: #320A6B; */
            text-align: center;
            width: 90%;

            p {
                font-size: 12px;
                transition: 1s;

                .moi {
                    color: #9768d8;
                    font-weight: bold;
                    transition: 1s;
                }

                .textImportant {
                    color: #9768d8;
                    font-weight: bold;
                    /* background: #320A6B; */
                    border-radius: 10px;
                    padding: 5px;
                    transition: 1s;
                    transform: translateY(50px);
                    opacity: 0;
                }

                .addClass2 {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
        }
    }

}

#Competence_container {
    /* background: #320A6B; */
    padding: 1%;
    color: #f5e8e8;

    #competence {
        color: #9768d8;
        transition: 1s;
    }

    h5 {
        color: #9768d8;
        text-align: center;
        font-size: 15px;
        transition: 1s;
    }

    .mes_competences {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        transition: 1s;

        ol {
            font-weight: bold;
        }

        .box {
            background: linear-gradient(to top, #822cbb83, #320a6b80);
            width: 250px;
            margin: 5px;
            padding: 1%;
            border-radius: 10px;
            transition: 1s;
            opacity: 0;
            transform: translateY(50px);
            border: rgb(182, 182, 182) solid 0.5px;
        }

        .box:hover {
            transform: scale(1.05);
            box-shadow: 0 0 20px #5d27a8;
        }

        .addClass2 {
            transform: translateY(0);
            opacity: 1;
        }

    }
}


@media screen and (max-width:668px) {

    .textContent {
        color: #9768d8;
        font-style: oblique;
        font-weight: bold;
        overflow: hidden;
        font-size: 12px;
    }

    #Competence_container #competence {
        color: #9768d8;
    }

    #Competence_container h5 {
        color: #9768d8;
        font-size: 12px;
    }

    #Competence_container .mes_competences .box {
        width: 500px;
        height: auto;
        background: rgba(78, 24, 148, 0.582);
        backdrop-filter: blur(20px);
        margin-top: 15px;
        /* background: #7b4ebb5e;F */
        backdrop-filter: blur(3px);
        border: white solid 1px;
        font-size: 12px;
        transition: 1s;
/* 
        ol {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            list-style: none;

            li {
                background: linear-gradient(to right, #320A6B, #5d27a8);
                padding: 2px 15px;
                width: auto;
                border-radius: 20px;
                text-align: center;
                transition: 1s;
            }
        } */

    }
}

.pourcentage{
    margin: 5px;
    width: 100%;
    height: 4px;
    border-radius: 20px;
    border: 1px solid #fff;
    transform: translate(-25px);
}

.html{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #ffffff;
    transition: 1s;
}
.css{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 2s;
}
.boostrap{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 3s;
}
.tailwind{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 4s;
}
.javascript{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 5s;
}

.python{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 2s;
}

.cPlus{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 3s;
}

.mySql{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 1s;
}

.sqLite{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 2s;
}

.mAccess{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 3s;
}

.gitHub{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 1s;
}

.vsCode{
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: #fff;
    transition: 2s;
}

.apprentissage {
    display: flex;
    justify-content: center;
    color: #9768d8;
    text-align: center;
    /* background-color: red; */
}

.pp {
    font-size: 12px;
    background: #a87ee244;
    width: 250px;
    border-radius: 20px;
    padding: 5px;
    transform: translateY(50px);
    opacity: 1;
    transition: 1s;
}

.addClass2 {
    transition: 1s;
    transform: translateY(0);
    opacity: 1;
}

.soft_skills {
    /* background: #E67514; */
    transition: 1s;

    #soft-skills {
        color: #9768d8;
        margin: 1%;
        transition: 1s;
    }

    .Box_skills {
        /* background: #320A6B; */
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        transition: 1s;

        .skills {
            margin: 5px;
            padding: 1%;
            border-radius: 10px;
            background: linear-gradient(to top, #882dc477, #320a6b7a);
            text-align: center;
            width: 200px;
            color: aliceblue;
            border: 0.5px solid rgb(173, 173, 173);
            transform: translateY(50px);
            opacity: 0;
            transition: 1s;

            .icons {
                width: 40px;
                height: 40px;
            }

            .travail_en_equipe {
                color: #ffd83d;
            }

            .leader_ship {
                color: #FF0066;
            }

            .communication {
                color: #08CB00;
                ;
            }

            .cretivite {
                color: #FFBC4C;
            }

            .resolution_probleme {
                color: #FF0066;
            }
        }

        .skills:hover {
            transform: scale(1.05);
            box-shadow: 0 0 20px #5d27a8;
        }


        .addClass2 {
            transform: translateY(0);
            opacity: 1;
        }
    }
}

.pp {
    color: #9768d8;
}

@media screen and (max-width:668px) {

    .pp {
        color: #9768d8;
    }

    .soft_skills {

        #soft-skills {
            color: #9768d8;
            transition: 1s;
        }

        .Box_skills {
            /* background: #320A6B; */
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;

            .skills {
                margin: 5px;
                padding: 1%;
                border-radius: 10px;
                background: linear-gradient(to top, #744cad, #320A6B);
                text-align: center;
                width: 270px;
                color: aliceblue;
                opacity: 0;
                translate: translateY(50px);
                border: white solid 1px;
                background: #7b4ebb5e;
                backdrop-filter: blur(3px);
                font-size: 20px;
            }

            .addClass2 {
                transform: translateY(0);
                opacity: 1;
            }

        }
    }
}

#parcour_container {
    #m {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    #parcours {
        color: #9768d8;
        margin: 2%;
        transition: 1s;
    }

    h5 {
        color: #9768d8;
        margin: 1%;
    }

    .etude_superieur {
        background: #7b4ebb50;
        width: 350px;
        height: 320px;
        padding: 1%;
        border-radius: 10px;
        margin: 1%;
        color: white;
        transform: translateY(50px);
        opacity: 0;
        transition: 1s;
        border: rgb(145, 145, 145) solid 1px;

        h2 {
            color: #E67514;
        }
    }

    .hackathon {
        background: #744cad5e;
        width: 350px;
        height: 320px;
        padding: 1%;
        border-radius: 10px;
        margin: 1%;
        color: white;
        transform: translateY(50px);
        opacity: 0;
        transition: 1s;
        border: rgb(121, 121, 121) solid 1px;

        h2 {
            color: #E67514;
        }

        h6 {
            background: linear-gradient(to right, #320A6B, #5d27a8);
            padding: 2px 15px;
            width: 150px;
            border-radius: 20px;
            text-align: center;
            transition: 1s;
        }
    }

    .marquant {
        background: #7b4ebb57;
        width: 350px;
        height: 320px;
        padding: 1%;
        border-radius: 10px;
        margin: 1%;
        color: white;
        transform: translateY(50px);
        opacity: 0;
        transition: 1s;
        border: rgb(156, 156, 156) solid 1px;

        h2 {
            color: #E67514;
        }
    }

    .addClass2 {
        transform: translateY(0);
        opacity: 1;
    }

}

@media screen and (max-width:668px) {

    #parcour_container {

        #m {
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
            transition: 1s;
        }

        #parcours {
            color: #8961c2;
            transition: 1s;
        }

        .etude_superieur {
            font-size: 13px;
            background: #7b4ebb5e;
            backdrop-filter: blur(3px);
            height: 250px;
            border: white solid 1px;
        }

        .hackathon {
            font-size: 13px;
            background: #7b4ebb5e;
            backdrop-filter: blur(3px);
            height: 190px;
            border: white solid 1px;
        }

        .marquant {
            font-size: 13px;
            background: #7b4ebb5e;
            backdrop-filter: blur(3px);
            height: 200px;
            border: white solid 1px;
        }
    }
}

.projet_container {
    /* background: #320A6B; */
    color: white;

    #projet {
        color: #9768d8;
        margin: 2%;
        transition: 1s;
    }

    h4 {
        color: #9768d8;
        margin: 2%;
    }

    .projet_scolaire {
        /* background: red; */
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;


        .epidemie {
            background: linear-gradient(to top, #6731ca6e, #320a6b8f);
            width: 300px;
            text-align: center;
            border-radius: 10px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin: 15px;
            transform: translateY(50px);
            opacity: 0;
            transition: 1s;
            border: 0.5px solid rgb(173, 173, 173);

            h3 {
                color: #E67514;
            }

            .img {
                /* background: #5d27a8; */
                padding: 15px;
                border-radius: 15px;
                display: flex;
                width: 250px;
                gap: 15px;
                overflow: hidden;


                .photo1 {
                    width: 250px;
                    border-radius: 15px;
                    animation: deplacer 5s infinite;
                    transition: 1s;
                }

                .photo2 {
                    width: 250px;
                    border-radius: 15px;
                    animation: deplacer 2s infinite;
                    transition: 1s;
                }
            }
        }

        .epidemie:hover {
            box-shadow: 0 0 20px #5d27a8;
        }


        .taches {
            background: linear-gradient(to top, #6731ca6e, #320a6b8f);
            width: 300px;
            text-align: center;
            border-radius: 10px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            transform: translateY(50px);
            opacity: 0;
            transition: 1s;
            border: 0.5px solid rgb(173, 173, 173);

            h3 {
                color: #E67514;
            }

            .img {
                /* background: #5d27a8; */
                padding: 15px;
                border-radius: 15px;
                display: flex;
                width: 250px;
                gap: 15px;
                overflow: hidden;

                .photo3 {
                    width: 250px;
                    border-radius: 15px;
                    transition: 1s;
                }

                .photo4 {
                    width: 250px;
                    border-radius: 15px;
                    transition: 1s;
                }
            }

        }

        .taches:hover {
            box-shadow: 0 0 20px #5d27a8;
        }

        .portfolio {
            background: linear-gradient(to top, #6731ca6e, #320a6b8f);
            width: 300px;
            text-align: center;
            border-radius: 10px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            transform: translateY(50px);
            opacity: 0;
            transition: 1s;
            border: 0.5px solid rgb(173, 173, 173);
            margin-top: 15px;

            h3 {
                color: #E67514;
            }

            .img {
                /* background: #5d27a8; */
                padding: 15px;
                border-radius: 15px;
                display: flex;
                width: 250px;
                gap: 15px;
                overflow: hidden;

                .photo5 {
                    width: 250px;
                    border-radius: 15px;
                    transition: 1s;
                }

                .photo6 {
                    width: 250px;
                    border-radius: 15px;
                    transition: 1s;
                }
            }
        }

        .portfolio:hover {
            box-shadow: 0 0 20px #5d27a8;
        }

        .addClass2 {
            transform: translateY(0);
            opacity: 1;
        }
    }
}


@media screen and (max-width:668px) {
    .projet_container {
        /* background: #320A6B; */
        color: white;

        #projet {
            color: #9768d8;
            transition: 1s;
        }

        h4 {
            color: #9674c5e5;
        }

        .projet_scolaire {
            /* background: red; */
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;

            .epidemie,
            .taches,
            .portfolio {
                font-size: 14px;
                background: rgba(78, 24, 148, 0.39);
                backdrop-filter: blur(3px);
                padding: 15px;
                border: white solid 1px;
                transition: 1s;

                h3 {
                    font-size: 25px;
                    color: #E67514;
                }
            }
        }
    }
}

footer {
    margin-top: 25px;
    background: #713eb9a1;
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 1s;
    /* background: linear-gradient(to top, #462279, #320A6B); */


    .container {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;


        .end_container {
            font-size: 20px;
            transition: 1s;
        }

        .mail {
            text-decoration: none;
            text-align: center;
            color: #E67514;
            font-weight: bold;
            font-size: 20px;
        }


        .container_social {
            display: flex;
            gap: 22px;

            .img_social {
                width: 38px;
                height: 28px;
                border-radius: 50%;
            }

            .whatsapp {
                color: rgb(11, 255, 11);
            }

            .facebook {
                color: rgb(90, 90, 247);
            }

            .instagram {
                color: rgb(240, 65, 211);
            }

            .linkeding {
                color: rgb(64, 144, 235);
            }

            .git {
                color: black;
            }
        }
    }
}

@media screen and (max-width:668px) {
    footer {
        border: 1px solid white;
        border-radius: 10px 10px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;


        .container {

            .container_social {
                display: flex;
                gap: 25px;


                .img_social {
                    width: 28px;
                    height: 28px;
                }
            }

            .mail {
                font-size: 17px;
            }
        }
    }
}

.img_autre_projet{
    width: 250px;
    transition: 0.2s;
    border-radius: 15px;
}

.autre_projet_container{
    /* background: red; */
    padding: 5px;
    margin: 15px;
    display: flex;
    justify-content: flex-start;
    gap: 35px;
    align-items: center;
    color: #ecebeb;
    font-size: 15px;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
}
.totals{
    transition: 2s;
}

.addcc{
    transform: translateY(-10px);
    opacity: 1;
}

.to_do_liste_container{
    justify-content: flex-end;
}

.calculatrice_projet{
    border: 0.5px solid rgb(173, 173, 173);
    background:  rgba(78, 24, 148, 0.39);
    width: 500px;
    /* height: 250px; */
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    /* text-align: center; */
    align-items: center;
    padding: 0 10px;
    border-radius: 10px;
}

.to_do_liste_projet{
    border: 0.5px solid rgb(173, 173, 173);
    background:  rgba(78, 24, 148, 0.39);
    width: 500px;
    /* height: 250px; */
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    /* text-align: center; */
    align-items: center;
    padding: 0 10px;
    border-radius: 10px;
}

.quiz_js_projet{
    border: 0.5px solid rgb(173, 173, 173);
    background:  rgba(78, 24, 148, 0.39);
    width: 500px;
    /* height: 250px; */
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    /* text-align: center; */
    align-items: center;
    padding: 0 10px;
    border-radius: 10px;
}

.img_div{
    padding: 2px;
    /* background: green; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 2000px;
    /* height: 150px; */
    border-radius: 15px;
    transition: 1s;
}

.img_div:hover .img_autre_projet{
    transform: scale(1.1);
}

.icon_trophe{
    font-size: 25px;
    color: #FFBC4C;
}

.incons_du_projet{
    background: #320a6bc7;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fontes 5s infinite;
    transition: 1s;
}

.autre_projet{
    margin-top: 25px;
}

.autre_titre{
    color: #9768d8;
    text-align: center;
}

@media screen and (max-width:668px) {
    .autre_projet_container{
        font-size: 12px;
        flex-direction: column;
    }
    .calculatrice_projet{
        width: 400px;
        margin-top: 35px;
    }
    .to_do_liste_projet{
        width: 400px;
        margin-top: 35px;
    }
    .quiz_js_projet{
        width: 400px;
        margin-top: 35px;
    }

    .autre_projet{
        gap: 25px;
    }

    .ac{
        position: absolute;
        transform: translateY(235px);
    }
    .ad{
        position: absolute;
        transform: translateY(200px);
    }
    .ab{
        position: absolute;
        transform: translateY(22px);
        z-index: 1;
    }
}