@import url('https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Muli:300,400,700');
@import url('https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Rozha+One');
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Set of rules for mobile devices */
/* Set of rules for tablets */
/* Set of rules for mobile phones */
.btn {
  min-width: 6rem;
  height: 4rem;
  padding: .5rem 3rem;
  font-size: 1.6rem;
  border-radius: 4rem;
  color: #1c1e20;
}
.btn-blue {
  background-color: white;
  border: 0.1rem solid #0055a4;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #0055a4;
  color: white;
  outline: none !important;
}
html {
  height: 100%;
  font-size: 10px;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  color: #1c1e20;
  margin-top: 9.5rem;
}
body > .wrap {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
img {
  max-width: 100%;
}
em {
  font-style: italic !important;
}
.text-left {
  text-align: left !important;
}
.breadcrumb {
  display: none;
}
.alert {
  padding: 1.5rem !important;
  font-size: 1.5rem;
}
.collapsing {
  transition: none;
  display: none;
}
.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus {
  background-color: #e7e7e7;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}
.navbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.5rem;
  background-color: #0055a4;
  border: none;
  border-radius: 0;
}
.navbar .navbar-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.navbar .navbar-header:before,
.navbar .navbar-header:after {
  content: none !important;
}
.navbar .navbar-header .navbar-brand {
  float: none;
  display: inline-block;
  width: 25rem;
  height: 5rem;
  font-size: 0;
  background-image: url(/National_Library/oe_/https://www.leclaireur.org/images/leclaireur-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.navbar .navbar-header .navbar-eeif {
  width: 6rem;
  margin-left: 1.5rem;
}
.navbar .navbar-header .navbar-eeif img {
  width: 100%;
}
.navbar .navbar-toggle {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.6rem;
  margin-right: 1.5rem;
  padding: 0;
  border: none;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
  float: left;
  width: 3rem;
  height: .4rem;
  background-color: white;
}
.navbar .navbar-collapse {
  z-index: 100;
}
.navbar .navbar-collapse.in {
  position: absolute;
  top: 2rem;
  left: calc(15% + 5rem);
  padding: 0 3rem;
  background-color: white;
  border: 1px solid #cccccc;
}
.navbar .navbar-collapse:not(.in) {
  height: 0 !important;
  overflow: hidden !important;
}
.navbar .navbar-collapse li:not(:last-of-type) {
  border-bottom: 1px solid #1c1e20;
}
.navbar .navbar-collapse li a {
  color: #1c1e20 !important;
}
.navbar .navbar-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.navbar .navbar-nav > li {
  display: block;
}
.navbar .navbar-nav > li > a {
  color: white;
}
.footer {
  margin-top: 4rem;
}
.footer-top {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #979797;
}
@media (max-width: 1024px) {
  .footer-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer-top-block h6 {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.footer-top-block p {
  font-size: 1.4rem;
}
.footer-top-newsletter .newsletter-form-wrap {
  position: relative;
}
.footer-top-newsletter .newsletter-form-wrap .field-newsletter-email {
  width: 23rem;
  margin-right: 7rem;
}
.footer-top-newsletter .newsletter-form-wrap .field-newsletter-email .form-control {
  border-right: none;
  border-radius: 0;
}
.footer-top-newsletter .newsletter-form-wrap .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 0;
}
.footer-top .subscribe-link {
  padding-left: 1rem;
}
.footer-top .subscribe-link img {
  width: 6rem;
}
.footer-bottom {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6rem;
  font-size: 1.4rem;
  background-color: #0055a4;
  color: white;
}
@media (max-width: 1024px) {
  .footer-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer-bottom-nav-link {
  color: white;
}
.footer-bottom-copyright {
  padding-right: 3rem;
}
.footer-bottom-copyright-link {
  color: white;
}
.modal {
  /* Track */
  /* Handle */
}
.modal-dialog {
  width: 73%;
  margin: 30px auto;
  width: 100vw;
  margin: 0;
}
@media (max-width: 1024px) {
  .modal-dialog {
    width: calc(100vw - 4rem);
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
}
.modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
}
.modal-header {
  display: block !important;
  margin: 0 auto 4rem;
  padding: 1.5rem 20%;
  border: none;
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.12);
}
.modal-header .close {
  font-size: 3.6rem;
  color: #1c1e20;
  opacity: 1;
}
.modal-title .article-category {
  font-size: 2.8rem;
  font-weight: 300;
  color: #c4b373;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .modal-title .article-category {
    line-height: 1.6;
  }
}
.modal-title .article-category .underlined {
  padding-bottom: 0.5rem;
  border-bottom: .1rem solid currentColor;
}
.modal-title .article-tag {
  font-size: 1.6rem;
  font-weight: 700;
  color: #c4b373;
}
.modal-body {
  width: 40%;
  max-height: calc(81.90000000000001vh);
  margin: 0 auto;
  overflow-y: auto;
}
.modal-body .article-title {
  width: 60%;
  margin: 0 auto 2rem;
  font-family: 'Rozha One', serif;
  font-size: 3.6rem;
  font-weight: normal !important;
  line-height: 1.22;
  text-align: center;
  color: #1c1e20 !important;
}
.modal-body .article-view {
  padding: 0 4rem;
}
.modal-body .article-view .author-block {
  text-align: center;
}
.modal-footer {
  display: none;
}
.modal-footer .btn {
  padding-top: 0.8rem;
}
.modal ::-webkit-scrollbar {
  width: .8rem;
}
.modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: .2rem;
}
.modal ::-webkit-scrollbar-thumb {
  border-radius: .2rem;
  background: rgba(196, 179, 115, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.modal ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(196, 179, 115, 0.4);
}
.tooltip {
  opacity: 1 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #f7efd5 !important;
}
.tooltip-inner {
  padding: .5rem 1rem;
  text-align: left;
  background-color: #f7efd5;
  color: #1c1e20;
  border-radius: 0;
}
.page-heading {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: #0055a4;
}
.page-heading-full-width {
  position: absolute;
  left: 0;
  right: 0;
  padding: 3rem 0;
  background-color: #f7f7f7;
}
.page-heading-wrap {
  display: block;
  height: 10rem;
  margin-bottom: 5rem;
}
.corner-borders {
  position: relative;
  display: inline-block;
  padding: .25rem 1.25rem;
}
.corner-borders-top:before,
.corner-borders-top:after,
.corner-borders-bottom:before,
.corner-borders-bottom:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: .2rem solid currentColor;
}
.corner-borders-top:before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.corner-borders-top:after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.corner-borders-bottom:before {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.corner-borders-bottom:after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.issues-category {
  font-size: 2.8rem;
  font-weight: 300;
  color: #c4b373;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .issues-category {
    line-height: 1.6;
  }
}
.issues-category .underlined {
  padding-bottom: 0.5rem;
  border-bottom: .1rem solid currentColor;
}
.issues-tag {
  font-size: 1.6rem;
  font-weight: 700;
  color: #c4b373;
}
.issue-teaser:after {
  content: '';
  display: table;
  clear: both;
}
.issue-teaser-title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c1e20;
}
.issue-teaser-title-link {
  color: #1c1e20;
}
.issue-teaser-title-link:hover {
  color: #1c1e20;
}
.issue-teaser-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: justify;
  color: #1c1e20;
}
.issue-teaser-text img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.issue-teaser-publish-date {
  float: left;
  font-style: italic;
  font-size: 1.3rem;
  color: #81848c;
}
.issue-teaser-read-more-link {
  float: right;
  position: relative;
  padding-right: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #c4b373;
}
.issue-teaser-read-more-link:after {
  content: '\203A';
  position: absolute;
  top: -.6rem;
  right: 0;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 100;
  line-height: 1;
}
.article-index img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.article-view img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.article-view .article-title {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #0055a4;
}
.article-view .back-link {
  font-size: 2.4rem;
  font-weight: bold;
  color: #424242;
}
.article-view .back-link:before {
  /*content: '\2B60';*/
  display: inline-block;
  margin-right: .5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
.container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .container {
    width: calc(100% - 4rem);
  }
}
.footer-top {
  display: none !important;
}
.footer-bottom-copyright {
  padding-right: 0 !important;
}
.credentials-form .form-header {
  margin-bottom: 2rem;
}
.credentials-form .form-header h1 {
  margin-top: 0;
}
.credentials-form .submit-wrap {
  margin: 0 0 2rem;
  text-align: right;
}
.magazines-index .magazines-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.magazines-index .magazines-list .magazine-cover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  outline: 1px solid #cccccc;
}
.magazines-index .magazines-list .magazine-cover a {
  width: 100%;
}
.magazines-index .magazines-list .magazine-cover a img {
  width: 100%;
}
.author-block {
  margin-top: 1.5rem;
  color: #737373;
}
.author-block-text {
  font-size: 1.3rem;
  border: .1rem solid #979797;
  border-right: none;
  border-left: none;
}
.author-block .author-info-block {
  font-size: 1.3rem;
}
.article-view .author-block {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.article-view .article-publish-date {
  margin-top: 1rem;
}
.article-view .title-1 {
  font-family: 'Rozha One', serif;
  font-size: 3.6rem;
  line-height: 1.22;
  text-align: center;
  color: #1c1e20;
}
.article-view .gold-text {
  color: #c4b373;
}
.article-view .intro-text {
  width: 80%;
  margin: 0 auto 2rem;
  font-size: 1.8rem;
  text-align: center;
  color: #c4b373;
}
.article-view .quote-text {
  width: 40%;
  margin: 2rem auto;
  font-family: 'Rozha One', serif;
  font-size: 2.8rem;
  line-height: 1.31;
  text-align: center;
  color: #c4b373;
}
.article-view button[data-toggle="tooltip"] {
  color: #c4b373;
  background-color: transparent;
  border: none;
}
.summary-cover-image {
  max-height: calc(86.7vh);
  object-fit: contain;
  -o-object-fit: contain;
  cursor: pointer;
}
.trendy-page .tp-section-wrapper .tp-section .tp-container .tp-content-block.text-block {
  font-size: 1.6rem;
}
#subscription-info {
  margin-top: 2rem;
  text-decoration: underline;
}
#subscription-tarif {
  margin-top: 2rem;
}
.well.well-warning {
  background-color: #c4b373;
}
.user-subscribe hr {
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}
.article-share {
  padding-top: .5rem;
  border: 1px solid #979797;
  border-left: none;
  border-right: none;
}
.article-share-title {
  font-weight: 600;
}
.article-share-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-share-social {
  padding: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}
