    /*
Theme Name: Portfolio Dev Fullstack
Author: David Mbougueng
Description: Thème custom pour portfolio développeur fullstack
Version: 1.0
*/


    /* Réglages Globaux */


    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: #FFFBFF;
    }

    h1,
    h2 {
        font-family: "Righteous";
    }



    h3 {
        font-family: "Revalia";
    }

    p,
    caption,
    li,
    blockquote {
        font-family: "Roboto";
        font-weight: 500;
    }

    /* Addition Chatgpt pour Scroll fluide et Navbar*/

    html {
        scroll-behavior: smooth;
    }


    /* Navigation style */

    #nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: fixed;

        background-color: #33023A;
        width: 50px;
        padding: 2%;
        margin: 0.2%;
        border-radius: 10px;
        box-shadow: 3px 3px 4px #352B36;
    }

    #nav img {
        width: 30px;
        height: 30px;
        margin: 0%;
        padding: 10%;
    }


    #nav button {
        width: fit-content;
        height: fit-content;
        border: none;
        color: aliceblue;
        margin: 20px 0 20px 0;
        background-color: #33023A;
    }

    #nav a {
        width: fit-content;
        height: fit-content;
        border: none;

        margin: 20px 0 20px 0;

    }


    #nav a :hover {

        width: 50px;
        height: 50px;
        border: 2px solid #FFF9EF;
        border-radius: 50%;
        background-color: #CF4CE0;
        box-shadow: 3px 3px 4px #352B36;

        transform: translateX(10px);
        cursor: pointer;
    }



    /* footer style */

    footer {
        background-color: #33023A;
        display: flex;
        color: #EFECE9;
        align-content: center;
        font-size: larger;
        justify-content: center;
        padding-bottom: 20px;
    }

    footer img {
        width: 25px;
        height: 25px;
    }

    .menu-footer1,
    .menu-footer2,
    .menu-footer3 {
        border-right: 2px solid;
        padding: 20px;
    }

    .menu-footer4 {
        padding: 20px;
    }


    footer li {
        padding-right: 10px;
        list-style: none;
        cursor: pointer;
    }

    footer li :hover {
        font-size: 101%;

    }

    footer a {
        text-decoration: none;
        color: #FFF9EF;
    }



    /* CONTENEUR GLOBAL */
    #Prezcomplet {
        width: 100%;
    }

    /* SECTION AVEC IMAGE DE FOND */
    #Prez {
        width: 100%;
        min-height: 500px;

        background-image: url("./assets/images/imageportfoliodev.jpg");

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    #cercleprez {
        position: relative;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        top: -150px;
        background-color: #33023A;

        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;

    }




    .portfoliotitre {
        color: #ffffff;
        font-size: 2.2rem;

        text-transform: uppercase;
        z-index: 1;
    }


    .idprez {
        position: absolute;
        left: 150px;
        bottom: 250px;
        color: white;
        font-size: 0.9rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        width: 30%;

    }

    .idprez p {
        font-family: "Revalia";
        font-size: 25px;
    }

    .quoteprez {
        position: absolute;
        right: 125px;
        bottom: 250px;

        max-width: 300px;
        color: white;
        font-size: 0.95rem;
        font-style: italic;
        text-align: right;
        font-size: 25px;
    }

    .quoteprez span {
        display: block;
        margin-top: 8px;
        font-size: 0.8rem;
        opacity: 0.7;
    }



    /* État visible */


    /* Boutons style */

    .seesend {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 150px;
        background-color: #FFF9EF;
        color: #2D2C2A;
        font-weight: bolder;
        border: 2px solid #352B36;
        border-radius: 10px;
        padding: 7px 2px 5px 7px;
        margin-top: 3%;
        text-decoration: none;
        cursor: pointer;
    }

    .seesend div {
        background-color: #352B36;
        color: #FFF9EF;
        width: fit-content;
        height: fit-content;
        font-weight: bolder;
        border-radius: 7px;
        padding: 3% 9% 3% 9%;
        margin-left: 10px;
    }




    /* Partie à propos*/

    #Groupapropos {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2%;
    }

    #Groupapropos p,
    h3 {
        width: 500px;
        padding-top: 2%;
        color: #33023A;
    }


    #Allpropos {
        display: flex;
        flex-direction: column;


    }


    #Boutonpropos {
        width: 170px;
    }

    /* Partie Skills*/

    .skills img {
        width: 40px;
        height: 40px;
        padding-right: 5%;
    }


    .skills {
        background-color: #352B36;
        display: flex;

        flex-direction: row;
        margin: 0.5%;
        padding: 0.5% 0.5% 0.5% 0.5%;
        width: fit-content;
        height: fit-content;
        transform: rotate(-1.8deg);
        overflow-x: hidden;
    }

    #skillpart2 {
        margin-left: 20%;

    }

    .skill {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #FFFBFF;
        margin: 2%;
        padding: 2%;
        width: 150px;
        height: fit-content;
        border-radius: 4%;
        box-shadow: 5px 2px 1px #CF4CE0;
        font-weight: 800;
        color: #33023A;

    }


    #skilllist {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10%;

    }

    #skilllist h2 {
        font-family: "Revalia";
        color: #33023A;
    }

    #titrecompétences {
        margin: 5% 40% 2% 0%
    }

    @keyframes slide-in {
        from {
            transform: translateX(-350%);
        }

        to {
            transform: translateX(200%);
        }
    }

    @keyframes slide-out {
        from {
            transform: translateX(200%);
        }

        to {
            transform: translateX(-350%);
        }
    }

    #skillpart1 div {
        animation: 7s linear 0s infinite alternate slide-in;

    }

    #skillpart2 div {
        animation: 7s linear 0s infinite alternate slide-out;

    }

    /* Partie projets*/



    #Projetun,
    #Projetunsuite {
        background-color: #352B36;
        color: #FFFBFF;

    }

    #Projettrois {
        background-color: #33023A;
        color: #FFFBFF;

    }


    #Projetdeux {
        background-color: #CF4CE0;
        color: #FFFBFF;
    }

    #Projetun img {
        width: 250px;
        height: 500px;
        border-radius: 2%;
        margin: 2%;
        transform: rotate(-2.5);
        border: #FFFBFF 2px solid;
    }



    #Projetdev {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    #Projetun,
    #Projetunsuite,
    #Projetdeux,
    #Projettrois {
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 90%;
        border-radius: 20px;
        margin: 2%;

    }

    #Allpart1,
    #Allpart2,
    #Allpart3,
    #Allpart4 {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 80%;
        justify-content: space-between;

    }





    /* Textes projets */


    .alltextepart {

        width: 500px;
        padding: 2% 0 2% 0;


    }

    #résumé,
    #techniques {
        color: #FFFBFF;
    }

    .texteproject {
        width: 400px;
        padding: 2% 0 2% 0;
    }

    #Projetdev h2 {
        font-size: 50px;
        color: #FFFBFF;
    }

    .Introprojet {
        display: flex;
        flex-direction: row;
        width: 80%;

        justify-content: space-between;
    }

    .Project {
        background-color: #CF4CE0;
        color: #FFFBFF;
        border-radius: 10px;
        width: fit-content;
        padding: 2%;
        margin: 2%;

    }


    #Project2 {
        background-color: #352B36;

    }

    .Projectnumber,
    .Projectnumber3 {
        color: #CF4CE0;
        width: fit-content;
        font-size: 50px;

    }

    .Projectnumber2 {
        color: #352B36;
        width: fit-content;
        font-size: 50px;
        padding: 1%;
        text-align: end;
    }

    .Projettitre {
        margin: 2%;
        padding-left: 10%;
        font-size: 50px;
        color: #33023A;
    }

    .titreportmarketing {
        color: #FFF9EF;
    }

    #titreappnote {
        color: #FFF9EF;
    }


    /* Slider projets Dev */



    .boutonxo,
    .boutonnote,
    .boutonmark {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 3%;
        width: 80%;

    }



    .boutonxo button,
    .boutonnote button,
    .boutonmark button {
        margin: 3%;
        width: 30px;
        height: 30px;
        background-color: #FFF9EF;
        border-radius: 50%;
        cursor: pointer;
    }



    .slides img {
        width: 70vh;

        border-radius: 10%;
        padding: 5%;
    }

    .slider {

        width: fit-content;
        margin-left: 5%;

    }



    .slides {
        display: flex;
        flex-direction: row;
        width: 70vh;
        margin: 0%;
        padding: 0%;

        overflow-x: hidden;

    }




    /* Projet UX */


    #Projetux {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #Uxpart1,
    #Uxpart2 {
        background-color: #352B36;
        color: #FFFBFF;
        width: 90%;
        border-radius: 20px;
        margin: 2%;
        padding: 2%;
    }

    #Uxpart1 {

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;

    }

    #Allbreakfirst,
    #Allunclej {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    #Breakfirsttexte,
    #Unclejtexte,
    #Parcoursclienttexte {
        width: 300px;
        padding: 2%;
        margin: 2%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;


    }

    .texte {
        padding-bottom: 5%;
    }

    #Parcoursclienttexte {
        width: 500px;
        text-align: justify;
        padding: 2%;
        margin: 2%;

    }


    #Uxpart1 img {
        width: 70%;
        height: auto;
        border-radius: 15px;
    }

    #Uxpart2 img {
        width: 50%;
        height: auto;
        border-radius: 15px;
    }


    #Projetux h2 {
        font-size: 40px;
    }


    #Axsolclient {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;

    }




    /* Partie Contact */



    #Form {
        display: flex;
        flex-direction: column;
        width: 550px;

    }

    #Form input {
        width: 250px;
        height: 30px;
        margin: 2%;

        border: 3px solid #33023A;


    }

    #Form textarea {
        height: 150px;
        border: 3px solid #33023A;
        margin: 2%;

    }


    #Form label {
        padding: 5%;

    }

    #Contact {
        margin: 10%;
    }

    #Contact h3 {
        margin: 1%;

    }

    #Contact a {
        margin-left: 2%;
    }

    #Partiecontact {
        display: flex;
        align-items: center;
    }

    #accrochecontact p {
        background-color: #33023A;
        color: #FFF9EF;
        width: 50%;
        padding: 2%;
        border-radius: 10px;
        text-align: center;
        box-shadow: 5px 2px 1px #CF4CE0;
    }

    #accrochecontact img {
        width: 20%;
        height: auto;

    }




    /*Game style */

    #mainxo {
        width: 100%;
        padding-left: 5%;

    }


    #Gamecadre {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: fit-content;

        border-radius: 20px;
        margin: 2%;
        padding: 2%;

        background-color: #CF4CE0;

    }


    #container {
        margin: 10%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 0px;

        width: 180px;
        height: 180px;

        padding: 5px;
        border-radius: 15px;
    }

    .bloc {
        display: flex;
        align-items: center;
        justify-content: center;

        border: 3px solid #33023A;
        font-size: 2rem;
        font-family: "Righteous";
        color: #FFF9EF;
        cursor: pointer;
    }

    #bloc2,
    #bloc4,
    #bloc6,
    #bloc8 {
        background-color: #33023A;
    }



    h1,
    h2 {
        color: #352B36;
    }



    .Introprojet {
        display: flex;
        flex-direction: row;
        width: 80%;

        justify-content: space-between;
    }


    .Projectnumber2 {
        margin: 2%;
        color: #352B36;
        width: fit-content;
        font-size: 50px;
        padding: 1%;
        text-align: end;
    }



    #Project2 {
        background-color: #352B36;
        color: #FFFBFF;
        border-radius: 10px;
        width: fit-content;
        padding: 2%;
        margin: 2%;
    }

    .Projettitre {
        margin: 2%;

        font-size: 50px;
        color: #33023A;
    }


    /* APP style*/

    #mainapp {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        background-color: #352B36;
        border-radius: 15px;
        margin-left: 5%;
    }

    #Appcadre {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 800px;
        height: fit-content;
        padding: 5%;
    }

    #titreapp {
        color: #FFF9EF;
    }

    #Notecorps h1 {
        color: #352B36;
    }



    #Note {
        display: flex;
        flex-direction: row;

        align-items: end;
        background-color: #E3DDD6;
        color: #352B36;
        padding: 2%;
        margin: 2%;

        border-radius: 10px;
    }

    #Notetitre {

        width: 450px;
        height: fit-content;
        border-bottom: 2px solid black;
    }

    #Elementhtml {
        display: flex;
        flex-direction: column;
        height: 300px;
        border-radius: 2px;
        margin: 2%;

        justify-content: space-around;

    }



    #Notecorps {

        width: 450px;
        height: 300px;
        border: 2px solid #2D2C2A;
        border-radius: 10px;
        margin-top: 2%;
    }


    /* Main boutons*/



    #saveanddisplay {

        display: flex;
        justify-content: left;
        align-items: center;
        padding: 5%;

    }

    #saveanddisplay button {

        background-color: #2D2C2A;
        color: #FFF9EF;

        font-weight: bold;
        border-radius: 7%;
        width: 100px;
        height: fit-content;
        cursor: pointer;
        margin: 2%;
    }

    #Elementhtml button {
        background-color: #2D2C2A;
        color: #FFF9EF;
        padding: 1%;
        font-weight: bold;
        border-radius: 7%;
        width: 100px;
        height: fit-content;
        cursor: pointer;

    }

    #savebutton {


        display: none;
    }


    .Projectnumber22 {
        margin: 2%;
        color: #CF4CE0;
        width: fit-content;
        font-size: 50px;
        padding: 1%;
        text-align: end;
    }



    #Project22 {
        background-color: #CF4CE0;
        color: #FFFBFF;
        border-radius: 10px;
        width: fit-content;
        padding: 2%;
        margin: 2%;
    }


    @media (max-width: 1000px) {



        /* Navigation style */

        #nav {

            width: 30px;

            margin: 0.2%;

        }

        #nav img {
            width: 25px;
            height: 25px;

        }


        #nav a {
            margin: 7% 0 7% 0;

        }



        /* footer style */

        footer {

            font-size: 0.5rem;
            padding-bottom: 0%;
            margin: 0%;
        }

        footer img {
            width: 10%;
            height: auto;
        }

        .menu-footer1,
        .menu-footer2,
        .menu-footer3 {
            border-right: 2px solid;
            padding: 3%;
        }

        .menu-footer4 {
            padding: 3%;
        }

        

        footer li :hover {
            font-size: 101%;

        }



        /*font size All */
        h2 {
            font-size: 1rem;
        }

        h3 {
            font-size: 1rem;
        }

        p {
            font-size: 0.5rem;
        }



        #Allpart1,
        #Allpart2,
        #Allpart3,
        #Allpart4 {

            flex-direction: column;

        }


        /*Part1*/
        #Prez {
            width: 100%;
            min-height: 5%;

        }

        #cercleprez {

            width: 30vh;
            height: 30vh;
            top: -70px;

        }


        .portfoliotitre {
            
            font-size: 1.25rem;
            text-transform: uppercase;
            z-index: 1;
        }


        .idprez {
            position: absolute;
            left: 12%;
            bottom: 68%;
            background-color: #2d2c2a7a;

        }

        .idprez p {
            font-family: "Revalia";
            font-size: 0.7rem;
            max-width: 250px;
        }

        .quoteprez {
            position: absolute;
            right: 7%;
            bottom: 68%;
            max-width: 250px;
            font-size: 0.7rem;
            background-color: #2d2c2a7a;
        }

  

        /* Boutons style */

        .seesend {
            width: 70px;
            font-weight: bolder;
            font-size: 30%;

        }

        .seesend div {
            font-weight: bolder;
            border-radius: 3px;
            padding: 3% 7% 3% 7%;
            margin-left: 7%;
        }


        /* Partie à propos*/

        #Groupapropos {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80%;
        }

        #Groupapropos p,
        h3 {
            width: 70%;
            font-size: 0.5rem;
        }

        #Allpropos {

            align-items: center;
            justify-content: left;
        }

        #Boutonpropos {
            width: 70px;
            font-weight: bolder;
            font-size: 30%;
            margin-right: 50%;
        }


        /* Partie Skills*/

        .skills img {
            width: 20px;
            height: auto;
            padding-right: 3%;
        }

        .skill {
            width: 80px;
        }

        .skills {
            max-width: fit-content;
            width: 250px;
            font-size: 70%;

        }

        #skillpart1 div {
            animation: none;
        }

        #skillpart2 div {
            animation: none;

        }

        #Partiecompétences {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }


        /* Partie projets*/

  
        #Projetun,
        #Projetunsuite,
        #Projetdeux,
        #Projettrois {

            width: 90%;
              margin: 2%;
        }

        #Allpart1,
        #Allpart2,
        #Allpart3,
        #Allpart4 {

            width: 80%;
            justify-content: center;
            text-align: justify;
        }



        /* Textes projets */


        .Projettitre {
            font-size: 1.5rem;
        }

        #Projetdev h2 {
            font-size: 1.5rem;

        }


        .alltextepart {
            width: 90%;
            padding: 2% 0 2% 0;
            justify-content: center;
            align-content: center;

        }


        .texteproject {
            width: 90%;
            padding: 2% 0 2% 0;
        }


        .Introprojet {

            width: 80%;
            justify-content: space-between;
            margin: 2%;
        }


        .Projectnumber,
        .Projectnumber3 {

            font-size: 1.5rem;

        }

        .Projectnumber2 {

            font-size: 1.5rem;
        }


        /* Slider projets Dev */


        .boutonxo button,
        .boutonnote button,
        .boutonmark button {
            margin: 0%;
            cursor: none;
            display: none;
        }

        .slides img {
            width: 50%;
            padding: 1%;

        }

        .slider {

            width: 100%;
            margin-left: 0%;

        }


        .slides {
            display: flex;
            flex-direction: row;
            width: 90%;
            overflow-x: none;
        }


        /* Projet UX */


        #Projetux {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        #Uxpart1,
        #Uxpart2 {
            background-color: #352B36;
            color: #FFFBFF;
            width: 90%;
            border-radius: 20px;
            margin: 2%;
            padding: 2%;
        }

        #Uxpart1 {

            flex-direction: column;
        }




        #Breakfirsttexte,
        #Unclejtexte,
        #Parcoursclienttexte {
            width: 150px;
            padding: 2%;
            margin: 2%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;


        }

        .texte {
            padding-bottom: 5%;
        }

        #Parcoursclienttexte {
            width: 500px;
            text-align: justify;
            padding: 2%;
            margin: 2%;

        }


        #Uxpart1 img {
            width: 50%;
            height: auto;

        }

        #Uxpart2 img {
            width: 50%;
            height: auto;

        }



        /* Partie Contact */



        #Form {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90%;

        }

        #Form input {
            width: 70%;
            height: 20%;
            margin: 2%;
        }

        #Form textarea {
            height: 100px;
            

        }


        #Form label {
            padding: 0%;

        }

        #Contact {
            margin: 10%;
        }

        #Contact h3 {
            margin: 1%;

        }

        #Contact a {
            margin-left: 0%;
        }

        #Partiecontact {

            align-items: center;
            justify-content: center;
        }

        #accrochecontact p {
           
            width: 70%;
            padding: 2%;
           
        }

        #accrochecontact img {
            width: 20%;
            height: auto;

        }
/*APP */

 #mainapp {
      
        width: 90%;
      
        border-radius: 15px;
        margin-left: 5%;
        padding-bottom: 10%;
        margin-bottom: 15%;
        margin-top: 15%;

    }

    #Appcadre {
        width: 90%;
       
        padding: 3%;

    }

   

    #Notetitre {

        width: 70%;
        height: fit-content;
    
    }



    #Notecorps {

        width: 90%;
      ;
      
    }


    /* Main boutons*/

  

    #Elementhtml button {
        
        font-size: 70%;
        margin: 0%;
       
    }

    


    .Projectnumber22 {
        
        font-size: 1rem;
        
    }



#titreapp {
        font-size: 1.5rem;
    }


/*XO */

#Gamecadre {
       margin-top: 15%;
        margin-bottom: 20%;


    }
    }
