@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600&display=swap');

@media print {
    body {
        margin: 0;
        padding: 0;
    }

    .page {
        page-break-after: always;
    }
}

body {
    font-family: 'Lato', sans-serif;
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}

.page {
    width: 210mm;
    height: 297mm;
    margin: 10px auto;
    padding: 20mm;
    background: white;
    box-sizing: border-box;
    position: relative;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.info-gauche {
    max-width: 60%;
}

.info-gauche p {
    margin: 5px 0;
    font-size: 14px;
}

.job-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: center;
    border: #000, solid, 1px;
}

.formations {
    font-size: 14px;
}

.profile_picture img {
    width: 100px;
    height: auto;
    border-radius: 6px;
}

h1.title-centered {
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}
h1.title-left {
    text-align: left;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}

ul {
    padding-left: 20px;
}

li {
    font-size: 14px;
    margin-bottom: 5px;
}

ul>li>p {
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    margin-left: 75px;
    margin-top: 30px;
}

.logo {
    background: white;
    width: 60px;
    position: absolute;
    margin-left: -70px;
    margin-top: -35px;
}

.description {
    text-align: justify;
}

.flex {
    display: flex;
}

.flex>div {
    flex: 1;
    margin: 10px;
}

.dedomainia-div {
    margin-top: 80px;
}

.infotel-div {
    margin-top: 80px;
}

.matchable-div {
    margin-top: 80px;
}

.apart_expert-div {
    margin-top: 100px;
}

.recommerce_solutions-div {
    margin-top: 100px;
}