* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #6C772A;
}

#title {
    background-color: #CEC8FF;
    background-image: url('../images/0-elements/fond-enteteaccompagnements.svg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #242A0F;
    font-family: 'Gunnar Cutout', sans-serif;
    font-size: 2em;
}

#title h1 {
    text-transform: uppercase;
    margin: 0;
}

#title p {
    font-weight: bold;
    font-family: 'Munken Sans', sans-serif;
    margin: 0;
}

#title img {
    width: 150px;
    height: 150px;
}

#presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #CEC8FF;
    padding: 20px;
    color: #242A0F;
    font-family: 'Munken Sans', sans-serif;
    text-align: center;
    font-size: 1.2em;
    padding-top: 20vh;
}

a.external {
    background-color: #6C772A;
    color: #242A0F;
    text-decoration: none;
}

a.external:hover {
    transition: 0.5s;
    background-color: #FEE2D3;
}

#presentation img {
    width: 50%;
    height: auto;
}

#presentation h2 {
    margin-top: 100px;
    align-self: flex-start;
    margin-left: 20%;
    font-size: 1.7em;
}

.illustrated-text {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-family: 'Munken Sans', sans-serif;
    text-align: left;
    margin: 0;
    padding: 20px 20vh;
    margin-top: 15vh;
    margin-bottom: 15vh;
}

.illustrated-text h2 {
    margin: 0 !important;
}

.illustrated-text img {
    width: 20% !important;
    height: auto;
}

@font-face {
    font-family: 'Gunnar Cutout';
    src: url('../fonts/Gunnar-Cutout.woff2') format('woff2'),
        url('../fonts/Gunnar-Cutout.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Regular.woff2') format('woff2'),
        url('../fonts/MunkenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Medium.woff2') format('woff2'),
        url('../fonts/MunkenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Bold.woff2') format('woff2'),
        url('../fonts/MunkenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}