@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

*{margin: 0; padding: 0;}

body{
    width: 100%;
    height: 100%;
    background-color: #0a0a0a;
    font-family: 'Poppins', cursive;
    overflow-x: hidden;
}
.boxes{
    animation: 2s ease-in-out;
}

.name {
    margin-left: 50px;
    width: 50%;
}

.logo{
    height: 50px;
    width: 50px;
}

/*NAV*/
nav a {
    text-decoration: none;
}
nav a:hover h1{
    transition: 0.5s;
    color: #cf3b00;
}
.myname {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}
.myname h1{
    color: transparent;
    -webkit-text-stroke: 1px #cf3b00;
    font-size: 50px;
    letter-spacing: -10px;
    margin-top: -5px;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 160px; /* Set the width of the sidebar */
    font-weight: 500;
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: white; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}


/* The navigation menu links */
.sidenav ul{
    position: absolute;
    bottom: 20px;
}
.sidenav li a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #cf3b00 ;
    margin-top: -5px;
    margin-left: 5px;
    display: block;
    bottom: 500px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #cf3b00;
    transition: 0.5s;
}

/* Style page content */
.main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0 10px;
}

.sidenav h1{

}
/*END NAV*/

nav li {
    list-style-type: none;

}

li a{
    text-decoration: none;
}


                       /* Section projets */

