body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(assets/fond/fond_hor.webp);
    background-size: cover;
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Roboto',sans-serif;
}

p {
    text-align: center;   
}

section:first-of-type{
    width: 40vw;
    padding: 0 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section:first-of-type img{
    width: 25vw;
}

section:nth-of-type(2){
    width: 50vw;
}

iframe{
    padding: 8vh 1.8vw 8vh 2vw;
    background-image: url(assets/fond/mockup.png);
    background-size: cover;
}

