/* Article content start */

.article-content {
  background-color: white;
  padding: 20px;
}

.article-content:not(.section-try-milou) p,
.article-content:not(.section-try-milou) li {
  text-align: justify;
}

.article-content .back-btn {
  display: flex;
  margin-bottom: 36px;
  width: max-content;
}

.article-content .back-btn:hover {
  color: #5800ff;
}

.article-content .back-btn .arrow {
  margin-right: 5px;
}

.article-content .title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.11;
  margin-bottom: 40px;
}

.article-content .date-and-time {
  font-size: 16px;
  font-weight: 300;
}

.article-content .signature {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.article-content .tags {
  margin-bottom: 30px;
}

.article-content .signature .avatar {
  margin-right: 10px;
}

.article-content .signature .avatar img {
  height: 50px;
  width: 50px;
}

.article-content .signature .name-job {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.article-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.article-img img {
  height: 100%;
  width: 100%;
  max-width: 900px;
}

blockquote {
  border-left: 0.25rem solid lightgrey;
  font-style: italic;
  margin-left: 0;
}

blockquote>p {
  padding-left: 10px;
}

.article-content ul,
.article-content ol {
  padding-left: 15px;
}

.article-content ul ol,
.article-content ul ul,
.article-content ol ul,
.article-content ol ol {
  padding-left: 50px;
}

.article-content p,
.article-content li {
  line-height: 1.8em;
}

.article-content .summary {
  padding: 20px;
}

.article-content ul,
.article-content li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.summary>ol {
  list-style-type: upper-roman;
}

.summary ol li a {
  text-decoration: underline;
}

.sub-summary {
  list-style-type: lower-alpha;
}

.sub-summary>li {
  margin-bottom: 0 !important;
}

.article-content h2 {
  padding-top: 65px;
  margin-bottom: 40px;
  scroll-margin-top: 15px;
}

.article-content h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  scroll-margin-top: 80px;
}

.article-content .not-important-link {
  text-decoration: underline;
  color: grey;
}

.article-content a:not(.back-btn):not(.btn):not(.not-important-link):not(.tag):not(#reviews span a) {
  text-decoration: underline;
  color: #5800ff !important;
}

@media screen and (min-width: 768px) {
  .article-content {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    margin: 40px auto;
    border-radius: 20px;
  }

  .back-btn {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .article-content {
    max-width: 850px;
    padding: 20px 50px;
  }

  .article-content h1 {
    font-size: 48px;
  }

  .article-content p,
  .article-content li {
    font-size: 18px;
  }

  .article-content .date-and-time {
    font-size: 18px;
  }

  .article-content h2 {
    font-size: 30px;
  }

  .article-content h3 {
    font-size: 24px;
  }
}

/* Article content end */

/* Special cases, span arrow, be-careful and good-to-know start */

.cadre {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .cadre {
    padding: 1rem 1.5rem;
  }
}

.good-to-know {
  background-color: rgb(201, 247, 245);
}

.good-to-know p, 
.good-to-know ul {
  color: rgb(41, 198, 191);
}

.be-careful {
  background-color: rgb(254, 226, 229);
}

.be-careful p, 
.be-careful ul {
  color: rgb(247, 91, 108);
}

.w-90 {
  width: 90%;
}

.justify-center {
  display: flex;
  margin: 0 auto;
}

/* Special cases, span arrow, be-careful and good-to-know end */

/* Progress bar start */

#progress-bar-container {
  width: 100%;
  height: 4px;
  position: sticky;
  top: 65px;
  left: 0;
  background-color: white;
  z-index: 2000;
}

#progress-bar {
  width: 0%;
  height: 100%;
  position: sticky;
  top: 65px;
  left: 0;
  background-color: #5800ff;
  z-index: 2000;
}

/* Progress bar end */

/* Try milou start */

.article-content .section-try-milou {
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .article-content .try-milou p {
    font-size: 56px;
  }

  .article-content .try-milou {
    padding: 60px 20px;
  }
}

/* Try milou end */

/* Table start */

table {
  border-spacing: 0;
}

thead>tr {
  height: 80px;
}

tbody>tr {
  height: 50px;
}

th,
td {
  border: 1px solid black;
  padding: 15px;
  line-height: 1.8em;
}

td {
  border-top: none;
  vertical-align: text-top;
  font-weight: 500;
}

tr>th:nth-child(2),
tr>td:nth-child(2) {
  border-left: none;
}

/* Table end */

/* ul in ul */

ul ul li:first-child {
  margin-top: 1rem;
}

/* Article video frame div */

.player-container {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  max-width: 900px;
}

.player-container iframe {
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 500px;
}

.image-container {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 700px;
}

.image-container img {
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 500px;
}