/* Tablette */
@media screen and (max-width: 1024px) {
}

/* Smartphone */
@media screen and (max-width: 767px) {
  p.meo-newsletter-paragraph {
    display: block !important;
  }

  input.meo-newsletter-input {
    width: 100% !important;
    margin-top: 1%;
  }
  input.meo-newsletter-submit.meo-newsletter-submit-field {
    height: 77px;
    margin-top: 1%;
    background-color: #ffdf12;
    border: none;
    color: black;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0;
  }
}

.repeater-title {
  font-weight: 600;
}

/*fiche technique*/

.fichetechnique-shortcode .elementor-shortcode {
  display: flex;
  justify-content: end;
}

.fichetechnique {
  padding: 30px 15px 15px 30px;
  /* background-color: #e7c901; */
  background-color: #A7A7A3;
  border-radius: 30px;
  width: 80%;
  display: flex;
  flex-direction: column;
}
/*.fichetechnique:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 15px 15px 30px;
  border-radius: 30px;
  width: 80%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  z-index: 1;
}*/

.title-fichetechnique {
  z-index: 99;
  color: white;
  background-color: black;
  border-radius: 15px;
  padding: 10px 20px 10px 20px;
  font-size: 25px;
  text-align: center;
  max-width: 80%;
  align-self: center;
}

.content-fichetechnique {
  padding: 20px;
}

.fichetechnique p {
  text-transform: uppercase;
  margin: 0;
  padding-block: 10px;
}

.fichetechnique p span {
  text-transform: lowercase;
}

.fichetechnique hr {
  border: 1px solid #00000070;
  z-index: 99;
}

.onglet-fichetechnique .elementor-tab-content {
  min-height: 200px;
}

@media screen and (max-width: 1024px) {
  .fichetechnique {
    width: 100%;
  }
}
