/* style page detail */

.full-article .article-faq {
  background: #EAF1FF;
  color: #1A3461;
}
.full-article .article-faq .article-faq-title .icon {
  background: url(../../air_liquide_mde/img/icons/my-academy.png);
  transform: initial !important;
}
.full-article .article-faq.open .article-faq-title .icon {
  transform: rotate(180deg) !important;
}
.full-article .article-quote {
  background: url(../../air_liquide_mde/img/icons/quote-new.png) top left no-repeat;
}
ul.breadcrumb li a, ul.breadcrumb li:after{
  color: #B4B8BB;
}

ul.breadcrumb li:first-child a {
  margin-left: 0;
}

ul.breadcrumb li:last-child a {
  color: #F46BAE;
  font-weight: 700;
}

ul.breadcrumb li a {
  font-weight: 500;
  margin: 0 4px;
  text-transform: none;
}

ul.breadcrumb li:after {
  font-weight: 700;
}

.full-article header {
  position: relative;
  padding-bottom: 40px;
}

.full-article header h1 {
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  .full-article header {
    position: relative;
    padding-bottom: 80px;
  }
  .full-article header h1 {
    padding-top: 80px;
  }
}

.full-article header::before,
.full-article header::after {
  content: '';
  position:absolute;
  width: 1000em;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #F3F4FF;
  z-index: -1;
}

.full-article header::before {
  left: 0;
  right: -100em;
}

.full-article header:after {
  right: 0;
  left: -100em;
}

.full-article header .page-tools {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.full-article header .article-intro,
.full-article .page-tools .share .share-title,
.full-article h1,
.full-article h2,
.full-article h3,
.full-article h4,
.full-article h5,
.full-article h6 {
  color: #1A3461;
}

.full-article header .article-intro {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.full-article img {
  margin: 0 15px 15px;
}

.full-article .page-tools .share .share-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.full-article h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}

.full-article h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

.full-article h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.full-article h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.full-article h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (min-width: 1024px) {
  .full-article h1 {
    font-size: 50px;
  }
  .full-article h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .full-article h1 {
    font-size: 40px;
  }
}

.full-article p, .full-article li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.full-article strong {
  line-height: 26px;
  color: #1A3461;
}

.full-article p, .full-article ol, .full-article ul:not(.breadcrumb) {
  margin-bottom: 20px;
  color:var(--color-primary-dark);
}

.full-article ul:not(.breadcrumb) li:before,
.full-article ol li:before {
  color: #F46BAE;
}

.full-article ul:not(.breadcrumb), .full-article ol {
  margin-left: 20px;
}

.full-article .glossary-nav ul {
  margin-bottom: 0;
}

.full-article .glossary-nav ul li {
  margin-bottom: 0;
  padding-left: 0;
}

.full-article ul:not(.breadcrumb) li,
.full-article ol li {
  padding-left: 20px;
  margin-bottom: 10px;
}

.full-article ul li:last-child {
  margin-bottom: 0;
}

.full-article a {
  color: #1A3461;
  font-weight: 700;
  word-break: break-word;
}

.full-article a:hover {
  text-decoration: none;
}

.full-article .article-quote .article-quote-content {
  padding-right: 0;
  border-right: 0;
}

.full-article blockquote p {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1A3461;
}

.full-article .article-quote cite {
  color: #757983;
}

.full-article .article-faq .article-faq-title {
  background: #EAF1FF;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.full-article .article-faq .article-faq-title h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A3461;
}

.full-article .article-faq .article-faq-title .icon {
  width: 35px;
  height: 35px;
  background-color: #FFD439;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transform: rotate(90deg);
  position: unset;
  margin-bottom: auto;
  flex: none;
}

.full-article .article-faq {
  box-shadow: none;
  border-radius: 20px;
  margin-bottom: 15px;
}

.full-article .article-download {
  border-radius: 20px;
  box-shadow: none;
}

.full-article .article-download a {
  background-color: #EAF1FF;
  border-radius: 20px;
  padding: 17px 30px;
  background-size: 40px;
  background-position: right 24px top 50%;
}

.full-article .article-download h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #1A3461;
  margin-bottom: 5px;
}

.full-article .article-download p {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #1A3461;
}

.full-article .article-image img {
  border-radius: 20px;
  overflow: hidden;
}

.full-article .article-image .article-image-caption {
  color: #757983;
}

.full-article .article-cta {
  background: #EAF1FF;
  padding: 25px 30px;
  box-shadow: none;
  min-height: 90px;
}

.full-article .article-cta p {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .full-article .article-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.full-article .article-cta h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #1A3461;
}

.full-article .article-cta .button {
  align-items: center;
  background: #ffd439;
  border-radius: 50px;
  color: #1a3461;
  display: inline-flex !important;
  font-family: vinyl, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 20px !important;
  text-transform: uppercase;
  transition-duration: .3s;
}

.full-article .article-cta .button {
  padding: 10px 45px 10px 20px !important;
}

.full-article .article-cta .button:after {
  background-image: url(../../air_liquide_mde/img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 13px;
}

.full-article .article-references {
  color: #1A3461;
}

.full-article .article-references h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A3461;
  margin-bottom: 25px;
}

.full-article .article-references ol li:before {
  color: #1A3461;
}

.related-articles {
  position: relative;
  padding: 80px 0 40px;
}

.related-articles::before,
.related-articles::after {
  content: '';
  position:absolute;
  width: 1000em;
  top: 0;
  bottom: 0;
  background: #F3F4FF;
  z-index: -1;
}

.related-articles::before {
  left: 0;
  right: -100em;
}

.related-articles:after {
  right: 0;
  left: -100em;
}

.related-articles .article >a {
  position: relative;
  display: flex;
}

.related-articles .article >a::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-image: url(../../air_liquide_mde/img/icons/arrow-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.related-articles .article img {
  margin-bottom: 0;
  border-radius: 20px;
}

.related-articles .article ul.breadcrumb {
  position: relative;
  padding: 15px;
  margin-bottom: 0 !important;
  margin-top: -60px !important;
  max-width: max-content;
  z-index: 1;
}

.related-articles .breadcrumb a {
  position: relative;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  column-gap: 0.625em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #1A3461;
  cursor: pointer;
  background: #FFFFFF;
  text-decoration: none;
  border: 1px solid #D7DEDE;
  text-transform: initial;
}

.related-articles .breadcrumb a:hover {
  color: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #8062D5;
  border-color: unset;
}

.related-articles .article h3 {
  margin-top: 15px;
}

.related-articles .article h3 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A3461;
}

.related-articles .article h3 a:hover{
  color: #22497d;
}

.about {
  background: #fff;
  padding: 50px 0 40px;
}

.about .about-content h2 {
  font-size: 40px;
  line-height: 50px;
  color: #1A3461;
}


.about .about-content {
  color: #1A3461;
  padding-top: 0;
  padding-bottom: 0;
}

.about .newsletter {
  background: #F6F8F8;
  border-radius: 20px;
  padding: 20px 15px;
}

.about .newsletter h2 {
  color: #1A3461;
}

@media screen and (min-width: 768px) {
  .full-article .article-cta {
    padding-right: 260px;
  }
}

@media screen and (min-width: 1024px) {
  .about {
    padding: 120px 0 40px;
  }
  .about .about-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .about .newsletter {
    padding: 40px;
  }
}

.related-articles .breadcrumb li:last-child a {
  color:#1A3461;
  font-weight:400;
}
.related-articles .breadcrumb li:last-child a:hover {
  color:#ffffff;
}
