/*Style CSS
Site : www.julianvillalta.fr
Auteur : Julian Villalta 
Date : 30/09/2020*/

/*générique*/
body {
    background-color: rgb(221,221,221);
    color : black; 
    font-family: Roboto, sans-serif; 
    width : 100%; 
    margin:0;
}

p {
    font-size: 18px;
}

h2 {
    font-weight: 100;
    font-size: 40px;
    height:59px;
    padding-top: 10px;
    text-align: center;
    color :rgb(18,33,51);
    background: url('images/title_background.png') no-repeat center ;
}

/*menu*/

#header {
    background-color :rgb(18,33,51);
    width: 100%; 
    position: fixed; 
    top:0; 
    height : 50px; 
    z-index: 3; 
    color:white;
}

nav {
    margin-left: 12%;
    margin-right: 8%;
    width: 80%;
    text-align: center; 
}

ul {
    list-style-type: none; 
    display: flex; 
}

nav li {
    width: 16%;
}

nav li a, .bloc_contact a{
    text-decoration: none; 
    color: white;
    " onmouseover="this.style.color = 'rgb(221,221,221)';
    " onmouseout="this.style.color = 'white';
}

/*Home*/


/*Expériences*/

#experiences {
    height: 900px; 
    text-align:center; 
    width: 100%;
    padding-top : 50px; 
    margin-top: -170px;
}

#experience_schedule {
    width: 100%; 
    text-align:center;
    position: relative; 
}

/*Formations*/

#formation {
    position: relative; 
    background-image: url('images/formation.png'); 
    background-size: 100%; 
    padding-top : 50px; 
    height: 850px;
    border-bottom: solid 5px rgb(18,33,51);
}

/*Compétences*/

#competences {
    height: 600px; 
    text-align:center; 
    padding-top : 50px;
    color: black;
}

#qualites {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center; 
}

#qualites li {
    width : 20%;
}

#competences_schedule {
    text-align: center;
}

/*Projets*/

#projets {
    position: relative; 
    background-image: url('images/projets.png'); 
    background-size: 100%; 
    padding-top : 30px; 
    height: 550px;
    text-align:center;
    border-top-style: solid; 
    border-top-width :5px ; 
    border-top-color:rgb(18,33,51);
}

/*Footer*/

footer{
    background-color:rgb(18,33,51); 
    color:white;
    text-align: center; 
    width: 100%; 
    height: 150px;
    padding-top: 30px; 
}

#contact{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 40px;
}

.bloc_contact{
    display: inline-block;
    width: 33%; 
    background: url('images/text_background_white.png') no-repeat center ;
    height: 59px; 
    padding-top:10px;
}

.bloc_contact p {
    font-size:16px;
}

.linkedin{
    display: inline-block;
    padding-top: 5px;
    margin-right: 5px;
}
