/*
Theme Name: Exponent Child
Description: Exponent Child Theme
Author: Brand Exponents
Template: exponent
Version: 1.0
*/

.detail_cours .accordion-head.ui-accordion-header {
padding: 20px 0px;
}

.detail_cours .accordion-content.ui-accordion-content {
padding: 0px;
}

.detail_cours h3.ui-accordion-header {
  font-size: 22px;
}

.custom-form select {
  appearance: none !important; /* Disable the default arrow */
  -webkit-appearance: none !important; /* For WebKit-based browsers */
  -moz-appearance: none !important; /* For Firefox */
  width: 100% !important;
  padding: 10px 35px 10px 10px !important;
  font-size: 16px !important;
  background-color: #fff !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 20px !important;
  cursor: pointer !important;
}

.text_pink_bg .tatsu-inline-text-inner span {
  background-color: #da1973;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

li::marker {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .text_center {
    text-align: center;
  }
}
