/* mise en forme cv dernière modification:19/10/2021*/

/* on a utilisé deux polices qu'on a copié sur "www.fonts.googleapis*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

/* en dessous le conteneur de notre Cv */
#container
{
   margin: auto;
    border: 0.5px solid black;
    width: 60%; 
    display: flex;
    background-image: url("images/greyzz.png");
    position: relative;
}
/* on modifie le premier bloc div */   

.div_1
{
    background-image: url("images/lodyas.png");
    color: whitesmoke;
    width: 55%;
   
}
/* la modification du titre profils*/
.police_profils
{
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
    margin-left: 10px;
    

}
/* on modifie le titre principal du cv projet:développeur web*/
.police_projet
{
    background-color:rgb(66,63,63);
    font-family:'Poppins', sans-serif;
    font-size: 1.5em;
    color: whitesmoke;
    margin-left: -1px;
    padding-left: 5px;
   
}
/* on modifie les titres de chaque travail éffectué travail dans l'experience professionnelle*/
.titre_experience_pro
{
    font-weight: bold;
    font-size: 1em;
    list-style-type: none;
    margin-left: -20px;
    margin-top:10px;
    margin-bottom: 10px;
}
/* on modifie la police et la position de l'adresse du candidat */
.adresse
{
    font-family:'Poppins',sans-serif;
    list-style-type:none; 
    margin-left: -10%;
    margin-top: -7%;
}
/* la modification de la page principale Body*/ 
body
{
    background: #CBDEEE;
}


/* on modifie la police de  tous  les paragraphes et listes à puces */
ul, p
{
    font-family: "Quicksand", sans-serif ;
    font-size: 1em;
}
/* on touche tous les titre h2 qui contiens les titres du cv(experiences professionnelles,formations...  */
h2
{
    background-color: rgb(66, 63, 63);
    color: whitesmoke;
    border: 1px solid rgb(66,63,63);
    width: 90%;
    font-family:'Poppins',sans-serif;
    font-size: 1.2em;
    margin-left: 2%;
    padding-left: 5px;
}

/* le profil du candidat (commentaire)*/
h3, p
{
    margin-left:3% ;
    margin-top: 3%;

}

/* on modifie la position la photo du candidat*/
p a
{

    margin-left:9%;
    
}
/* le nom du candidat en cv*/
div h3
{
    font-family: "Poppins",sans-serif;
    font-size: 1.5em;
}