/* Layout et emplacement HTML */
html{
    background-image: url('../img/backgroung_about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body{
    margin: 0;
    font-family: sans-serif;
    font-weight: normal;
}
ul{
    list-style-type: square;
}
article#gauche{
    width: 320px;
    float: left;
    margin-right: 0;
    background-color: #E1D8CF;
    min-height: 1800px;
}
article#droite{
    width: 640px;
    float: right;
    margin-left: 0;
    background-color: white;
    min-height: 2034px;
}
h1{
    font-family: 'Shadows Into Light', cursive;
    background-color: #373741;
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 84px;
    padding-bottom: 84px;
    font-size: 55px;
}
article#gauche h2{
    font-family: 'Shadows Into Light', cursive;
    width: 280px;
    color: white;
    background-color: #373741;
    margin-top: 42.5px;
    margin-bottom: 42.5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
article#droite h2{
    font-family: 'Shadows Into Light', cursive;
    width: 600px;
    color: white;
    background-color: #373741;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
h3{
    font-weight: bolder;
    margin-left: 25px;
    font-size: 30px;
}
article#gauche h3{
    margin-right: 20px;
}
h3.retour {
    font-family: 'Shadows Into Light', cursive;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #373741;
}
h3.retour a:link{
    color: white;
}
h3.retour a:visited{
    color: white;
}
h3.retour a:hover{
    color: rgb(0, 247, 255);
}
h3#download{
    font-size: 18px;
}
h4{
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    margin-left: 25px;
}
p, ul{
    margin-left: 25px;
    margin-right: 20px;
}
ul.skills{
    margin-left: 0;
}
ul.skills li{
    list-style: none;
}
div.skills{
    width: 100%;
    height: 10px;
    border: black;
    border-style: solid;
}
div.windows{
    width: 65%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.wserver{
    width: 60%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.linux{
    width: 20%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.html{
    width: 80%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.python{
    width: 10%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.arduino{
    width: 30%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.office{
    width: 40%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.intune{
    width: 40%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.outlook{
    width: 50%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
div.teams{
    width: 70%;
    height: 100%;
    background-color: rgb(1, 189, 1);
}
p.contact a:link{
    color: black;
}
p.contact a:visited{
    color: black;
}
p.contact a:hover{
    color: blue;
}
main, .wrap{
    width: 960px;
    margin: auto;
}
#downloadButton {
    cursor: pointer;
    font-family: 'Shadows Into Light', cursive;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 25px;
    margin-right: 20px;
    font-size: 20px;
    text-align: center;
    background-color: #373741;
    color: white;
}
/* Photo de profil */
img#photo{
    width: 300px;
    height: auto;
    padding-left: 10px;
    padding-top: 5px;
    border-radius: 20%;
}
/* AOS */
[data-aos="progress"] {
    transform-origin: left ;
    transform: scaleX(0);
}
[data-aos="progress"].aos-animate {
    transform: scaleX(100%);
}
/* Responsive */
@media (max-width: 700px) {
    main, .wrap{
        width: 100%;
        margin: auto;
        text-align: center;
    }

    article#gauche {
      width: 100%;
      float: none;
    }
    article#gauche h2{
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        font-size: 20px;
    }
    img#photo{
        width: 100%;
        padding: 0;
        margin: 0;
        align-self: center;
    }
    article#droite {
      width: 100%;
      float: none;
    }
    article#droite h2{
        margin: 0;
        width: 100%;
        font-size: 20px;
    }
    h1{
        margin-top: 0;
    }
    h3{
        font-size: 20px;
        width: 80%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%;
        padding-right: 10%;
    }
    h3.retour{
        margin: 0;
        font-size: 25px;
    }
    h4{
        font-size: 16px;
        width: 80%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%;
        padding-right: 10%;
    }
    p{
        text-align: center;
    }
    ul{
        text-align: center;
        width: 80%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%;
        padding-right: 10%;
    }
  }
  