.presentation {
    padding: 32px 80px 32px 0;
    display: flex;
    align-items: center;
    font-size: 14.4px;
}

.pres_img {
    flex: 0.9;
    margin-right: 48px;
    display: grid;
    width: 100%;
}

.pres_txt {
    flex: 1.1;
}

.pres_round {
    grid-column: 1;
    grid-row: 1;
    margin-left: 48px;
}

.pres_round img {
    width: 100%;
}

.pres_accent {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: flex-end;
}

.pres_accent img {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.pres_title h2 {
    margin:0;
}

.pres_title_txt2 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.pres_title_txt_scribble {
    display: grid;
    margin-left: 8px;
    width: 20vw;
}

.pres_title_bold {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pres_title_scribble {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pres_title_scribble img {
    width: 100%;
}

.presentation h2 {
    line-height: 5vw;
}

.presentation p {
    font-size: 19.2px;
    font-weight: 600;
}

.pres_backlink {
    display: flex;
    align-items: center;
}

.pres_backlink img {
    height: 100%;
    margin-left: 0.5em;
}

.pres_txt_small {
    display: none;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.pres_title_txt1_bis {
    display: none;
    line-height: 5vh;
}

@media only screen and (max-width: 940px) {
    .presentation {
        padding: 10vh 32px 0 32px;
    }

    .pres_img {
        display: none;
    }

    .pres_txt {
        display: none;
    }

    .pres_txt_small {
        display: flex;
    }

    .presentation h2 {
        font-size: 27.2px;
    }

    .presentation p {
        font-size: 19.2px;
    }

    .pres_title_txt2 {
        padding-left: 6vh;
    }

    .pres_title_scribble img {
        width: 28vh;
    }

    .pres_backlink {
        margin-right: 0;
    }
}

@media only screen and (max-width: 690px) {
    .presentation h2 {
        font-size: 25.6px;
        line-height: 4vh;
    }

    .presentation p {
        font-size: 16px;
    }

    .pres_title_txt1 {
        display: none;
    }

    .pres_title_txt1_bis {
        display: flex;
        line-height: 32px;
    }

    .pres_title_txt1_bis h2 {
        line-height: 32px;
    }

    .pres_title_txt2 {
        display: none;
    }

    .pres_title_txt_scribble {
        margin-left: 0;
        width: 100%;
    }

    .pres_title_scribble img {
        width: 26vh;
    }
}