body{
    background-color: #E5E5E5;
    padding: 0;
    margin: 0;
}
#menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
    height: 80px;
    border-bottom: solid white 2px;
    position: fixed;
    z-index: 1;
    width: 100%;
      background-color: rgba(255, 255, 255, 0); /* 0 = transparent */
    transition: background-color 0.05s linear;
}

#menu ul{
    display: flex;
    justify-content: space-between;
    margin-right: 100px;
}
#menu ul li{
list-style: none;
margin-left: 50px;
}

#menu ul li a{
    text-decoration: none;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.txtmenu{
    color: rgba(255, 255, 255, 255);
  transition: color 0.05s linear;
}

#menu ul li a:hover{
    text-decoration: underline;
}

.homeimg img{
    height: 50px;
}

/*--------------------------*/

main{
    position: relative;
}
#video{
    height: 750px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.nom{
    position: absolute;
    top: 15%;
    left: 5%;
}
.nom h1{
    font-size: 96px;
    margin: 0;
    margin-bottom: 10px;
    color: white;
        font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: #00000068 2px 5px 7px;
}

.nom p{
    font-size: 28px;
    margin: 0;
    color: white;
            font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
        text-shadow: #00000068 2px 5px 7px;
}

main .portfolio{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .portfolio button{
    border: solid #009a1e;
    padding: 10px 50px 10px 50px;
    background-color: transparent;
        transition: all 0.2s ease;
}

main .portfolio button:hover{
    background-color: #009a1e;
    transition: all 0.5s ease;
}
main .portfolio button:hover a{
    color: white;
        transition: all 0.5s ease;
}

main .portfolio button a{
    font-size: 24px;
    text-decoration: none;
    color: #009a1e;
        font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}



.bio{
    background-color: #0C0C0C;
    padding-bottom: 150px;
}
.bio .ilm{
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 100px;
}

.bio .ilm h2{
    color: #009a1e;
    opacity: 20%;
    font-size: 48px;
    margin: 0px;
    padding: 0px;
            font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.bio .ilm p{
    color: #009a1e;
    opacity: 20%;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
            font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    
}

.bio .presentation{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bio .presentation .txtpres{
    width: 40%;
}

.bio .presentation .txtpres p{
    font-size: 24px;
    color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.bio .presentation .txtpres a{
    font-size: 24px;
    color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
.bio .presentation .txtpres a:hover{
 text-decoration: underline;
}

.bio .presentation .imgpres img{
    width: 400px;
    border-radius: 50px;
}


/*--------------------------*/


footer{
    height: 100px;
    background-color: #E5E5E5;
    padding-top: 20px;
}

footer .listefooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
            font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

footer .listefooter > li{
   width: 20%;
}

.contact{
    list-style: none;
}

.reseaux{
    list-style: none;
    padding: 0;
}

.reseaux li{
    width: 50%;
    margin-top: 5px;
}

.imgreseaux{
    display: flex;
    padding: 0;
    width: 100%;
    list-style: none;
}

.imgreseaux li img{
    width: 30px;
}