body
{
    font-family:'Courier New', Courier, monospace;
}
h1
{
    font-size: 3.5em;
    margin-top: 20px;
    margin-block-end: 0;
}
h2
{
    font-size: 2em;
    font-family:monospace;
    color: #a0a0a0
}
h3
{
    margin-block-start: 1em;
}
h3:first-child
{
    margin-top: 0.6em;
}
.details h3
{
    color: #007D8B;
    font-size: 2em;
}
h4
{
    margin-block-end: 0.5em;
}
p
{
    font-size: 1.3em;
}
a
{
    font-size: 1.7em;
}
a:-webkit-any-link
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a.birthday
{
    text-decoration: none;
}
.noBullet
{
    margin-block-start: 0;
}
.noBullet li
{
    margin-top: 1em;
}
.noBullet li:first-child
{
    margin-top: 0;
}
.rows
{
    display: grid;
    grid-template-rows: 2fr;
}
.rows .border
{
    border-bottom: 2px solid #000;
    margin-left: 3em;
    margin-right: 3em;
}
.contenu
{
    display: grid; 
    grid-template-columns: 1fr 3fr; 
    gap: 0px 0px; 
}
.informations
{
    background-color: #007D8B;
}
.informations .rows
{
    padding: 12px;
    color: #fff;
    font-size: 1em;
}
.details
{
    padding-left: 40px;
}
.details .border
{
    display: block;
    position: relative;
    right: 40px;
    width: 90%;
    border-bottom: 2px solid #007D8B;
    margin-top: 20px;
    margin-right: 20px;
}
.details .experiences ul, .details .formation ul
{
    padding-inline-start: 0.7em;
}
.details .experiences li, .details .formation li
{
    padding-inline-start: 1em;
    list-style-type: none;
    font-size: 1.2em;
}
.details .langues .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.details .langues .grid p
{
    margin-block-end: 0.5em;
}
.details .langues .grid p:nth-child(2)
{
    margin-block-start: 0;
    border-top: 7px solid #007D8B;
    width: 80%;
    padding-top: 10px;
}
.informations .image
{
    border-bottom: 2px solid #000;
    margin-left: 3em;
    margin-right: 3em;
}
.informations img.avatar
{
    display: block;
    width: 280px;
    border-radius: 50%;
    margin: 0 auto 100px;
    position: relative;
    top: 50px;
}
.informations .noBullet {
    list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
}
.informations img.certificat
{
    display: block;
    margin: 0 auto;
    width: 12em;
}
.project-link
{
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}
.prenom
{
    display: block;
    color: #007D8B;
}
