#module-telmarecette-show #wrapper {
  background-color: #fff;
}

#module-telmarecette-show ::selection {
  background-color: orange;

  color: white;
}

#module-telmarecette-show #wrapper .content-area {
  max-width: 1140px;

  margin: auto;

  font-family: 'Montserrat';
}

#module-telmarecette-show .top {
  display: flex;

  flex-direction: row;

  justify-content: center;

  align-items: flex-start;
}

#module-telmarecette-show .top .title-wrapper .title-logo {
  /* transform: rotateX(-180deg); */
}

#module-telmarecette-show .top .title-wrapper .title-text {
  text-align: center;

  position: relative;

  top: -84px;

  font-weight: bold;

  font-size: 32px;

  color: white;
}

#module-telmarecette-show .card-list {
  display: flex;

  flex-direction: row;

  justify-content: center;

  flex-wrap: wrap;

  gap: 20px;

  margin-bottom: 32px;
}

/* card component */

#module-telmarecette-show .plan_card-wrapper {
  flex: 0 0 16.666667%;

  max-width: 16.666667%;

  height: calc(100% - 1rem);
}

@media (max-width: 991px) {
  #module-telmarecette-show .plan_card-wrapper {
    flex: 0 0 22%;

    max-width: 22%;
  }
}

@media (max-width: 768px) {
  #module-telmarecette-show .plan_card-wrapper {
    flex: 0 0 40%;

    max-width: 40%;
  }
}

#module-telmarecette-show .plan_card {
  position: relative;

  z-index: 0;

  overflow: hidden;

  display: block;
}

#module-telmarecette-show .plan_card-front-content {
  background-color: #283847;
}

#module-telmarecette-show .plan_card-header {
  background-color: #ffd100;

  border-radius: 0 0 80% 80%;

  padding: 25px 0;
}

#module-telmarecette-show .plan_card-header-content {
  color: #3e3e3e;

  font-size: 14px;

  text-align: center;

  font-weight: 800;

  margin: 0;
}

#module-telmarecette-show .plan_card-body {
  padding: 0 15px 15px 15px;
}

#module-telmarecette-show .plan_card-attributes {
  text-align: center;
}

#module-telmarecette-show .plan_card-attributes li {
  width: 100%;

  text-align: center;

  font-size: 16px;

  font-weight: 400;

  color: #333333;

  line-height: 1.5;
}

#module-telmarecette-show .plan_card-attributes li span {
  color: #fff;

  font-size: 15px;

  font-weight: 500;

  text-align: center;

  display: block;

  border-bottom: 1px solid #ffd100;

  padding: 5px 0;
}

#module-telmarecette-show .plan_card-attributes ul {
  list-style-type: none;

  margin: 0;
}

#module-telmarecette-show .plan_card-attributes li:last-child span {
  border: none;
}

/* card overflow content */

#module-telmarecette-show .plan_card-overflow-content {
  position: absolute;

  z-index: 1;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  transform: translateY(-100%);

  background-color: #ffd100;

  padding-top: 65px;

  width: 100%;

  height: 100%;

  transition: 0.2s transform ease;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  align-items: center;
}

#module-telmarecette-show .plan_card-wrapper:hover .plan_card-overflow-content {
  transform: translateY(0);
}

#module-telmarecette-show .plan_card-image-wrapper img {
  max-width: 100%;

  display: block;

  margin: auto;

  max-height: 40px;
}

#module-telmarecette-show .plan_card-overflow-content h4 {
  color: #3e3e3e;

  font-size: 12px;

  font-weight: 900;

  text-transform: uppercase;

  text-align: center;

  position: relative;

  right: 0;

  padding-top: 5px;

  margin: 0;

  padding-bottom: 40px;

  left: 0;
}

#module-telmarecette-show .plan_card .plan_card-cta-btn {
  color: #3e3e3e;

  font-size: 15px;

  font-weight: 900;

  background-color: #fff;

  padding: 7px 35px;

  border: none;

  outline: none;

  cursor: pointer;
}

#module-telmarecette-show .custom-link {
  font-size: 15px;
  border-bottom: 1px solid;
}