/*Debut projet 1 Werewolfed*/
h3{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.colorbox1{
    position: absolute;
    margin:100px 100px 100px 250px;
    width: 35vw;
    height: 35vw;
    background-image: repeating-linear-gradient( #419693, #83fffa);
}

.wbox1{
    position: absolute;
    margin: 130px 100px 100px 280px;
    width: 35vw;
    height: 35vw;
    z-index: 4;
    background-color: #ffff;
    box-shadow: -5px -5px 10px 0 rgba(0,0,0, 0.3);
    transition: 0.4s ease-in-out;
}


.wbox1:hover{
    transform: translateX(-30px) translateY(-30px);
}

a .werewolfed{
    margin-top: 10px;
    right: 100px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #83fffa ;
    font-size: 10vw;
    font-weight: bold;
    text-decoration: none;
}

a .werewolfed:hover{
    transition: 0.4s;
}
a .werewolfed:before{
    content: "Werewolfed";
    position: absolute;
    transition: 0.4s;
}

a .werewolfed:hover:before{
    color: #ffff;
    z-index: 2;
    -webkit-text-stroke: 1px #ffff;
    transform: translate(8px, -8px);
}

/*Fin projet 1 Werewolfed*/

/*Debut projet 2 Feed'em*/
.project2{
    margin-top: 800px;
}
h3{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.colorbox2{
    position: absolute;
    right:0;
    margin:100px;
    width: 35vw;
    height: 35vw;
    background-image: repeating-linear-gradient( #63ffd5, #51cc8b);
}

.wbox2{
    position: absolute;
    right:0;
    margin: 130px 130px 100px 100px;
    width: 35vw;
    height: 35vw;
    z-index: 4;
    background-color: #ffff;
    box-shadow: 5px -5px 10px 0 rgba(0,0,0, 0.3);
    transition: 0.4s ease-in-out;
}


.wbox2:hover{
    transform: translateX(30px) translateY(-30px);
}

a .feedem{
    margin-top: 10px;
    left: 250px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #51cc8b ;
    font-size: 10vw;
    font-weight: bold;
    text-decoration: none;
}

a .feedem:hover{
    transition: 0.4s;
}
a .feedem:before{
    content: "Feed'em";
    position: absolute;
    transition: 0.4s;
}

a .feedem:hover:before{
    color: #ffff;
    z-index: 2;
    -webkit-text-stroke: 1px #ffff;
    transform: translate(8px, -8px);
}
/*Fin projet 2 Feed'em*/

/*Début projet 3 LARD*/
.boxes{
    text-align: center;
}
.project3{
    margin-top: 1600px;
}
h3{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.colorbox3{
    position: absolute;
    margin:100px 100px 100px 250px;
    width: 35vw;
    height: 35vw;
    background-image: repeating-linear-gradient(-45deg, #174627, #65EB94);
}

.wbox3{
    position: absolute;
    margin: 130px 100px 100px 280px;
    width: 35vw;
    height: 35vw;
    z-index: 4;
    background-color: #ffff;
    box-shadow: -5px -5px 10px 0 rgba(0,0,0, 0.3);
    transition: 0.4s ease-in-out;
}


.wbox3:hover{
    transform: translateX(-30px) translateY(-30px);
}

a .lard{
    margin-top: 10px;
    right: 120px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #65EA94 ;
    font-size: 10vw;
    font-weight: bold;

    text-decoration: none;
}

a .lard:hover{
    transition: 0.4s;
}
a .lard:before{
    content: "L . A . R . D .";
    position: absolute;
    transition: 0.4s;
}

a .lard:hover:before{
    color: #ffff;
    z-index: 2;
    -webkit-text-stroke: 1px #ffff;
    transform: translate(8px, -8px);
}
/*Fin projet 3 LARD*/

/*Debut projet 4 eduto*/
.project4{
    margin-top: 2400px;
}
h3{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.colorbox4{
    position: absolute;
    right:0;
    margin:100px;
    width: 35vw;
    height: 35vw;
    background-image: repeating-linear-gradient(-135deg, #665799, #1F1B37);
}

.wbox4{
    position: absolute;
    right:0;
    margin: 130px 130px 100px 100px;
    width: 35vw;
    height: 35vw;
    z-index: 4;
    background-color: #ffff;
    box-shadow: 5px -5px 10px 0 rgba(0,0,0, 0.3);
    transition: 0.4s ease-in-out;
}


.wbox4:hover{
    transform: translateX(30px) translateY(-30px);
}

a .eduto{
    margin-top: 10px;
    left: 380px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #665799 ;
    font-size: 10vw;
    font-weight: bold;

    text-decoration: none;
}

a .eduto:hover{
    transition: 0.4s;
}
a .eduto:before{
    content: "eduto";
    position: absolute;
    transition: 0.4s;
}

a .eduto:hover:before{
    color: #ffff;
    z-index: 2;
    -webkit-text-stroke: 1px #ffff;
    transform: translate(8px, -8px);
}


/*Fin projet 4 eduto*/

/*Début projet 5 Campus Car*/
.project5{
    margin-top: 3200px;
}
h3{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.colorbox5{
    position: absolute;
    margin:100px 100px 100px 250px;
    width: 35vw;
    height: 35vw;
    background-image: repeating-linear-gradient( #3E24EE, #61FFB5);
}

.wbox5{
    position: absolute;
    margin: 130px 100px 100px 280px;
    width: 35vw;
    height: 35vw;
    z-index: 4;
    background-color: #ffff;
    box-shadow: -5px -5px 10px 0 rgba(0,0,0, 0.3);
    transition: 0.4s ease-in-out;
}


.wbox5:hover{
    transform: translateX(-30px) translateY(-30px);
}

a .campuscar{
    margin-top: 10px;
    right: 100px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #61FFB5 ;
    font-size: 10vw;
    font-weight: bold;

    text-decoration: none;
}

a .campuscar:hover{
    transition: 0.4s;
}
a .campuscar:before{
    content: "Campus Car";
    position: absolute;
    transition: 0.4s;
}

a .campuscar:hover:before{
    color: #ffff;
    z-index: 2;
    -webkit-text-stroke: 1px #ffff;
    transform: translate(8px, -8px);
}
/*Fin projet 5 Campus Car*/

/*Debut projet 6 Pochettes*/
.project6{
    margin-top: 4000px;
}
h3{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.colorbox6{
    position: absolute;
    right:0;
    margin:100px;
    width: 35vw;
    height: 35vw;
    background-image: repeating-linear-gradient(360deg, #d95050, #f9ff59);
}

.wbox6{
    position: absolute;
    right:0;
    margin: 130px 130px 100px 100px;
    width: 35vw;
    height: 35vw;
    z-index: 4;
    background-color: #ffff;
    box-shadow: 5px -5px 10px 0 rgba(0,0,0, 0.3);
    transition: 0.4s ease-in-out;
}


.wbox6:hover{
    transform: translateX(30px) translateY(-30px);
}

a .pochettes{
    margin-top: 10px;
    left: 250px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #d95050 ;
    font-size: 10vw;
    font-weight: bold;
    text-decoration: none;
}

a .pochettes:hover{
    transition: 0.4s;
}
a .pochettes:before{
    content: "Pochettes";
    position: absolute;
    transition: 0.4s;
}

a .pochettes:hover:before{
    color: #ffff;
    z-index: 2;
    -webkit-text-stroke: 1px #ffff;
    transform: translate(8px, -8px);
}

.wbox6>.alrow>.alcol>img{
    width: 12vw;
    height: 12vw;
    padding: 2vw;
}

.alrow{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.alcol{
    display: flex;
    flex-direction: column;

}
/*Fin projet 6 Pochettes*/

/* Images */
.boxes img{
    height: auto;
    width: 30vw;
}
.wbox1 img{
    margin-top: 3vw;
    width:25vw;
}
.wbox2 img{
    margin-top: 5vw;
}
.wbox3 img{
    margin-top: 2vw;
}
.wbox4 img{
    margin-top: 5vw;
}
.wbox5 img{
    width: auto;
    height: 28vw;
    margin-top: 2vw;
}
/* fin images*/

/* Fin section projets */


/* Début section a propos */


.nametitle1{
    padding-top: 40px;
    margin-left: 250px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #cf3b00 ;
    font-size: 7vw;
    font-weight: bold;
    text-decoration: none;
}
.nametitle2{
    padding-top: 40px;
    margin-left: 255px;
    margin-top: 0;
    text-align: center;
    position: absolute;
    color: #ffff;
    font-size: 7vw;
    font-weight: bold;
    text-decoration: none;
}
#presentation{
    color: #ffff;
    position: absolute;
    margin: 200px 100px 0 260px;
    font-size: 1.25em;
    line-height: 1.5;
}
.competences{
    display: flex;
    flex-direction: row;
    margin-left: 200px;
}
.column{
    margin: 325px 40px 0 40px;
    color: #ffff;

}
.column2{
    margin-top: 10px;
    margin-left: 15px;
}
.column>h3{
    color: #cf3b00;
    font-size: 2em;

}
.column2 h4{
    color: #cf3b00;
}



/* Fin section a propos */


/* Debut section contact */
.myinfo{
    display: flex;
    flex-direction: column;
    color: #cf3b00;
    position: absolute;
    margin: 225px;
    right: 10px;
    text-align: center;
    line-height: 2.25;
    font-size: 25px;
}

form {
    max-width:420px;
    position: absolute;
    margin:15vw 20vw 0vw 20vw;

}

.feedback-input {
    color:white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border:2px solid #eb7749;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width:100%;
    box-sizing: border-box;
    outline:0;
}

.feedback-input:focus { border:2px solid #cf3b00; }

textarea {
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

[type="submit"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background:#eb7749;
    border-radius:5px;
    border:0;
    cursor:pointer;
    color:white;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}
[type="submit"]:hover { background:#cf3b00; }

.nametitle1{
    padding-top: 40px;
    margin-left: 295px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #cf3b00 ;
    font-size: 7vw;
    font-weight: bold;
    text-decoration: none;
}
.nametitle2{
    padding-top: 40px;
    margin-left: 300px;
    margin-top: 0;
    text-align: center;
    position: absolute;
    color: #ffff;
    font-size: 7vw;
    font-weight: bold;
    text-decoration: none;
}

/* Fin section contact */



/*INTRODUCTION */

/*intro werewolfed*/
.project1 p{
    color: #ffff;
    position: absolute;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 15vw 10vw 0 60vw;
    line-height: 1.5;
}
.project1 em{
    margin-top: 10px;
    color: #83fffa;
    font-style: normal;
}

.project1 p a{
    color: transparent;
    -webkit-text-stroke: 1px #83fffa;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}
.project1 p a:hover{
    color: #83fffa;
    transition: 0.4s;
}
/*fin intro werewolfed*/

/*intro feedem*/
.project2 p{
    color: #ffff;
    position: absolute;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 15vw 50vw 0 20vw;
    line-height: 1.5;
}
.project2 em{
    margin-top: 10px;
    color: #51cc8b;
    font-style: normal;
}

.project2 p a{
    color: transparent;
    -webkit-text-stroke: 1px #51cc8b;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}
.project2 p a:hover{
    color: #51cc8b;
    transition: 0.4s;
}
/*fin intro feedem*/

/*intro lard*/
.project3 p{
    color: #ffff;
    position: absolute;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 15vw 10vw 0 60vw;
    line-height: 1.5;
}
.project3 em{
    margin-top: 10px;
    color: #65EB94;
    font-style: normal;
}

.project3 p a{
    color: transparent;
    -webkit-text-stroke: 1px #65EB94;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}
.project3 p a:hover{
    color:  #65EB94;
    transition: 0.4s;
}
/*fin intro lard*/

/*intro eduto*/
.project4 p{
    color: #ffff;
    position: absolute;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 15vw 50vw 0 20vw;
    line-height: 1.5;
}
.project4 em{
    margin-top: 10px;
    color: #665799;
    font-style: normal;
}

.project4 p a{
    color: transparent;
    -webkit-text-stroke: 1px #665799;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}
.project4 p a:hover{
    color: #665799;
    transition: 0.4s;
}
/*fin intro edtuo*/

/*intro campus car*/
.project5 p{
    color: #ffff;
    position: absolute;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 15vw 10vw 0 60vw;
    line-height: 1.5;
}
.project5 em{
    margin-top: 10px;
    color: #3E24EE;
    font-style: normal;
}

.project5 p a{
    color: transparent;
    -webkit-text-stroke: 1px #3E24EE;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}
.project5 p a:hover{
    color: #3E24EE;
    transition: 0.4s;
}
/*fin intro campus car*/

/*intro pochette*/
.project6 p{
    color: #ffff;
    position: absolute;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin: 15vw 50vw 0 20vw;
    line-height: 1.5;
}
.project6 em{
    margin-top: 10px;
    color: #d95050;
    font-style: normal;
}

.project6 p a{
    color: transparent;
    -webkit-text-stroke: 1px #d95050;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
}
.project6 p a:hover{
    color:  #d95050;
    transition: 0.4s;
}
/*fin intro pochette*/


/*fin INTRODUCTION */

