.article-share-social a {
  margin-left: 1rem;
}
.article-share-social .social-share {
  list-style: none;
}
.article-share-link {
  font-size: 1.4rem;
  color: #81848c;
}
.article-share .fa,
.article-share .si {
  color: #181514;
}
.article-share a:hover {
  text-decoration: none;
}
.comments-widget-wrapper .comments-title {
  font-size: 20px;
}
.form__header__heading {
  font-size: 2.8rem;
  font-weight: 300;
  color: #c4b373;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .form__header__heading {
    line-height: 1.6;
  }
}
.form__header__heading .underlined {
  padding-bottom: 0.5rem;
  border-bottom: .1rem solid currentColor;
}
.form__header__text {
  margin-bottom: 1rem;
  padding: 0 5%;
  text-align: center;
}
.form__header__link {
  text-align: center;
}
.form__body .split {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .form__body .split {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.form__body .split-left,
.form__body .split-right {
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media (max-width: 767px) {
  .form__body .split-left,
  .form__body .split-right {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.form__body .form-group.required .control-label:after {
  content: '*';
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 900;
  color: #6b6f82;
}
.form__body .form-group .control-label {
  float: none;
  width: auto;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #6b6f82;
}
.form__body .form-group .form-control {
  width: 100%;
  height: 6rem;
  object-fit: contain;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.88;
  border: solid .1rem #e4e5ec;
  border-radius: 0;
  color: #aaadb8;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(69, 73, 91, 0.08);
  background-color: #ffffff;
}
.form__body .form-group textarea {
  height: 20rem !important;
}
.form__body .form-group .checkbox label {
  padding-left: 2.6rem;
  font-size: 1.6rem;
  color: #1c1e20;
}
.form__body .form-group .checkbox label input[type="checkbox"] {
  display: none;
}
.form__body .form-group .checkbox label input[type="checkbox"]:checked + .checkbox-view {
  background-color: #c4b373;
}
.form__body .form-group .checkbox label .checkbox-view {
  position: absolute;
  top: .4rem;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f4f5fa;
  border: .4rem solid #f4f5fa;
  box-sizing: border-box;
}
.form__footer {
  padding-top: 2rem;
  text-align: center;
}
.form__footer .btn {
  text-transform: uppercase;
}
@media all and (min-width: 1025px) {
  .footer a:hover,
  .footer a:active,
  .footer a:focus {
    color: white;
  }
  .home-page .header-banner {
    text-align: center;
  }
  .home-page .header-banner img {
    width: 100%;
  }
  .site-login .form-wrap {
    width: 70%;
    margin: 2rem auto 0;
    padding-top: 3rem;
  }
  .magazines-index .magazines-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 2rem;
  }
  .magazines-index .magazines-list .magazine-cover {
    width: 20rem;
    margin-right: 2rem;
  }
  .user-update-password {
    width: 50%;
  }
  .user-update-password .submit-wrap {
    margin-top: 2rem !important;
    text-align: center;
  }
  .credentials-form {
    width: 70%;
    margin: 2rem auto;
    padding: 3rem 4rem;
  }
  .credentials-form .form-group {
    margin-bottom: 2.5rem;
  }
  .credentials-form .checkboxes-block {
    padding-top: 1rem;
  }
  .credentials-form .forgot-credentials-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .credentials-form .forgot-credentials-links:before,
  .credentials-form .forgot-credentials-links:after {
    display: none;
  }
  .credentials-form .forgot-credentials-links a {
    color: #0055a4;
  }
}
/* All mobiles */
@media screen and (max-width: 1024px) {
  .show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .navbar .navbar-collapse {
    z-index: 100;
  }
  .navbar .navbar-collapse.in {
    border: 1px solid #cccccc;
  }
  .navbar .navbar-toggle {
    border-radius: 0 !important;
  }
  .modal-header {
    width: 96%;
  }
  .modal-body {
    width: 84%;
  }
  .home-page .header-banner img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar .navbar-collapse.in {
    left: 10rem;
  }
  .credentials-form .forgot-credentials-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .magazines-index .magazines-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .magazines-index .magazines-list .magazine-cover {
    width: calc(33% - 2rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar .navbar-collapse.in {
    left: 8rem;
  }
  .navbar .navbar-header {
    margin: 0;
  }
  .footer-top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-top-block {
    margin-bottom: 1rem;
  }
  .footer-top-newsletter .newsletter-form-wrap .field-newsletter-email {
    width: auto;
  }
  .footer-bottom {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .credentials-form {
    width: 100%;
    margin: 0;
    padding: 2rem;
  }
  .credentials-form .forgot-credentials-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
  }
  .magazines-index .magazines-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .magazines-index .magazines-list .magazine-cover {
    margin-bottom: 2rem;
  }
  .field-contact-recaptcha {
    overflow: hidden;
  }
  .modal-dialog {
    width: 100%;
  }
  .modal-header {
    width: 100%;
    padding: 1.5rem;
  }
  .modal-title .article-category {
    font-size: 1.8rem;
  }
  .modal-title .article-tag {
    font-size: 1.2rem;
  }
  .modal-body {
    width: 96%;
  }
  .modal-body .article-view {
    padding: 0;
  }
  .modal-body .article-view .article-title {
    font-size: 2.6rem;
  }
  .modal-body .article-view .title-1 {
    font-size: 3.2rem;
  }
  .modal-body .article-view .quote-text {
    width: 80%;
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .modal-body .article-view .intro-text {
    font-size: 1.6rem;
  }
}
