@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

*{
    margin: 0;
    padding: 0;
    outline: none;
}

html{
    font-family: "Roboto";
    font-size: 20px;
    color: #222;
    scroll-behavior: smooth;
    background-color: whitesmoke;
}

header{
    height: 100vh;
    background: whitesmoke top left;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.presentation{
    background-color: rgb(89, 104, 238);
    color: whitesmoke;
    text-align: left;
    padding: 1% 10%;
}

.para{
    left: 100%;
    right: 0%;
    display: block;
    padding: 24px;
    width: 87%;
}

.imglinkedin{
    width: 5%;
    display: flex;
    
}

header>div{
    width: 80%;
    color: whitesmoke;
}

header>div>*{
    margin: 1rem 0;
    
}

header h1{
    font-size: 5rem;
}

p#socialnetworks a{
    color: whitesmoke;
    font-size: 2rem;
    margin-right: 15px;
}


main>section{
    box-sizing: border-box;
    min-height: 100vh;
    padding: 4em 2em;
}

nav{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background: rgb(69, 85, 231) top left;
    display: flex;
    justify-content: space-between;
}

nav>#Moi{
    display: block;
    color: whitesmoke;
    padding: 1rem;
    text-decoration: none;
}

nav ul{
    display:flex;
    justify-content: flex-end;
    list-style-type: none;

}

nav ul a{
    display: block;
    color: whitesmoke;
    padding: 1rem;
    text-decoration: none;
}

nav p{

    color: whitesmoke;
    padding: 1rem;

}

main section h2{
    color: rgb(89, 104, 238);
}

.ImgRg{
    width: 15%;
    position: absolute;
    top: 30%;
    right: 3%;
}

main section h3 {
    text-decoration: underline;
}

.compHum {
    padding: 24px;
    border-radius: 50px;
    background: rgb(130, 141, 240);
    display: flex;

    gap: 5px;
    flex-direction: column;
}

.qualiTech{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
}

.qualiTech .l1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 0 0;
    align-self: stretch;
}

.qualiTech .l1 .QT1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
    align-self: stretch;
}

.compHum .texte {
    border-radius: 30%;
    display: flex;
    text-align: left;
}

.compHum .texte .compTech{
    padding-left: 5%;
}

.menuCompTech{
    width: 95%;
    margin: 5px;
    padding: 16px 16px;
    border-radius: 16px;
    
}


#contact>#socialnetworks>span{
    text-decoration: underline;
}

.ImgContact{
    width: 8%;
}

.Hand{
    display: flex;
}

.bordure{
    padding-left: 16px;
    border-left: 8px solid #4e4e4e;
}

#socialnetworks{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
    align-self: stretch;
}

.lienProjet{
    gap: 500px;
}

.projets{
    padding: 24px;
    border-radius: 50px;
    display: flex;
    gap: 10%;
    flex-direction: row;
}

.projets .boxProjet{
    width: 45%;
    display: block;
    background-color: rgb(130, 141, 240) ;
    padding: 24px;
    border-radius: 50px;
}

.ligne{
    width: 244px;
    height: 3px;
    background: #797979;
}

#imgpy{
    width: 80%;
}

.VTT{
    display: flex;
    width: 20%;
}