@media (width <= 900px) {
  aside {
    width: 100svw;
    height: 100svh;
  }

  #image-texte {
    display: grid;
  }
}
