@font-face {
  font-family: "intermarche";
  src: url("https://cdn.intermarche.com/maintenance/assets/fonts/intermarche-bold.woff2") format("woff2");
  font-weight: bold;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://cdn.intermarche.com/maintenance/assets/fonts/opensans-regular.woff2") format("woff2");
}

html{
    font-size: 62.5%;
}

body {
margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  background-color: #ffffffd2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.itm-logo{
    max-width: 240px;
}

.itm-logo img{
    width: 100%;
    height: auto;
}

.itm-main-title.title4 {
  font-family: "intermarche", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 120%;
}

.itm-card {
  max-width: 624px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  margin: 32px;
  border-radius: 16px;
  border: 1px solid #d8d8d8;
}

.itm-card__content {
  text-align: center;
}

.itm-card__icon{
    width:136px;
}

.itm-card__icon img{
    width:100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .itm-logo{
        max-width: 300px;
    }
    .itm-card__icon{
        width:192px;
    }
}