/* modification formulaire inscription webinaire */

#inscription-section .contact-form-group textarea[name="content"],
#inscription-section .contact-form-group label[for="content"] {
  display: none !important;
}

#inscription-section button[type="submit"] {
  position: relative;
  color: transparent !important; /* cache le texte d’origine */
}

#inscription-section button[type="submit"]::after {
  content: "S'inscrire";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /* ou une autre couleur selon ton bouton */
  font-weight: 600;
}



#inscription-section label[for*="name"]::after {
  content: " & prénom";
  color: #000000;
}
/* end modif */



.footer{
  background-color: #343434 !important;
}

.price .text-variant-1{
  visibility: hidden;
}

.box-pricing h4 {
  width: 100%;
}

.single-detail.ck-content a.tf-btn:hover{
  color: #ff9700 !important;
}

.single-detail.ck-content .box-pricing span.check-icon{
  min-width: 20px;
  min-height: 20px;
}

.box-pricing.active{
  padding-top: 30px !important;
}

.single-property-gallery .image-sw-single {
  max-height: 800px;
  object-fit: cover;
}