.article--container {
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 336, "wdth" 50;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 1px;
  color: #191d3a;
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.manifeste .article--container {
  flex-direction: column-reverse;
  padding-bottom: 0;
}
.article--container .social-networks {
  margin: 0;
}
.article--container .content iframe {
  width: 100%;
  display: block;
}

@media screen and (min-width: 960px) {
  .article--container > div {
    min-width: 375px;
  }
}

#header {
  padding-bottom: 80px;
}
#header .baseline {
  background-image: none;
  max-width: 80%;
  padding-bottom: 0;
}
#header .baseline--title {
  width: 100%;
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 225, "wdth" 150;
  font-weight: 300;
  font-size:25px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #ffffff;
}

#header .baseline--back {
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 225, "wdth" 150;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
}

#header .baseline--back img {
  transform: rotate(180deg);
  margin-right: 10px;
}

#header .baseline--tag {
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 225, "wdth" 150;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
}

@media screen and (min-width: 640px) {

  #header .baseline {
    margin: 80px auto;
  }
  #header .baseline--title {
    font-size: 40px;
  }
  #header .baseline--tag {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  #header .baseline--title {
    width: 100% !important;
  }
}

#header .baseline--title strong {
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 700, "wdth" 150;
  color: #fff;
}
ul {
  padding: 0;
}
.article--container ul li {
  list-style: none;
}
.article--img {
  margin-top: -12%;
  position: relative;
  width: 100%;
  display: inline-block;
}
.article--img img {
  width: 100%;
}

@media screen and (min-width: 960px)  {
  #header .baseline--title {
    width: 860px;
  }
  .article--container {
    flex-direction: row !important;
  }
  .article--container .content {
    padding: 0 32px;
  }
  .article--container .content strong {
    font-family: "Agrandir Variable";
    font-variation-settings: 'wght' 600, "wdth" 0;
  }
}
.filter-tag {
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 900, "wdth" 150;
  font-size: 26px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  display: block;
  color: #191d3a;
  margin: 0 auto 50px;
}
.article--content {
  padding: 50px 40px;
  background-color: #e6ecfa;
}
.article--label {
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 336, "wdth" 50;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #191d3a;
  display: block;
  margin-bottom: 10px;
}
.article--text {
  font-family: "Agrandir Variable";
  font-variation-settings: 'wght' 500, "wdth" 50;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  display: inherit;
  color: #0743d7;
}
.fb_iframe_widget {
  display: block !important;
  margin-bottom: 10px;
}
