.article-section {
  margin-top: 65px;
}

.edit-art-section {
  margin-top: 65px;
  background-color: #eeeeee;
}

.add-art-section {
  margin-top: 65px;
  background-color: #eeeeee;
}

.edit-art-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.add-art-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.edit-art-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.edit-art-form .cat-check {
  width: 22px;
  height: 22px;
}

.add-art-form input,
textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: 50px;
}

.add-art-form .cat-check {
  width: 22px;
  height: 22px;
}

.edit-art-form textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: auto;
}

.add-art-form textarea {
  transition: 0.2s;
  border-color: #555;
  box-shadow: inset 0px 0px 3px var(--bs-tertiary-color);
  width: 100%;
  height: auto;
}

.edit-art-form label {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px dashed var(--bs-primary);
  box-shadow: 0px 0px 7px 0px var(--bs-tertiary-color);
  width: 200px;
  height: 200px;
  margin: 0;
  border-radius: 5px;
  font-size: 20px;
  background-color: #e7e7e7;
  cursor: pointer;
  transition: 0.2s;
}

.edit-art-form label img {
  border-radius: 5px;
}

.edit-art-form .cat-label {
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  background-color: #ffffff;
}

.edit-art-form .cat-label:hover {
  background-color: transparent;
  color: var(--bs-primary);
}

.add-art-form #cke_description {
  width: 100% !important;
}

.add-art-form #cke_contenu {
  width: 100% !important;
}

.edit-art-form #cke_description_article {
  width: 100% !important;
}

.edit-art-form #cke_contenu_article {
  width: 100% !important;
}

.add-art-form label {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px dashed var(--bs-primary);
  box-shadow: 0px 0px 7px 0px var(--bs-tertiary-color);
  width: 300px;
  height: 200px;
  margin: 0;
  border-radius: 5px;
  font-size: 20px;
  background-color: #e7e7e7;
  cursor: pointer;
  transition: 0.2s;
}

.add-art-form label:hover {
  background-color: var(--bs-primary);
}

.add-art-form label:hover i {
  color: #ffffff;
}

.add-art-form label i {
  font-size: 100px;
  color: #555555;
}

.add-art-form .cat-label {
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  background-color: #ffffff;
}

.add-art-form .cat-label:hover {
  background-color: transparent;
  color: var(--bs-primary);
}

@media (min-width: 992px) {
  .article-d {
    padding-top: 15px;
    /*width: auto;*/
    /*max-width: 1200px;*/
    /*min-width: 1200px;*/
  }
}

@media (min-width: 300px) {
  .article-d-h {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .article-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .article-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .article-h {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .article-h {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .article-h {
    font-size: 36px;
  }
}

.article-date {
  font-size: 16px;
}

.article-time {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-left: 10px;
}

@media (min-width: 300px) {
  .article-category {
    background: green;
    font-size: 12px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 4px;
  }
}
@media (min-width: 768px) {
  .article-category {
    font-size: 13px;
  }
}

@media (min-width: 300px) {
  .article-img {
    background: url("../../assets/img/Tottenham-Stadium.jpg") center / contain
      no-repeat;
    height: 150px;
    width: 90%;
  }
}

@media (min-width: 576px) {
  .article-img {
    height: 250px;
    width: 80%;
  }
}

@media (min-width: 768px) {
  .article-img {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .article-img {
    height: 500px;
  }
}

.article-cont {
  width: 80%;
}

.article-cont > * {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}

.article-cont p {
  font-size: 14px;
  color: #222222;
  line-height: 1.5rem;
}
