.title-side {
  font-size: 18px;
}
.form-journal input {
  border-right: 0 !important;
}
.form-journal button,
.form-journal input {
  border-radius: 0 !important;
}
.saisonnalite-content {
  margin-top: 30px;
}
.saisonnalite-content h5 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.saisonnalite-content .saisonnalite {
  list-style: none;
  padding: 0;
  margin: 0;
}
.saisonnalite-content .saisonnalite a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.saisonnalite-content .saisonnalite li {
  font-size: 16px;
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-weight: 500;
}
#titrologie-info {
  display: flex;
  background: rgb(245 245 245);
  padding: 25px 28px;
  justify-content: space-between;
  align-content: center;
  flex-wrap: inherit;
  flex-direction: row;
  align-items: center;
}
#titrologie-info .btn_abonnement {
  padding: 12px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 25px;
  background-color: #000;
}
#titrologie-info h4 {
  font-size: 22px !important;
  margin-bottom: 0;
}
.paper-section {
  margin-bottom: 40px;
}
.paper-section .paper-img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 290;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
  border-radius: 5px;
}
.paper-img img {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.paper-section .paper-content {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  text-align: center;
}
.paper-section .price {
  color: #f27e2f;
  font-size: 14px;
  font-weight: 700;
}
.btn-price {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#titrologie-card {
  margin: 10px;
}
.first-text {
  font-size: 15px;
}
.nice-select {
  width: 100% !important;
}
.achat-button {
  font-size: 14px;
  font-weight: 500;
}
.new-letter {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.card {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.titrologie-item:hover {
  background-color: #f17e30 !important;
  border-radius: 3px;
  font-size: 15px !important;
  font-weight: 500;
  color: #fff;
}
.titrologie-item:active {
  background-color: #f17e30 !important;
  border-radius: 3px;
  font-size: 15px !important;
  font-weight: 300;
}
.badge {
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  color: red;
}
.titrologie-item:hover + .badge {
  color: #fff !important;
}
.btn-abonner {
  background-color: #f17e30;
  color: #fff !important;
}
.btn-abonner:hover {
  background-color: #e98b4f !important;
}
.mybtn {
  padding: 0 15px;
  background-color: #f17e30 !important;
}
.titrologie-info {
  margin-top: 10px;
}
.card-item {
  margin: 5px 5px;
}
.button {
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff !important;
  width: 100%;
  display: block;
  background: #f17e30;
  box-shadow: 0 0 6px 0 #f17e30;
  font-size: 14px;
  font-weight: 500;
}
.animate-bounce {
  animation: bounce 0.3s linear;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .paper-section .paper-img {
    height: 450px !important;
  }
}

.paper-section .paper-content {
  font-size: 16px !important;
}