/** Shopify CDN: Minification failed

Line 30:25 Expected "]" to go with "["

**/
.gridbanner-container-article {
  width: 100%!important;
  display: flex;
  padding: 0;
  align-items: center;
}
.gridbanner-info-article h3 {
  margin: 0!important;
}
.gridbanner-image-article {
  box-shadow: 8px 8px #daeaf7;
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0!important
}
.gridbanner-info-article {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

img[width][height][width / height > 1] {
  width: 47%; /* La largeur de l'image est de 47% */
}
.article-title {
  font-size: 40px;
  text-align: center;
  margin-top: 30px;
  font-family: 'Jost'!important;
}

.article-summary-title {
  text-align: center;
  font-family: 'Nesans'!important;
  font-size: 25px;
}

.article-sections-block {
  text-align: left;
  font-size: 20px;
  color: #00022b!important;
}

.article-sections {
  color: #00022b!important;
}

.article-section-title {
  text-align: center;
  font-size: 24px;
  font-family: 'Jost'!important;
  font-weight: 400!important;
  text-decoration: none;
  margin: 30px 0;
}

.article-body {
  text-align: justify;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.article-img {
  margin-top: 30px;
}
.article-faq-qa {
  color: #00022b;
  font-family: 'Jost'!important;
  font-weight: 400!important;
  font-size: 22px;
  margin: 30px 0;
  }
.article-faq-title {
    text-align: left;
    font-family: 'Jost'!important;
    font-weight: 700!important;
    text-decoration: none;
    font-size: 18px;
    margin: 20px 0;
  }

div.t4s-article-content li {
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .article-padding {
    padding: 0 60px;
  }
  .gridbanner-container-article {
    margin: 30px 0!important
  }
  .gridbanner-info-article {
    gap: 20px;
    padding-left: 60px;
  }
  .gridbanner-info-article h3 {
    font-size: 40px!important;
    line-height: normal!important
  }
  .gridbanner-info-article p {
    font-size: 22px!important;
    line-height: normal!important
  }
  .gridbanner-info-article a {
    font-size: 22px!important;
  }
}

@media screen and (max-width: 749px) {
  .article-section-title {
    font-size: 22px;
    margin: 20px 0;
  }
  .article-padding {
    padding: 0 5px;
  }
  .article-title {
    font-size: 28px;
    margin: 20px 0
  }
  .article-img {
    margin-top: 20px;
  }
  .article-sections-block {
    width: 100%;
    font-size: 18px;
  }
  .article-faq-block {
    margin: 20px auto 0 auto;
  }
  .article-faq-qa {
    color: #00022b;
    font-family: 'Jost'!important;
    font-weight: 400!important;
    font-size: 22px;
  }
  .gridbanner-container-article {
    margin: 20px 0;
  }
  .gridbanner-info-article {
    gap: 10px;
    padding-left: 25px;
  }
  .gridbanner-info-article h3 {
    font-size: 24px!important;
    line-height: 28px!important
  }
  .gridbanner-info-article p {
    font-size: 14px!important;
    line-height: 18px!important
  }
}
/* If img has comments do the margin's style
with style="" and not class="" */