h1{
    position: unset;
    background-color: unset;
    color: var(--gris3);
    width: 100%;
    padding: 15vmin 0 0 10vmin;
}
iframe{
    width: 100%;
    height: 150vh;
}
.plan{
    width: 100%;
    text-align: center;
}
.plan svg{
    width: 100%;
}
.plan a:hover image{
    border: var(--cadrejaune);
}
tspan{
    font-family: var(--typo2);
}