@import url(reset.css);
@import url(modale.css);

:root {
    --primary-color: #F2D1AD;
    --second-color: #D68B43;
    --accent-color: #272B2F;
    --font-title: 'Krona';
    --font-use: 'Anybody';
    --font-use-italic: 'Anybody-italic';
    --font-use-light: 'Anybody-light';
}

@font-face {
    font-family: "Krona";
    src: url(ressources/Font/KronaOne-Regular.ttf);
}

@font-face {
    font-family: "Anybody";
    src: url(ressources/Font/Anybody-Regular.ttf);
}

@font-face {
    font-family: "Anybody-italic";
    src: url(ressources/Font/Anybody-LightItalic.ttf);
}

@font-face {
    font-family: "Anybody-light";
    src: url(ressources/Font/Anybody-Light.ttf);
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: var(--accent-color);
    font-family: var(--font-use-italic);
}

body {
    background-color: var(--primary-color);
    padding: 10px 10px;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
}

/* ------------------------- header*/
#fleche {
    background-color: var(--second-color);
    position: fixed;
    bottom: 20px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

#fleche img {

    width: 25px;
}

.burger_menu {
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
}

.burger {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}


.bar {
    display: flex;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: var(--accent-color);
}

.croix {
    display: none;
    border-radius: 5px;
    background-color: var(--accent-color);
    height: 5px;
    width: 100%;
}

#croix1 {
    position: relative;
    top: 14px;
    rotate: -45deg;
}

#croix2 {
    position: relative;
    top: -11px;
    rotate: 45deg;
}

.logo {
    position: absolute;
    left: 15px;
    width: 200px;
}

.header_burger {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 75px;

}

.container_nav {
    display: none;
    width: 100%;
    height: 225px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(10px);
    border-radius: 7px;
    background: linear-gradient(135deg, rgba(242, 209, 173, 0.1), rgba(242, 209, 173, 0));
    border: 1px solid rgba(242, 209, 173, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

}


.link_container {
    display: flex;
    flex-direction: column;
    height: 75%;
    width: 75%;
    justify-content: space-between;
    align-items: center;
}

.link_nav {
    color: var(--accent-color);
    font-family: var(--font-title);
    font-size: 15px;
    width: 100%;
    height: 20;
    text-align: center;
}

/* ------------------------- MAIN */
.intro {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc_version {
    display: none;
}

#pc_version {
    display: none;
    margin: 0;
    width: 150px;
    height: 25px;
}

.titre_intro {
    font-family: var(--font-title);
    font-size: 20px;
    text-align: center;
    color: var(--accent-color);
}

.qjs_container {
    display: flex;
    height: 250px;
    width: 100%;
    justify-content: space-around;
    align-content: space-between;
}

.petit_qjs_container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 45%;
}

.petit_qjs_container_pc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 45%;
}

.contenue_gras {
    font-family: var(--font-use);

}

.text_petit {
    font-family: var(--font-use-light);
    font-size: small;
    text-align: justify;
    max-width: 300px;
}

.titre_section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-title);
    border-radius: 5px;
    background-color: var(--second-color);
    color: var(--primary-color);
    margin: 20px 0 20px 0;
    height: 25px;
}

#titre_qjs {
    margin: 0;
    width: 150px;
    height: 25px;
}

#photo_profil {
    max-width: 70%;
}

/* ------------------------- qui je suis */

/* ------------------------- competence*/

#titre_competence {
    width: 200px;
    height: 25px;
}

.grand_container {
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: space-around;
}

.petit_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 150px;
}

.competence {
    height: 200px;
}

/* ------------------------- competence*/

/* ------------------------- centre d'intéret*/

#titre_ci {
    width: 200px;
    height: 25px;
}

/* ------------------------- centre d'intéret*/

/* ------------------------- Parcours*/

#titre_parcours {
    width: 325px;
    height: 25px;
}

.text_italic {
    font-family: var(--font-use-italic);
    font-size: small;
}

.grand_container_parcours {
    display: flex;
    flex-direction: column;
    width: 325px;
    height: 300px;
    justify-content: space-around;
}

.parcours {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#dates {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-between;
    text-align: right;
}

#tracer {
    display: flex;
    flex-direction: column;
    width: 5px;
    height: 220px;
    background-color: #D68B43;
    justify-content: space-between;
    align-items: center;
}

.bulle {
    height: 25px;
    width: 25px;
    border-radius: 15px;
    background-color: var(--second-color);
}

.info_size {
    width: 200px;
}

#variante {
    height: 400px;
}

#info {
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: space-between;
}

#infor_pro {
    display: flex;
    flex-direction: column;
    height: 298px;
    justify-content: space-between;
    margin: 0px 0px 0px 20px;
}

#dates_pro {
    display: flex;
    flex-direction: column;
    height: 290px;
    justify-content: space-between;
    text-align: right;
    margin-right: 20px;
}

#tracer_pro {
    display: flex;
    flex-direction: column;
    width: 5px;
    height: 300px;
    background-color: #D68B43;
    justify-content: space-between;
    align-items: center;
}

