.presentation {
    padding-top: 112px;
    display: flex;
    align-items: center;
    font-size: 14.4px;
    gap:20px;
}

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

.pres_txt {
    flex: 1.2;
}

.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 {
    font-size:min(2.8vw, 50px);
    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: min(20vw, 375px);
}

.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: min(5vw, 50px);
}

.presentation p {
    font-size: 20px;
    font-weight: 400;
}

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



.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: 1100px) {
    .presentation {
        padding-top: 64px;
    }
}

@media only screen and (max-width: 950px) {
    .pres_img {
        display: none;
    }

    .pres_txt {
        display: none;
    }

    .pres_txt_small {
        display: flex;
    }

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

    .pres_title_txt2 {
        padding-left: 6vh;
    }

    .pres_title_scribble img {
        width: 216px;
    }

    .pres_backlink {
        margin-right: 0;
    }
}

@media only screen and (max-width: 700px) {
    .presentation {
        padding-top: 32px;
    }

    .presentation h2 {
        line-height: auto;
    }

    .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;
    }
}