
@font-face {
    font-family: Bebas;
    src: url(fonts/BebasNeue-Regular.ttf);
}
  
@font-face {
    font-family: Lemon;
    src: url(fonts/LEMONMILK_Medium.otf);
    font-weight: normal;
    font-style: normal;
}

/*GENERALE*/
*
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

html
{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
  /* background-color: rgb(38, 40, 44);   */
    background-color: #202128;
}

/*NEW HERO*/
header
{
    background-color: #E6EDF8;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    
}

#hero
{
    width: 90%;
    height: 80vh;
   
    border-radius: 50px;
    background: linear-gradient(145deg, #cfd5df, #f6feff);
    box-shadow:  41px 41px 85px #afb4bc,
                 -41px -41px 85px #ffffff;

    color: #04203E;
}

.hero_nav
{
    position: relative;
    z-index: 6;
}

.hero_nav ul
{
    display: flex;
    justify-content: end;
    align-items: center;

    margin-top: 4.5vh;
    margin-right: 2vw;
    

}

.hero_nav li 
{
    margin-right: 1rem;
    margin-left: 1rem;
}


.hero_nav ul li a
{
    color: #04203E;;

    font-family: Lemon, Arial, Helvetica, sans-serif;
    font-size: clamp(0.7rem, 3vw , 2.2rem);
    transition: all .2s ease-in-out;
    
}

.hero_nav ul li a:hover
{
    transform: scale(1.02);
    color: rgba(0, 68, 255, 0.74);
}

@media all and (max-width : 900px)
{
    .hero_nav ul
    {
        display: flex;
        justify-content: center;
        align-items: center;
    
        margin-top: 4.5vh;
        margin-right: 0;
    }


    .hero_nav li 
    {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

@media all and (max-width : 400px)
{
    .hero_nav li 
    {
        margin-right: 0.2rem;
        margin-left: 0.2rem;
    }
}

.hero_content
{
    height: 80vh;
    width: 90%;
    position: absolute;
    top: 10vh;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-family: Lemon, Arial, Helvetica, sans-serif;
}


.hero_decoration
{
    height: 80vh;
    width: 90%;
    position: absolute;
    top: 10vh;
    z-index: 5; 
    display: flex;
    justify-content: center;
    align-items:flex-end;
    text-align: center;
}

.hero_shape
{
    background-color: #08c061d7;
    height: 30vh;


    border-radius: 500px 500px 10px 10px;

    background: #E6EDF8;
    box-shadow: inset 12px 12px 24px #a3a8b0,
                inset -12px -12px 24px #ffffff;
            
    width: clamp(10rem, 25vw , 25vw);


    /*pour le bouton*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_shape a 
{
    color: blue;
    padding: 1rem;
    border-radius: 1000rem;
    position: relative;
    z-index: 5;
    transition: all .2s ease-in-out;
    
    background-color: #3ca2d2 ;
    background: #40ade1;
    box-shadow:  7px 7px 14px #2e7ca060,
                 -7px -7px 14px #4ac9ff5d;
}

.hero_shape a:hover
{
    background: /*linear-gradient(145deg, #eaab37, #c5902e);*/ #c5902e;
    box-shadow:  7px 7px 14px #a67a275b,
                 -7px -7px 14px #ffc53f56;
}



.icone_fleche
{
    background-color: #E6EDF8;
    
    clip-path: polygon(0 45%, 30% 50%, 20% 0, 80% 0, 70% 50%, 100% 45%, 50% 100%);
    height: 30px;
    width: 30px;

    position: relative;
    z-index: 2;
}




/*nom*/

.nom
{
    font-size: clamp(1.2rem, 3vw , 2.2rem);
    background: -webkit-linear-gradient(45deg, rgb(0, 174, 255), rgb(76, 0, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.144) ;
}


.metier
{
    font-size: clamp(1.2rem, 4vw , 3.2rem);
}



.formation
{
    font-size: clamp(1.2rem, 4vw , 3.2rem);
}

.spacer_1
{
    aspect-ratio: 900/100;
    margin-top: -1px;
    width: 100%;
    background-image: url(images/wave-haikei.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



/*NAV*/

#fixed_nav ul 
{
    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    bottom: 0;
    z-index: 5;

    background-color: #161616c9;
    padding: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 50px 50px 0px 0px;

    left: 50%;
    transform: translateX(-50%);

    
}

#fixed_nav li 
{
    margin-right: 0.6rem;
    margin-left: 0.6rem;
}

#fixed_nav img 
{
    width: 3rem;
    transition: all .2s ease-in-out;
}

#fixed_nav img:hover
{
    transform: scale(1.2);
}

/*fiche perso*/

#fiche_perso h1
{
    text-align: center;
    color: #E6EDF8;
    font-family: Lemon, Arial, Helvetica, sans-serif;
    font-size: clamp(1.2rem, 4vw , 3.2rem);

    background: -webkit-linear-gradient(45deg, rgb(0, 174, 255), rgb(76, 0, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 2px 2px 5px rgba(122, 122, 122, 0) ;



    margin-bottom: 2rem;
}

.perso_cadre_exterieur
{
    margin: auto;
    width: 60vw;
    /*height: 80vh;*/
    min-height: ;
    border-radius: 32px;
    background: #202128;
    box-shadow: inset 20px 20px 43px #0f1013,
                inset -20px -20px 43px #31323d;


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media all and (max-width : 900px)
{
    .perso_cadre_exterieur
    {

        width: 90vw;
        /*height: 80vh;*/
    }
}


.perso_cadre_interieur
{
    
    background-color: #00a552;
    margin: 5vw;
    border-radius: 32px;

    background: #202128;
    box-shadow:  13px 13px 26px #15161a,
                 -13px -13px 26px #2b2c36;


    color: #E6EDF8;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.perso_decoration
{
    background-color: #00a552;
    background: #202128;
    box-shadow: inset 13px 13px 26px #15161a,
                inset -13px -13px 26px #2b2c36;
    /*height: 40vh;*/
    height: 100%;
    max-height: 400px;
    width: 40%;
    border-radius: 0px 0px 100px 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.perso_decoration figure
{
    /*margin: auto;*/
    width: 70%;
    background-color: #00a552;

    background: linear-gradient(145deg, #22232b, #1d1e24);
    box-shadow:  13px 13px 26px #15161a,
                 -13px -13px 26px #2b2c36;

    padding: 0.5rem;
    border-radius: 100rem;
    /*pour pas que ça touche les bords de la cartouche*/
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.perso_decoration figure img
{
    border-radius: 100rem;
    width: 100%;
}




.perso_cadre_interieur p 
{
    width: 50%;
}

@media all and (max-width : 900px)
{
    .perso_cadre_interieur p 
    {
        width: 80%;
    }

    .perso_cadre_interieur h2
    {
        font-size: 1.4rem;
    }


}

.perso_cadre_interieur ul li 
{
    font-size: clamp(1.2rem, 3vw , 2.2rem);
    font-family: Lemon, Arial, Helvetica, sans-serif;
    background: -webkit-linear-gradient(45deg, rgb(0, 174, 255), rgb(76, 0, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


    display: flex;
    justify-content: center;
    align-items: center;
}

.techno_couple
{
    display: flex;
    align-items: center;
}







.perso_cadre_interieur ul li img
{
    /*width: 3rem;*/
    width: 3vw;
    min-width: 30px;
    margin-left: 1rem;
    margin-right: 1rem; /*pour pas que le couple se colle*/
    margin-top: 0.2rem;

    transition: all .2s ease-in-out;
}


.perso_cadre_interieur ul li img:hover
{
    transform: scale(1.1);
    transform: rotate(10deg);
}










.spacer_2
{
    aspect-ratio: 900/100;
    margin-top: -1px;
    width: 100%;
    background-image: url(images/vague_3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


















/*SECTION EXP*/

#experiences
{
    /*background-color: rgb(245, 238, 198);*/
    
    /*background: #006f37;*/
    background: #E6EDF8;
    padding-top: 10vh;
    padding-bottom: 10vh;


    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;

    /*color: rgb(233, 255, 240);*/
    color: #04203E;
}

.experience_card
{
    /*background-color: rgb(0, 111, 55);
    box-shadow: 10px 10px 15px rgba(1, 58, 18, 0.466);*/

    /*box-shadow:  14px 14px 47px #00391c,
    -14px -14px 47px #00a552;*/
    box-shadow: /*inset*/ 12px 12px 24px #a3a8b0,
    /*inset*/ -12px -12px 24px #ffffff;

    width: 20%;
    min-width: 300px;
    /*padding: 0.5rem;*/
    padding: 1rem;
    border-radius: 20px;

    margin: 1rem;

    transition: all .2s ease-in-out;

    color: #04203e48;
    
}

.experience_card_header
{
    display: flex;
    flex-direction: column;
}

.experience_card_header h1
{
    /*background: #006f37;*/
    background-color: #E6EDF8;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 25px;

    box-shadow:  14px 14px 27px #a3a8b0 inset,
    -14px -14px 27px #ffffff inset;
    
    font-size: 5vw;
    /*color: #001f0fd3;*/
    /*color: #e4fff1d3;*/
    /*color: #04203e48;*/
}


.experience_card_header h2
{
    margin-left: 0;
    margin-top: 0.5rem;
   

    background: -webkit-linear-gradient(45deg, rgb(0, 174, 255), rgb(76, 0, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.144) ;
}

.experience_card_header h3
{
    color: #04203e;
}

.experience_card p 
{
    margin-top: 0.5rem;
    color: #04203e;
}


.experience_card:hover
{
    /*
    margin-top: -2rem;
    margin-bottom: 4rem;
    */
    transform: scale(1.02);
    color: rgba(0, 68, 255, 0.74);

}


@media all and (max-width : 900px)
{
    #experiences
    {
        flex-direction: column;
        align-items: center; /*changement d'axe principale et secondaire*/
        flex-wrap: nowrap;
    }

    .experience_card
    {
        width: 80%;
    }


    .experience_card_header
    {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .experience_card_header h2
    {
        margin-left: 1rem;
    }
    
    .experience_card_header h3
    {
        margin-left: 1rem;
    }
    
    .experience_card p 
    {
        margin-top: 0.5rem;
    }



    .experience_card:hover
    {
        
    }
}





.spacer_3
{
    aspect-ratio: 900/100;
    margin-top: -1px;
    width: 100%;
    background-image: url(images/vague_4.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}












/*projects*/
/*
#projects
{
    padding-top: 10vh;
    padding-bottom: 30vh;
    background-color: #6451bd;
}

.project_card
{

    background: linear-gradient(145deg, #5a49aa, #6b57ca);
    box-shadow:  27px 27px 54px #3b3070,
             -27px -27px 54px #8d72ff;

    width: 20%;
    padding: 1rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    



    margin-left: 20vw;
}

.project_card figure
{
    width: 80%;
}

.project_card figure img
{
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37) ;

}


.project_card_info
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 1.5rem;
    padding: 0.5rem;
    border-radius: 20px;
    width: 78%;

    background: #6451bd;
    box-shadow: inset 15px 15px 30px #43367f,
                inset -15px -15px 30px #856cfb;

    

}

*/



#travaux
{
    padding-top: 10vh;
    padding-bottom: 30vh;
    background: #202128;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}

.travaux_card
{
    width: 25%;
    min-width: 350px;
    margin-bottom: 5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}


@media all and (max-width : 900px)
{
    #travaux
    {
        flex-direction: column;
    }

    .travaux_card
    {
        width: 80%;
        margin-bottom: 5rem;

        min-width: none;
        margin-bottom: 5rem;
        margin-left: 0rem;
        margin-right: 0rem;
    }

    
}






.travaux_pit
{
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 20px;

    background: #202128;
    box-shadow: inset 15px 15px 30px #0f1013,
                inset -15px -15px 30px #31323d;
}


.travaux_card figure
{
    width: 80%;
    margin: auto;
}

.travaux_card figure img
{
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37) ;
    transition: all .2s ease-in-out;

}

.travaux_card figure img:hover
{
    transform: scale(1.08);
}

.travaux_card_info
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #E6EDF8;

    /*margin-top: 1.5rem;*/
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 20px;
    width: 100%;

    background: #202128;
    box-shadow: inset 15px 15px 30px #0f1013,
                inset -15px -15px 30px #31323d;
}

.travaux_card_info a 
{
    color: rgba(0, 68, 255, 0.74);
    text-shadow: 2px 2px 10px rgba(245, 245, 245, 0.11); 
    transition: all .2s ease-in-out;
}

.travaux_card_info a:hover
{
    color: orange;
}


.git_button
{
    background-color: #3ca2d2 ;
    background: /*linear-gradient(145deg, #40ade1, #3692bd);*/ #40ade1; /*les gradient ne permettent pas des transion smooth quand hover*/
    box-shadow:  7px 7px 14px #2e7ca060,
                 -7px -7px 14px #4ac9ff5d;
    box-shadow: ;
    padding: 1rem;
    border-radius: 100rem;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all .2s ease-in-out;

    z-index: 3;
    margin-top: -1rem;
    margin-bottom: -1rem;
}



.git_button:hover
{
    background: /*linear-gradient(145deg, #eaab37, #c5902e);*/ #c5902e;
    box-shadow:  7px 7px 14px #a67a275b,
                 -7px -7px 14px #ffc53f56;
}












.spacer_4
{
    aspect-ratio: 900/100;
    margin-top: -1px;
    width: 100%;
    background-image: url(images/vague_2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}












































/*contact*/
#contact
{
    background-color: #E6EDF8;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.contact_card
{
    background-color: #00a552;
    background: linear-gradient(145deg, #cfd5df, #f6feff);
    box-shadow:  41px 41px 85px #afb4bc,
                 -41px -41px 85px #ffffff;


    margin: auto;
    border-radius: 20px;
    width: 50vw;
    height: 30rem;
}

.contact_card_decoration
{
    background-color: #04203E;
    background: #E6EDF8;
    box-shadow: inset 12px -12px 24px #a3a8b0,
                inset -12px 12px 24px #ffffff;
    margin: auto;
    height: 13rem;
    width: 50%;
    border-radius: 0px 0px 20px 20px;


    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_card_decoration h1
{
    color: #04203e48;
    font-size: 3.4vw;
}


.contact_card_infos
{
    margin-top: 2rem;
    
    color: #0f1013;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.contact_card_infos h1 
{
    font-family: Lemon, Arial, Helvetica, sans-serif;
    background: -webkit-linear-gradient(45deg, rgb(0, 174, 255), rgb(76, 0, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-top: 1rem;

}


@media all and (max-width : 900px)
{
    .contact_card
    {
        width: 80vw;
        height: 30rem;
    }

    
    .contact_card_decoration
    {
        height: 40%;
        width: 50%;
        border-radius: 0px 0px 20px 20px;
    
    
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .contact_card_decoration h1
    {
        color: #04203e48;
        font-size: clamp(1.2rem, 4vw , 3.2rem);
    }
}