/* ------------------REALISATION */
/* ------------------creation perso */

#variante_2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#titre_realisation {
    width: 60%;
    height: 25px;
}

.container_realisation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: 10px 0;
}

.container_realisation_pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: 10px 0;
}

.image_creation {
    max-height: 140px;
    margin: 10px 0px;
}

/* realisation pro */

#link_sevy {
    text-decoration: underline;
}

.image_sevy {
    max-width: 300px;
    max-height: 150px;
    margin: 10px 0px;
}

.image_paysage {
    max-width: 300px;
    margin: 10px 0;
}

#okoriri {
    width: 300px;
    margin: 0px 10px 10px 0;
}

/* contact */

#titre_contact {
    width: 150px;
}

.container_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#form {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: fit-content;
    font-family: var(--font-title);
    font-size: 10px;
}

.input_form {
    height: 50px;
    margin: 10px 0;
    background-color: var(--second-color);
    border-radius: 5px;
    padding: 10px;
}

#message {
    height: 200px;
    margin: 10px 0;
    background-color: var(--second-color);
    border-radius: 5px;
    padding: 10px;
}

#message:hover {
    background-color: var(--primary-color);
    border: solid 1px;
    border-color: var(--accent-color);
    transition: ease-in 0.1s;

}

.input_form:hover {
    background-color: var(--primary-color);
    border: solid 1px;
    border-color: var(--accent-color);
    transition: ease-in 0.1s;
}

#btn_envoie {
    width: 125px;
    height: 25px;
    background-color: var(--primary-color);
    border: solid 1px;
    border-color: var(--accent-color);
    border-radius: 3px;
}

#btn_envoie:hover {
    background-color: var(--second-color);
    border: none;
}

/* footer */

#footer {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 25px 0 0 0;
}

#ul_footer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#nav_footer {
    height: 125px;
}

.li_footer {
    text-align: center;
    width: 120px;
    height: 35px;
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    background-color: var(--second-color);
    border-radius: 4px;
    font-weight: bold;
}

.li_footer:hover {
    color: var(--accent-color);
    background-color: var(--primary-color);
    border: solid 2px var(--accent-color);

}

#copyright {
    margin: 5px 0;
}


@media only screen and (min-width: 1000px) {

    /* ROOT - regle general */


    .contenue_gras {
        font-size: 22px;
        max-width: 450px;
    }

    .text_petit {
        font-size: 18px;
        max-width: 450px;
        line-height: 25px;
    }

    /* HEADER */

    .header_burger {
        height: 100px;
        justify-content: center;
    }

    .logo {
        width: 250px;
        left: 45px;
    }

    /* QUI JE SUIS */
    .intro {
        height: 150px;
    }

    #mobile_version {
        display: none;
    }

    .pc_version {
        display: block;
    }

    .qjs_container {
        justify-content: space-evenly;
    }

    .petit_qjs_container_pc {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 45%;
    }

    .petit_qjs_container {
        width: 40%;
        flex-direction: row;
    }

    /* COMPETENCE */

    .competence {
        height: 300px;
    }

    .petit_container {
        width: 250px;
    }

    .grand_container {
        justify-content: space-evenly;
    }



    /* HEADER */

    .header_burger {
        height: 100px;
        justify-content: center;
    }

    .logo {
        width: 250px;
        left: 45px;
    }

    /* QUI JE SUIS */
    .intro {
        height: 150px;
    }

    #mobile_version {
        display: none;
    }

    #pc_version {
        display: flex;
    }

    .pc_version {
        display: block;
    }

    .qjs_container {
        justify-content: space-evenly;
    }

    .petit_qjs_container {
        width: 70%;
    }

    /* COMPETENCE */

    .competence {
        height: 300px;
    }

    .petit_container {
        width: 250px;
    }

    .grand_container {
        justify-content: space-evenly;
        width: 80%;
    }

    #icon_logiciel {
        width: 75px;
    }

    /* parcours */

    .parcours {
        width: 70%;
        justify-content: space-between;
    }

    .info_size {
        width: 281px;
    }

    .grand_container_parcours {
        width: 70%;
        height: 300px;
        justify-content: space-around;
        align-items: center;
    }

    /* realisation */
    #titre_realisation {
        width: 250px;
        height: 25px;
    }

    .container_realisation {
        max-width: 50%;
    }

    .container_realisation_pro {
        max-width: 50%;
        justify-content: center;
    }


    .image_sevy {
        max-width: 500px;
        max-height: 200px;
        margin: 10px 10px;
    }

    .image_paysage {
        max-width: 500px;
        margin: 10px 10px;
        max-height: 200px;
    }

    .li_footer {
        text-align: center;
        width: 250px;
        height: 70px;
        margin: 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
        background-color: var(--second-color);
        border-radius: 4px;
        font-weight: bold;
    }


    #footer {
        width: 100%;
        height: 300PX;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 25px 0 0 0;
    }
}