#main_fond_header{
    background: url(images/fonds/fond_bleu_techno.jpg);
}

#titre_principal{

    display: flex;
    flex-direction: row;
    font-size: 2em;
    font-family: BallparkWeiner;
}

body
{
    /*background: url('images/fonds/fond_bleu_clair.jpg');*/
        background-color: #2E2C2C;
    /*background: url(images/fonds/fond_bleu_fonce.jpg);*/
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #FFFFFF;
}

#CV{

    padding: 0px;
}


#CV{

    height: 1300px;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background-color: #EDEDED;
    color: #000000;


}



#CV header {
    background-color: #0000FF ;
    display: flex;
    flex-direction: row;
    color: #FFFFFF;

}

#CV header img {

    border-radius: 75px;
    margin-bottom: 20px;
    margin-right: 10px;
}

#header_CV{

    margin: 0px;
}

#texte_header_CV {

    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;

}


#texte_header_CV h1 {

    color: #FFFFFF;
    font-family: Dayrom;
    font-size: 50px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: auto;
    margin-left: 30px;
    padding-top: 15px;
}

#corps_CV{

    display: flex;
    flex-direction: row;


}

#corps_CV h1 {

    color:  #0000FF ;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 66px;
    margin: 0px;
    

}

#corps_CV h2 {

    color:  #000000 ;
    font-size: 15px;

}

#colonne_gauche {

    flex: 3;
    margin-top: 0px;
    padding: 0px;
    border-right: 2px #9B9B9B solid;

}

#colonne_droite {

    flex: 2;
    margin-top: 0px;
    padding: 0px;
}

.en_tete_section {

    background-color: #9B9B9B;
    padding-left: 5px;
    



}

.corps_element_CV {

padding-left: 5px;

}


.element_CV em{

color:  #0000FF ;

}

.element_CV img {

    float: left;
    margin-right: 10px;

}

.element_CV p {

margin: 5px;
}

#info_contact {

    
    

}

#info_contact h1 {

    text-align: center;
    color:  #0000FF ;
    font-family: Dayrom;
}


#element_info_contact{

    line-height: 54px;
   
}

#contenu_info_contact:nth-child(1){

    width: 100px;
}

#element_info_contact img{

    float: left;
}

#contenu_info_contact{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}


#competences{

    padding-left: 5px;
}

#competences em {

    color: #008E00;
    font-weight: bold;
    font-size: 18px;
}

#centre_interet{

    padding-left: 5px;
}

#centre_interet em {

    font-weight: bold;
    color: #000000;

}

#drapeau_angleterre {

    float: left
}

#centrage_drapeau{

    line-height: 59px;

}

#main_wrap {

    display: flex;
    flex-direction: column;
}

#telechargement {

    margin-right: auto;
    margin-left: auto;
}

#texte_TOEIC {

    margin-left: 5px;
}

#test {

    color: white;
}

@media screen and (max-width : 1080px){

    .element_info_contact a {

        color: #0000FF;
    }

    }
