html {
    background-color: #310055;
}

body {
    /* background-color: #D4DCE2; */
    /* background: linear-gradient(to bottom right, #005583, #ffffff);*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

section {
    border-bottom: solid #D283FF 2px;
    width: 80%;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}

/*logo en bas à droire*/
.logoACliquer {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60%;
}

.logoACliquer ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    list-style: none;
    height: 100%;
}
/*logo en bas à droire*/

/*section 1*/
.presentation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 200px;
    margin-top: 10%;
}

.presentation img {
    width: 35%;
    margin-right: 25px;
    /* border: solid black 2px; */
    border-radius: 50%;
    box-shadow: 5px 5px 10px 0px #D283FF;
}

.presentation .texte {
    margin-left: 20px;
}

.presentation h1 {
    font-size: 3em;
    color: white;
}

.presentation h2 {
    font-size: 4em;
    color: white;
}

.presentation p {
    color: #fff;
}


#interet {
    display: flex;
    flex-direction: column;
    width: 80%;
}

#interet h1 {
    font-size: 2.5em;
    width: 100%;
    color: #fff;
}

#interet ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

#interet ul li {
    width: 15%;
    margin: 10px;
    list-style-type: none;
}

#interet ul li img {
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    background-color: white;
    box-shadow: 5px 5px 5px 0px #9f69c0;

}




#compétences {
    display: flex;
    flex-direction: column;
    width: 80%;
}

#compétences h1 {
    font-size: 2.5em;
    width: 100%;
    color: #fff;
}

#compétences ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

#compétences ul li {
    width: 25%;
    margin-top: 30px;
    margin: 10px;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 30px;
    box-shadow: 5px 5px 5px 0px #9f69c0;

}

#compétences ul li img {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.container {
    width: 100%;
    /* Full width */
    background-color: #ddd;
    /* Grey background */
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.skills {
    text-align: right;
    /* Right-align text */
    padding-top: 10px;
    /* Add top padding */
    padding-bottom: 10px;
    /* Add bottom padding */
    color: white;
    /* White text color */
    border-bottom-left-radius: 30px;
}

.hpe {
    width: 75%;
    background-color: #006b44;
}

.cisco {
    width: 85%;
    background-color: #1663a1;
}

.windows {
    width: 70%;
    background-color: #992d25;
}

.linux {
    width: 75%;
    background-color: #494949;
}

.vmware {
    width: 80%;
    background-color: #72007c;
}




#certifications {
    display: flex;
    flex-direction: column;
    width: 80%;
}

#certifications h1 {
    font-size: 2.5em;
    width: 100%;
    color: #fff;
}

#certifications ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

#certifications ul li {
    width: 25%;
    margin: 10px;
    list-style-type: none;
}

#certifications ul li img {
    width: 100%;
    border-radius: 30px;
}

