*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-size: 100%;
    background-color: #f8f8ff;
}

main {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    text-align: center;
}

h1 {
    color: black;
    padding-top: 1em;
}
h2 {
    color: #13264d;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
}
h3 {
    color: #13264d;
    border-bottom: 4px solid #13264d;
    text-align: left;
    margin-top: 2em;
    margin-left: 10%;
    margin-right: 10%;
}

#summary {
    margin-top: 20px;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}

.portrait {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
div.xp {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}
div.separator {
    margin-left: 10%;
    margin-right: 10%;
    border-top: 1px solid #13264d;
}
div.role {
    color: black;
    float: left;
    font-weight: bold;
}
div.quand {
    color: black;
    float: right;
}
div.entreprise {
    color: #4d7799;
    text-align: left;
}
div.objet {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    font-weight: normal;
}
div.technos {
    text-align: right;
    color: #13264d;
    padding-left: 60%;
}
ul {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 4em;
}

#wcb {
    margin-top: 20px;
}

.contact {
    width: 25%;
    background-color: #13263d;
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    text-align: left;
    font-weight: bold;
}

.contact .blue {
    color: #4d7799;
}

div.contact h2 {
    color: white;
    font-size: larger;
    text-transform: uppercase;
    border-bottom: 4px solid #4d7799;
    margin-top: 1em;
    margin-bottom: 1em;
}

div#formations div, .bloc {
    margin-top: 1em;
    margin-bottom: 1em;
}

.details {
    width: 75%;
    background-color: #f8f8ff;
}

@media screen and (max-width: 768px) {
    .contact,
    .details {
        width: 100%;
    }
    div.technos {
        padding-left: 10%;
    }
    div#formations,
    div#langues,
    div#interests,
    div#tech {
        display: none;
        visibility: hidden;
    }
}
