@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
.global{
    font-family: 'Arimo', sans-serif;
    display: flex;
    flex: auto;
}

a:visited{
    color: black;
}
a:link{
    color: black;
}
a:active{
    color: black;
}
.left{
    max-width: 20%;
    width: 13%;
}
.right{
    margin-top: 8%;
    margin-left: 10%;
}
.info{
    margin-top: 15%;
    margin-left: 6%;
}
.photo{
    margin-top: 10%;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.tel{
    margin-top: 5%;
    margin-left: 10%;
}
.tel a{
    font-family: 'Arimo', sans-serif;
    margin-left: 5%;
    font-weight: 800;
}
.tel i{
    max-width: 100%;
    display: inline;

}
.mail{
    margin-top: 5%;
    margin-left: 10%;
}
.mail a{
    font-family: 'Arimo', sans-serif;
    font-size: 90%;
    margin: auto;
    margin-left: 5%;
    width: 10%;
    max-width: 80%;
    max-height: 80%;
    font-weight: 800;
}
.mail i{
    max-width: 100%;
    display: inline;
}
.linkedin{
    margin-top: 5%;
    margin-left: 10%;
}
.linkedin a{
    font-family: 'Arimo', sans-serif;
    margin-left: 5%;
    font-weight: 800;
}
.linkedin i{
    max-width: 100%;
    display: inline;
}
.diplome ul {
    list-style-type: none;
    }
.experience ul{
    list-style-type: disc;
}
.list-skill ul{
    margin-top: 1.8%;
    list-style-type: none;
    text-align: center;
    white-space: normal;
}
.skill .flex{
    flex: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
}
.left .name{
    margin-top: 5%;
    font-size: 125%;
    text-align: center;
}
.right .diplome a{
    font-family: 'Arimo', sans-serif;
    font-size: 100%;
    margin-left: 5%;
}
.right .diplome i{
    font-size: 180%;
}
.right .experience a{
    font-family: 'Arimo', sans-serif;
    font-size: 100%;
    margin-left: 2.1%;
    
}
.right .experience i{
    font-size: 180%;
    max-width: 100%;
    display: inline;
}
.right .skill a{
    font-family: 'Arimo', sans-serif;
    margin-left: 1.9%;
    
}
.right .skill i{
    font-size: 180%;
    max-width: 100%;
    display: inline;
}
.flex{
    margin-top: 3%;
}
.list-experience{
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
}
.list-diplome{
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.list-skill ul {
    margin-top: 8%;
}
.list-skill{
    width: 50%;
    margin-bottom: 3%;
}
.list-skill li {
    font-size: 100%;
}
.list-skill a{
    font-size: 120%;
}