@charset "UTF-8";
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#block-sai-site-partenairepromotionsuniverselles .wrapper,
#block-sai-site-partenaireunionsavings .wrapper {
  margin-bottom: 50px;
}
@media (min-width: 720px) {
  #block-sai-site-partenairepromotionsuniverselles .wrapper,
  #block-sai-site-partenaireunionsavings .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 75px;
  }
}
#block-sai-site-partenairepromotionsuniverselles h2,
#block-sai-site-partenaireunionsavings h2 {
  font-family: "brutal_bold";
}
#block-sai-site-partenairepromotionsuniverselles h2 a,
#block-sai-site-partenaireunionsavings h2 a {
  text-decoration: none;
}
#block-sai-site-partenairepromotionsuniverselles img,
#block-sai-site-partenaireunionsavings img {
  max-width: 200px;
  height: auto;
}