section a:visited
{
	color: #9100ca;
}

body
{
	/* background: url("vintage-wallpaper.jpg"); */
    background-color: rgba(108, 169, 215, 0.188); /*Couleur de l'ICJ*/
	font-family: Times New Roman, Trebuchet MS, Arial ;
	color: black;
}

.souligne
{
	text-decoration: underline;
	font-style: italic;
}
#bloc_page
{
    width: 900px;
    margin: auto;
}

h1
{
	font-family: Times New Roman, Arial;
    text-align: center;
}

.titre-cv
{
    text-align: center;
}



/*header*/
header
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    /* background-color: rgb(105, 166, 212); /*Couleur de l'ICJ */ 
    /* background: url("vintage-wallpaper.jpg"); */
    /* border-bottom: 1px black solid; */
}
.bar-gras
{
    font-weight: bold;
}

#logo
{
    text-align: left;
}

.container
{
    display: grid;
    grid-template-columns: 150px 800px;
    grid-template-rows: 200px 200px 100px 100px;
    align-items: center;
    align-content: center;
    gap: 10px;
    /* align-content: center; */
}



/* navigation */

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

nav li
{
    margin-right: 20px;
}

nav a
{
    font-size: 1.5em;
    color: rgb(53, 142, 205);
    padding-bottom: 5px;
    text-decoration: none;
}



